Search found 2 matches
- Mon Oct 21, 2019 10:00 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth serial bridge
- Replies: 3
- Views: 8868
Re: Bluetooth serial bridge
Anyone know how to progress?
- Sun Sep 29, 2019 1:17 pm
- Forum: ESP32 Arduino
- Topic: Bluetooth serial bridge
- Replies: 3
- Views: 8868
Bluetooth serial bridge
Hi I am trying to use my Heltec Wifi Kit 32 as a Bluetooth to serial bridge, and it works with the following code: #include "BluetoothSerial.h" #include <HardwareSerial.h> BluetoothSerial SerialBT; HardwareSerial MySerial(2); void setup() { MySerial.begin(9600, SERIAL_8N1, 16, 17); SerialBT.begin("w...