Tutorials
Tutorials copied to clipboard
This is just an alias to the `ping` command, we want to drop it eventually.
Just bump the RIOT version.
Not sure this is wanted, but I added and replaced some text to use the tutorial on the IoT-LAB instead of using real hardware.
This ports the compile tests currently done with Travis to a GitHub Action. See https://github.com/RIOT-OS/Tutorials/pull/78#issuecomment-768284665.
When Windows users run tutorial 5 in vagrant, they can get stuck at running the second instance: ``` user@riot-vm:/home/vagrant/Tutorials/task-05$ make all term PORT=tap1 Building application "Task05" for "native" with MCU...
It seems `ztimer` slowly is getting ready to replace `xtimer` in the long term. Should we replace [the `xtimer` task 04](https://github.com/RIOT-OS/Tutorials/tree/master/task-04) with a `ztimer` task?
Hello, in tut 5, we have to use txtsnd command to send data from one interface to another, but i ma getting synatx error and cant make it work. Lets...
I was trying to add /test/bmp180 sensor to the UDP task-06 but if do this then the sensor init is getting failed even i tried with /test/adxl345 too . both...
I only learned how to configure this after #57 was merged. Also that might be a controversial topic we want to discuss first ;-).
Description ======== When 2 separate hardware nodes for the tutorial, you can try to txtsnd from one node to the other, but packetdump will not show the packet. Thus you...