cwalker1960
@cwalker1960
Member
Joined: 2021-08-27 11:01 am
Last seen: 2021-09-01 7:41 pm
Topics: 1 / Replies: 8
Reply
RE: Need programming help with an esp32 using android bluetooth control

Many thanks to Will And DaveE for all your help. This is the final code I loaded to the board. Everything is working as expected. I did change the p...

3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

I can appreciate that others don't always share my sense of humor. I'll try to keep it to myself hereout. I do thank you again Will for solving my pro...

3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

Thanks Will that done it. BluetoothSerial SerialBT; void setup() {Serial.begin(115200);pinMode(3, OUTPUT);pinMode(5, OUTPUT);pinMode(14, OUTPUT);...

3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

like maybe just edit mine so I can load it, That way when I fry all this stuff it'll be your fault

3 years ago
Reply
3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

"electrictronics" new word for the day now if I can just find the definition. That's prolly where my problem is.

3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

Now for the explanation I promised in the first post, after successfully releasing all the magic smoke I could get out of the circuit board on my slee...

3 years ago
Reply
RE: Need programming help with an esp32 using android bluetooth control

Here is the code I'm using: #include "BluetoothSerial.h" #if !defined(CONFIG_BT_ENABLED) || !defined(CONFIG_BLUEDROID_ENABLED)#error Bluetooth...

3 years ago