How to use riot os on the arduino uno

can you help me @discobot

Hi! To find out what I can do, say @discobot display help.

@discobot display help

I currently know how to do the following things:

@discobot start {name-of-tutorial}

Starts an interactive tutorial just for you, in a personal message. {name-of-tutorial} can be one of: tutorial, advanced tutorial.

@discobot roll 2d6

:game_die: 3, 6

@discobot quote

:left_speech_bubble: A bend in the road is not the end of the road…unless you fail to make the turn.

@discobot fortune

:crystal_ball: You may rely on it

@discobot start tutorial

I might not be discobot, but I suggest to start with the tutorial at https://guide.riot-os.org/

Feel free to ask again here or on Matrix if you run into issues.

Note that the Arduino UNO is pretty much on the bottom end with regard to RAM and flash of what RIOT can be reasonably used with. That said, it will be good enough to get a basic shell and read a sensor with the saul shell command. It is also good enough to blink some addressable LEDs (ws281x a.k.a. NeoPixels) and do some beeping with PWM and a low-pass filter. But networking will just not work (unless you delegate the network stack to a more capable device such an ESP32 and interact with that using a high level interface).