https://github.com/sonodima/icepwm
Simple fan-temperature controller for the TMP75 and RP2040
https://github.com/sonodima/icepwm
Last synced: about 2 months ago
JSON representation
Simple fan-temperature controller for the TMP75 and RP2040
- Host: GitHub
- URL: https://github.com/sonodima/icepwm
- Owner: sonodima
- License: mit
- Created: 2024-07-31T13:33:25.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-07-31T17:59:27.000Z (10 months ago)
- Last Synced: 2025-03-06T12:49:37.909Z (3 months ago)
- Language: Python
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IcePWM
## Hardware
Out of the box, IcePWM is configured to work with the **waveshare-rp2040-tiny** board and
a **TMP75** temperature sensor connected to the I2C bus.You can change the pins used by the various peripherals to get it working with other boards.
## Usage
- Copy the contents of the `source` folder to **CircuitPython** volume mounted by the board.
- Edit the `code.py` file to change the configuration.
- Use `circup` to install the `neopixel` library.