Skip to content

Solar power project with esp8266

Notifications You must be signed in to change notification settings

adamkdean/esp8266-solar-power

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266 solar power

Solar power project with esp8266.

Todo

  • Connect to WiFi
  • Read battery voltage (3.8v max reduced to 1v via voltage divider)
  • Post voltage reading to electronics-api
  • Connect solar panels
  • Collect readings

Notes

The file firmware/config.h is ignored with git update-index --assume-unchanged so that SSID credentials are not committed to the repo.