Culex
-
Temperature Sensor Network, Part 3: Communication
This is the third part of my temperature sensor network series, as explained in Part1. This part describes the network and communication setup. Connectivity To create a 802.15.4 border router, I used the RIOT-os border router example with the fifth dongle. There is some configuration that needs te be done: using usb-cdc and setting the correct network parameters. This configuration is included in the project on github (RiotTempsensor) For this border router to function, the device it is attached to needs to configure some networking things, and needs to run an udhcp daemon.
Mar 4, 2021 - 2 min read