bluetooth, send and receive raw data
Posted: Fri Oct 23, 2020 4:48 pm
Hi all.
Just bought a ESP-WROOM-32, immediately flashed Micropython and played a bit with it, very cool!
I'm really not a bluetooth expert, but I wrote in the past some client-server programs to communicate between PCs using pybluez and the serial-like RFCOMM protocol. I'm trying to do the same thing with my ESP32, especially configured as server.
I'm having a hard time finding examples about the usage of RFCOMM. RFCOMM isn't mandatory, but I'm looking for an easy way to send raw data between ESP32 and my PC, with the least possible troubles of advertising, pairing, connections, encryption and security. Any suggestion and/or examples?
Thanks a lot.
Just bought a ESP-WROOM-32, immediately flashed Micropython and played a bit with it, very cool!
I'm really not a bluetooth expert, but I wrote in the past some client-server programs to communicate between PCs using pybluez and the serial-like RFCOMM protocol. I'm trying to do the same thing with my ESP32, especially configured as server.
I'm having a hard time finding examples about the usage of RFCOMM. RFCOMM isn't mandatory, but I'm looking for an easy way to send raw data between ESP32 and my PC, with the least possible troubles of advertising, pairing, connections, encryption and security. Any suggestion and/or examples?
Thanks a lot.