top | item 23303640

(no title)

sunsetonsaturn | 5 years ago

Would I be able to build something that leverages Bluetooth mesh functionality with RIOT and ESP32? Is this use-case supported well?

discuss

order

pantalaimon|5 years ago

I'm afraid Bluetooth for esp32 hasn't been implemented yet (only WiFi and ESP-Now - patches welcome…).

https://api.riot-os.org/group__cpu__esp32.html#esp32_feature...

You could do a mesh with ESP-Now and RPL though.

sunsetonsaturn|5 years ago

Thank you for the suggestion.

Concerning the contribution of code for adding Bluetooth support - if a company would want to allocate some time and a person for this cause, would there be someone who can guide them in the process? Perhaps the challenge could be broken down into smaller components?

Assume that you get a rational human being at the input, they know various programming languages (including C and C++), but have no experience with RIOT whatsoever - would this work out?