CommanDuino lets you control your Arduino Uno, Mini, and Nano Pro card from any Android device.
You only need to connect a Bluetooth module to your Arduino board.
Has its own (library) library created to simplify control of your Arduino board.
Save lines of code setting the pins of Arduino (analog / digital) from your mobile device.
Changes the state of the pins (HIGH / LOW).
It generates PWM waves.
Sends characters to the Arduino.
Check out this tutorial which explains with examples using this application:
http://arduino-the-tips.blogspot.pe/2018/02/controla-arduino-con-tu-smartphone-o.html
If you're just starting with the use of Bluetooth modules, check out these tutorials:
http://arduino-the-tips.blogspot.pe/2018/02/configuracion-de-un-modulo-bluetooth_4.html
http://arduino-the-tips.blogspot.pe/2018/02/configuracion-de-un-modulo-bluetooth.html
You only need to connect a Bluetooth module to your Arduino board.
Has its own (library) library created to simplify control of your Arduino board.
Save lines of code setting the pins of Arduino (analog / digital) from your mobile device.
Changes the state of the pins (HIGH / LOW).
It generates PWM waves.
Sends characters to the Arduino.
Check out this tutorial which explains with examples using this application:
http://arduino-the-tips.blogspot.pe/2018/02/controla-arduino-con-tu-smartphone-o.html
If you're just starting with the use of Bluetooth modules, check out these tutorials:
http://arduino-the-tips.blogspot.pe/2018/02/configuracion-de-un-modulo-bluetooth_4.html
http://arduino-the-tips.blogspot.pe/2018/02/configuracion-de-un-modulo-bluetooth.html
Show More