Search found 3 matches

by foodini
Mon Oct 26, 2020 6:13 am
Forum: ESP32 Arduino
Topic: Finding ESPNOW peers?
Replies: 1
Views: 3013

Finding ESPNOW peers?

I have a project up and running that uses ESPNOW to allow multiple data gathering units to send telemetry, wirelessly, to a logging board that takes in everything and writes it to an SD card for later analysis. For the moment, I've hard-coded the MAC address of the gatherer into the code for the sen...
by foodini
Sat Sep 12, 2020 10:32 pm
Forum: ESP32 Arduino
Topic: Getting 3 boards talking Bluetooth (or BLE) to each other?
Replies: 1
Views: 2381

Getting 3 boards talking Bluetooth (or BLE) to each other?

I have - or rather, had - the SerialToSerialBT example sketch working until my phone quit connecting to it. My eventual application won't require a phone or computer anyway, so I might as well go straight to solving the problem in hand: I need to have 3 boards talking to each other. One will be logg...
by foodini
Sat Sep 12, 2020 9:00 pm
Forum: ESP-IDF
Topic: Connecting three boards via bluetooth?
Replies: 0
Views: 1483

Connecting three boards via bluetooth?

I got the SerialToSerialBT demo working - briefly. My android phone now connects to the device then immediately disconnects. No bother - using a phone or computer isn't my long-term intent, anyway. I need to get three boards talking to each other. One would be the primary and will be pulling data fr...