RIOT-OS and IEEE 802.15.4 / 6LoWPAN: Revision history

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

28 November 2023

27 November 2023

24 November 2023

  • curprev 15:4215:42, 24 November 2023TBuchi talk contribs 982 bytes +982 Created page with "== Summary == Information on how to use RIOT-OS with IEEE 802.15.4 and 6LoWPAN. == Requirements == In order to complete these steps, you must have followed Riot-OS_Setup before. == Configure IEEE 802.15.4 PAN/Channel ID== === Via RIOT Shell: === ifconfig 6 set pan_id 0xbeef ifconfig 6 set channel 23 === Set Channel/PAN ID via Makefile of your application, e.g.: === CFLAGS += -DCONFIG_IEEE802154_DEFAULT_CHANNEL=16 CFLAGS += -DCONFIG_IEEE802154_DEFAULT_..."