Search found 2 matches

by gruvineo
Sun Feb 04, 2024 7:15 pm
Forum: General Discussion
Topic: Is it possible to maintain 3 different bluetooth connections?
Replies: 1
Views: 1549

Is it possible to maintain 3 different bluetooth connections?

Hello! I have a keyboard that changes bluetooth devices, but it does so slowly, disconnecting from one device and connecting to another, which takes 3 seconds and sometimes doesn't even work. I want to create a ESP32 firmware which receives my keyboard and mouse as bluetooth devices, and then also m...
by gruvineo
Sun Dec 31, 2023 5:31 am
Forum: Documentation
Topic: Is the IEEE 802.15.4 stack oficially docummented?
Replies: 1
Views: 9764

Is the IEEE 802.15.4 stack oficially docummented?

I found an open source HAL for the IEEE802.15.4 stack in Rust: https://github.com/esp-rs/esp-ieee802154 but I cannot find detailed information about this stack in the datasheet. For example, I cannot find for which thing is each register. Is it available publicly? How were they able to write this st...