Android Bluetooth joystick

kas:
OK :smiling_imp: :smiling_imp:

You had to connect Arduino pin #0 to TX BlueTooth module to get commands from the App
I suspect you also connected Arduino pin #1 to RX BT module

Arduino pin #1 is used to send debug information to the Serial Monitor when DEBUG = true
In that case all this debug info is also transmitted via BlueTooth to the phone (hard to swallow)

Please make sure that nothing is connected to Arduino pin #1
Alternatively you can set DEBUG to false to stop debugging info transmission

Okay, I'll disconnect pin 1
lol