6LoWPAN on ESP-IDF 4.x

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
The Power Nap
Posts: 1
Joined: Thu Apr 30, 2020 6:14 am

6LoWPAN on ESP-IDF 4.x

Post by The Power Nap » Fri May 15, 2020 5:29 am

Has this been done? If it has I am having trouble finding it. If not, I read that the nimble library supports IPSP, so it would just be plugging in a packet handler.

Any help would be appreciated.

arfan
Posts: 1
Joined: Wed Jul 15, 2020 12:54 pm

Re: 6LoWPAN on ESP-IDF 4.x

Post by arfan » Wed Jul 15, 2020 12:56 pm

6lowpan normally is run over 802.15.4, the ESP32 does not support that out of the box (doesn't have the radio for it).
Source:
https://www.esp32.com/viewtopic.php?t=7303

Post Reply