Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/lukeprior/rp2040-temperature-display-serlcd
- Owner: LukePrior
- License: mit
- Created: 2021-02-02T08:49:04.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2021-03-02T10:14:10.000Z (almost 4 years ago)
- Last Synced: 2024-10-24T22:12:07.957Z (2 months ago)
- Topics: pico, raspberry-pi-pico, rp2040, sparkfun-serlcd
- Language: Python
- Homepage: https://diyodemag.com/projects/playing_with_raspberry_pi_pico_review_project
- Size: 104 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.