Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lukeprior/rp2040-temperature-display-serlcd

This repository contains the MicroPython code required to display the internal temperature reading from a RP2040 microcontroller found in the Raspberry Pi Pico to the SparkFun SerLCD via I2C.
https://github.com/lukeprior/rp2040-temperature-display-serlcd

pico raspberry-pi-pico rp2040 sparkfun-serlcd

Last synced: 22 days ago
JSON representation

This repository contains the MicroPython code required to display the internal temperature reading from a RP2040 microcontroller found in the Raspberry Pi Pico to the SparkFun SerLCD via I2C.

Awesome Lists containing this project

README

        

# RP2040 Temperature Display SerLCD I2C MicroPython

This repository contains the MicroPython code required to display the internal temperature reading from a RP2040 microcontroller found in the Raspberry Pi Pico to the SparkFun SerLCD via I2C.

# Getting Started

You can download the code and open it with Thonny and save it as main.py to your RP2040 device to make it run on boot.

# DIYODE Magazine Article

[Playing with Pico](https://diyodemag.com/projects/playing_with_raspberry_pi_pico_review_project)

# License

This project is licensed under the MIT License. This project contains code from the [Get Started with MicroPython on Raspberry Pi Pico](https://hackspace.raspberrypi.org/books/micropython-pico) guide and the [Qwiic_SerLCD_Py](https://github.com/sparkfun/Qwiic_SerLCD_Py) library from Sparkfun.