Arduino Bluetooth Controlled J

Arduino Bluetooth Controlled J

Uncia Robotics
Jan 19, 2021
  • 2.5 MB

    Tamanho do arquivo

  • Android 4.1+

    Android OS

Sobre este Arduino Bluetooth Controlled J

Controle seu robô usando o Joystick virtual, os botões ou o acelerômetro.

Android App Logic

Existem 5 botões na tela, nomeadamente preto, vermelho, verde, amarelo, azul.

O botão preto é um joystick, igual ao controlador real do joystick - o joystick fornece 2 valores

1. Ângulo [0 - 359]

2. Força [0 - 100]

O restante dos botões (vermelho, verde, amarelo, azul) são botões normais; por padrão, os valores são definidos como 0. Você pode alterar os valores acessando Menu> Configuração.

Os valores dos botões do joystick, vermelho, verde, amarelo e azul serão visíveis à esquerda e à direita de em tempo real.

A combinação desses botões (dados) é enviada via bluetooth

1. Por padrão, o número de sete dígitos é definido como 0000000

2. Os três primeiros dígitos representam Ângulo

3. Segundo dígito três representam força

4. O último dígito representa os valores do botão azul, verde, vermelho, amarelo

Exemplo: o número de sete dígitos é 2700891, então

1. Os três primeiros dígitos representam Ângulo, ou seja: 270

2. O segundo dígito representa a força, ou seja: 089

3. O último dígito representa os valores do botão azul, verde, vermelho, amarelo, ou seja: 1

Esboço Arduino (copie e cole este código para ver os valores)

configuração nula () {

Serial.begin (9600);

}

loop vazio () {

if (Serial.available ()> 0)

{

Valor da sequência = Serial.readStringUntil ('#');

if (value.length () == 7)

{

Ângulo da string = value.substring (0, 3);

Intensidade da string = value.substring (3, 6);

Botão String = value.substring (6, 8);

Serial.print ("angle:"); Serial.print (angle); Serial.print ('\ t');

Serial.print ("força:"); Serial.print (força); Serial.print ('\ t');

Serial.print ("button:"); Serial.print (button); Serial.println ("");

Serial.flush ();

valor = "";

}

}

}

Mostrar mais

Novidades em 1.2 mais recente

Last updated on 2021-01-20
Bugfix in Joystick mode.
Mostrar mais

Vídeos e capturas de tela

  • Arduino Bluetooth Controlled J Cartaz
  • Arduino Bluetooth Controlled J imagem de tela 1
  • Arduino Bluetooth Controlled J imagem de tela 2
  • Arduino Bluetooth Controlled J imagem de tela 3
  • Arduino Bluetooth Controlled J imagem de tela 4
  • Arduino Bluetooth Controlled J imagem de tela 5
  • Arduino Bluetooth Controlled J imagem de tela 6
  • Arduino Bluetooth Controlled J imagem de tela 7

Informações sobre Arduino Bluetooth Controlled J APK

Última Versão
1.2
Categoria
Educação
Android OS
Android 4.1+
Tamanho do arquivo
2.5 MB
Desenvolvedor
Uncia Robotics
Downloads seguros e rápidos de APK no APKPure
O APKPure usa verificação de assinatura para garantir downloads de APK Arduino Bluetooth Controlled J sem vírus para você.

Versões Antigas de Arduino Bluetooth Controlled J

APKPure ícone

Baixar de Forma Rápida e Segura via APKPure App

Um clique para instalar arquivos XAPK/APK no Android!

Baixar APKPure
thank icon
We use cookies and other technologies on this website to enhance your user experience.
By clicking any link on this page you are giving your consent to our Privacy Policy and Cookies Policy.
Learn More about Policies