Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eagrahamjr/ispy-deskie
Pythonic control thingie using CircuitPython
https://github.com/eagrahamjr/ispy-deskie
Last synced: 3 days ago
JSON representation
Pythonic control thingie using CircuitPython
- Host: GitHub
- URL: https://github.com/eagrahamjr/ispy-deskie
- Owner: EAGrahamJr
- License: apache-2.0
- Created: 2024-07-13T17:07:38.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T18:04:40.000Z (4 days ago)
- Last Synced: 2024-11-03T19:17:48.363Z (4 days ago)
- Language: Python
- Size: 26.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Yet Another Desktop Thingie
This one has an SH1106 and uses the ESP32's built-in WiFi to set the RTC to NTP time and also retrieve the local weather.
Example `settings.toml`:
```toml
WIFI_SSID="WIFI"
WIFI_PASSWORD="PASSWORD"# defaults - pauses are in **MINUTES**
WEATHER_PAUSE=15
WEATHER_STATION="kbfi"NTP_PAUSE=60
```
The intent is to stuff it into https://www.thingiverse.com/thing:6683611 and just ignore the hole in the back.