Search found 2 matches

by wolly09
Sun Jun 04, 2023 4:36 pm
Forum: ESP32 Arduino
Topic: problems with esp-32 coding
Replies: 3
Views: 1787

Re: problems with esp-32 coding

Oh I understood, thank you. Now I realised that I need to not send the data by bluethooth but I need to use usb because on my tablet I don't have BLE 5 and I have to keep it connected with another thing, so I have to create an android app that sends data to Esp-32 and then get some back. Do you know...
by wolly09
Sat Jun 03, 2023 9:05 pm
Forum: ESP32 Arduino
Topic: problems with esp-32 coding
Replies: 3
Views: 1787

problems with esp-32 coding

Hi I'm working on a project where my ESP-32 Lolin32 Lite connects to the ChatGPT APi and takes the input from bluethooth where the question to ChatGPT is given from and lastly the answer coming from ChatGPT is displayed in the Serial Monitor. The code I have wrote for now works but it keeps sending ...