The Bluetooth and Wi-Fi connection works correctly when used independently, but trying to use both connections in the same project generates the error that is attached in the text file.
What is the solution?
Don't think you can as both share same transmitters in the ESP32
[/QUOTE
Hello
I had the same problem and changed the PartitionScheme to huge_app in board selector
May be you need to change also Board type ,some boards do not give acces to this option
Hi,
This example show the communication between ESP-32 using Bluetooth and Wi-Fi connection (on MQTT) at the same time
The command received from Bluetooth is executed EX: ("ADC" read analog input A0) and ("S13" , "R13" set and reset GPIO13)
The result of ADC measurement is sent to Bluetooth and Wi-Fi at the same time if available
This is extracted from a full application managing garage door , driving motor Close/Open, partial Open , detect if door is open/close
Read garage temperature and humidity ,detect if car is on garage spot.