Lukas-Heiligenbrunner / RGB-Arduino-BT-App

A Android app to control a bluetooth module (with Arduino).
3 stars 1 forks source link

Arduino example and some remarks #2

Open TaviTav opened 6 years ago

TaviTav commented 6 years ago

Attached an example for Arduino Uno with Fritzing schematic. This will save some time for someone :)

Some problems i encountered:

Fast sliding will result in longer strings, add some delay between strings. Also weird characters show up.

After abusing the slider and buttons, app stops sending the string. At first i thought that Arduino buffer is full, that's why in the program i stopped/started the serial after each successful string. It's still stopping.

Would be nice if the sliders will inherit the last value from the buttons tab.

Disconnect and reconnect is not always working with the module i used (HC-06). The phone BT must be turned off and on, HC-06 as well.

Boud rate is 9600, should be mentioned in readme file.

Fritzing project with code inside: 01.RGB_BT.zip

Schematic: rgb_bt

Best regards,

Lukas-Heiligenbrunner commented 5 years ago

Hey, thank you for your notes, i will add them in the readme! sorry for the late answer, i have already upgraded my led strip to a tcp/ip one with an esp

best regards Lukas Heiligenbrunner