📄️ What's in the box?
A quick rundown of the sensors and microcontrollers you've recieved in your kit.
📄️ Installing MicroPython
A guide to install MicroPython on your Pi.
📄️ Setting up IDEs and Git
Now that MicroPython is installed, we need to install Thonny and Visual Studio Code to be able to write code, and install Git to track our changes.
📄️ Creating Project Structure
Now that we've installed all the prerequisites, we can begin making our project structure.
📄️ Testing it All / Transferring the code to the Pi
Now that we've done the hard parts, we can upload our code to the Pi and make sure that it's working.
📄️ Adding a Sensor
Now that we have our WebUI up and running, we can add a sensor's data to the stream.
📄️ Adding a Route
We have sensors reporting data to our WebUI, but now we need to be able to send data from the WebUI back to the Pico.
📄️ Appendix
Additional information to aid you on your journey.