Any ideas?
This still has me stumped :/
Search found 2 matches
- Fri Dec 27, 2024 2:44 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Bluetooth Slave-Master Pair Not Connecting to Each Other
- Replies: 2
- Views: 4012
- Wed Dec 04, 2024 5:35 pm
- Forum: ESP32 Arduino
- Topic: ESP32 Bluetooth Slave-Master Pair Not Connecting to Each Other
- Replies: 2
- Views: 4012
ESP32 Bluetooth Slave-Master Pair Not Connecting to Each Other
Hello,
I am attempting to get two ESP32 modules to communicate with one another in a Master-Slave system. I found the following code ( credit to MagicBulletPro ) and uploaded them to my two ESP32 units:
MASTER:
#include <Arduino.h>
#include <BluetoothSerial.h>
#include <ArduinoJson.h>
// Create ...
I am attempting to get two ESP32 modules to communicate with one another in a Master-Slave system. I found the following code ( credit to MagicBulletPro ) and uploaded them to my two ESP32 units:
MASTER:
#include <Arduino.h>
#include <BluetoothSerial.h>
#include <ArduinoJson.h>
// Create ...