Hi there,
I have an Arduino HC-06 Bluetooth module and circuit with LED. What I want is to connect to device with mobile app (exported with C3) and turn ON and OFF my LED through app.
This is my C3 code:
And this is my Arduino code:
The problem is that my app just can't see any of BT devices nearby. The fact is that another BT app from Google Play can see my Arduino circuit, connect it and blink LED, so problem is 99% in my C3 project code.
Any ideas?