Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

☀️ Solar Panel Monitor

A simple solar power monitoring application for the Arduino UNO Q, which uses an INA219 sensor to read data from a small 80x45mm solar panel and prints them on an e-paper display.

Notice

For Arduino UNO Q (Zephyr) applications, you need to patch #undef guards on Adafruit_EPD.h because it defines macros as #define MISO 0 (and similar), which clashes with any library that uses those names as function parameters.

at line 31 on the Adafruit_EPD.h:

#ifdef MISO
#undef MISO
#endif
#ifdef MOSI
#undef MOSI
#endif
#ifdef SCK
#undef SCK
#endif
#ifdef SS
#undef SS
#endif

License

Distributed under the MIT License. See LICENSE for more information.

About

A custom Arduino solar power monitor, using an INA219 sensor and an e-paper display.

Topics

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors

Languages