Toggle Navigation
Hatchery
Eggs
temperature measurement
README.md
Users
Badges
Login
Register
MCH2022 badge?
go to mch2022.badge.team
README.md
raw
Content
# Data collector ## description Measures temperature with an MCP9701 on port 36 (ADC) and sends the data to a server using wifi and https. ## configuration Requires a config file called mconfig.json, containing personal information: {"essid": "your_essid", "key": "wifi_password", "consumer_url": "https://mail.example.eu/data/measure", "username": "login_user", "password": "login_password"}