This code uses the Raspberry Pi Pico's internal sensor to measure temperature and display values in the console.
π File: temperature.py
πΉ Features:
- Measures temperature using the internal ADC.
- Converts sensor readings to Celsius.
- Displays values periodically in the terminal.
Convert text messages into Morse code and display them by blinking an LED! β¨
π File: morse.py
πΉ Features:
- Converts text into Morse code.
- Uses an LED to transmit the message in dots and dashes.
- Prompts the user for a new message to send.
A simple script to make the Raspberry Pi Pico's built-in LED blink. Ideal for testing digital output.
π File: cronometer.py
πΉ Features:
- Turns the built-in LED on and off every 0.5 seconds.
- Connect the Raspberry Pi Pico to your computer.
- Copy the desired code to the microcontroller.
- Run the scripts using the MicroPython interpreter.
- π MicroPython
- π Raspberry Pi Pico 2
- πΎ
machinelibrary for GPIO and ADC