Difference between revisions of "Electrical Control Unit"

From Woodland Harvest Wiki
Jump to navigation Jump to search
Line 12: Line 12:
  
 
# Useful Guides
 
# Useful Guides
 +
 +
__Real Time Clock Setup__
 +
 +
[Tutorial on howtomechatronics.com](https://howtomechatronics.com/tutorials/arduino/arduino-ds3231-real-time-clock-tutorial/)
  
 
__Data logging on SD-card__
 
__Data logging on SD-card__

Revision as of 18:22, 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

Tutorial on howtomechatronics.com

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).