Search found 2 matches

by joebro391
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

Re: ESP32 Bluetooth Slave-Master Pair Not Connecting to Each Other

Any ideas?

This still has me stumped :/
by joebro391
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 ...

Go to advanced search