Difference between revisions of "Electrical Control Unit"

From Woodland Harvest Wiki
Jump to navigation Jump to search
Line 16: Line 16:
  
 
[Tutorial on arduino.com](https://create.arduino.cc/projecthub/MisterBotBreak/how-to-use-a-real-time-clock-module-ds3231-bc90fe)
 
[Tutorial on arduino.com](https://create.arduino.cc/projecthub/MisterBotBreak/how-to-use-a-real-time-clock-module-ds3231-bc90fe)
 +
 +
[Download DS3231 library on GitHub](https://github.com/rodan/ds3231)
  
 
__Data logging on SD-card__
 
__Data logging on SD-card__

Revision as of 19:19, 16 October 2020

Please refer to this GitHub Repository for the code for all Arduinos.

Repository Sections

master-arduino

anemometer

Opportunities to improve the system

  • We are currently supplying power to the Arduinos via USB. If we used DC converters from the batteries to the Arduinos, we might save some electricity.

Useful Guides

Real Time Clock Setup for SD3231

Tutorial on arduino.com

Download DS3231 library on GitHub

Data logging on SD-card

this randomnerdtutorial.com leads you through SD-card usage with an arduino.

Wireless communication with NRF24L01

We have long-run antennas for wireless communication (NRF24L01 Tutorial).