Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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 details

provisioned = 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 = ''
```