Difference between revisions of "Electrical Control Unit"

From Woodland Harvest Wiki
Jump to navigation Jump to search
Line 4: Line 4:
  
 
## master-arduino
 
## master-arduino
 +
 +
## backporch-arduino
  
 
## anemometer
 
## anemometer
 +
 +
# Wireless communication codes
  
 
# Opportunities to improve the system
 
# Opportunities to improve the system
Line 25: Line 29:
 
__Wireless communication with NRF24L01__
 
__Wireless communication with NRF24L01__
  
We have [long-run antennas](https://www.amazon.com/gp/product/B06WLH4ZG6/ref=ppx_yo_dt_b_asin_image_o06_s00?ie=UTF8&psc=1) for wireless communication ([NRF24L01 Tutorial](https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/)).
+
We have [long-run antennas](https://www.amazon.com/gp/product/B06WLH4ZG6/ref=ppx_yo_dt_b_asin_image_o06_s00?ie=UTF8&psc=1) for wireless communication ([NRF24L01 Tutorial](https://howtomechatronics.com/tutorials/arduino/arduino-wireless-communication-nrf24l01-tutorial/)).</br>
 +
You should solder a 10uf electrolytic capacitor between the power leads.

Revision as of 21:11, 24 October 2020

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

Repository Sections

master-arduino

backporch-arduino

anemometer

Wireless communication codes

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).
You should solder a 10uf electrolytic capacitor between the power leads.