Search found 1 match
- Sat Apr 17, 2021 3:17 pm
- Forum: General Discussion
- Topic: esp32c3 - BLE advertisements, extracting manufacturer specific data
- Replies: 0
- Views: 4251
esp32c3 - BLE advertisements, extracting manufacturer specific data
I am running two esp32c3, one sends advertisements (call A) and the other is simply scanning passively (call B). The goal is that A broadcasts some data via BLE, B receives it and print it to console. The data should be stored in the manufacturer specified data section of an advertisement. Problem: ...