Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/goldlabel-apps/pi
Raspberry Pi Pico software for the Pimoroni Enviro Grow & more
https://github.com/goldlabel-apps/pi
growspy pi pico python raspberrypi
Last synced: 24 days ago
JSON representation
Raspberry Pi Pico software for the Pimoroni Enviro Grow & more
- Host: GitHub
- URL: https://github.com/goldlabel-apps/pi
- Owner: goldlabel-apps
- Created: 2023-06-06T10:08:20.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-06-09T05:56:14.000Z (over 1 year ago)
- Last Synced: 2024-06-02T11:24:37.253Z (7 months ago)
- Topics: growspy, pi, pico, python, raspberrypi
- Language: Python
- Homepage: https://growspy.app
- Size: 220 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
```python
# enviro config file# you may edit this file by hand but if you enter provisioning mode
# then the file will be automatically overwritten with new detailsprovisioned = 1
# enter a nickname for this board
nickname = 'Your Nickname'# network access details
wifi_ssid = ''
wifi_password = ''# how many log files to keep
log_count = 20# how often to wake up and take a reading (in minutes)
reading_frequency = 5# where to upload to ("web_hook", "mqtt", "adafruitio")
destination = 'http'# how often to upload data (number of cached readings)
upload_frequency = 1# web hook settings
custom_http_url = 'https:///'
custom_http_username = ''
custom_http_password = ''
```