What about using OpenThread with Espruino #6522
Replies: 1 comment
-
Posted at 2021-04-27 by @gfwilliams Yes, I'd been wondering about that. It's definitely a possibility. I don't think it works on nRF52832, just the newer breed of nRF chips (like 52840?), so it wouldn't be any use for Espruino devices that are out there right now though. Also, I could be wrong but I think Nordic's implementation of OpenThread sits on top of Zephyr - so porting Espruino would be a similar task to porting to an whole new platform (eg you'd need to redo I2c/SPI/Serial/etc). Posted at 2021-04-27 by @fanoush
maybe not, it is not clear but the release noted mentions sdk16
I guess softdevice has some radio coexistance API so you can schedule another protocol packets between BLE packets EDIT: oh yes
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2021-04-26 by @MaBecker
Is anyone in touch with this solution?
They offer different implementation on nRF devices eg as bare metal or as co device via spi slave or uart.
The boarder router is available for raspberry pi3/4 and beagle bone black.
Espruino devices could access OpenThread network via a co device like esp's for wifi and wiznet for ethernet.
https://openthread.io/
https://github.com/openthread/openthread
Beta Was this translation helpful? Give feedback.
All reactions