Difference between revisions of "Electrical Control Unit"
Jump to navigation
Jump to search
(Created page with "Please refer to this [GitHub Repository](https://github.com/LSanten/WoodlandHarvestControlSystem) for the code for all arduinos. We are trying to implement a wireless Arduino...") |
|||
Line 1: | Line 1: | ||
− | Please refer to this [GitHub Repository](https://github.com/LSanten/WoodlandHarvestControlSystem) for the code for all | + | Please refer to this [GitHub Repository](https://github.com/LSanten/WoodlandHarvestControlSystem) 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 | ||
+ | |||
+ | __Data logging on SD-card__ | ||
+ | |||
+ | this [randomnerdtutorial.com](https://randomnerdtutorials.com/guide-to-sd-card-module-with-arduino/) leads you through SD-card usage with an arduino. | ||
+ | |||
+ | __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/)). |
Revision as of 21:55, 12 October 2020
Please refer to this GitHub Repository for the code for all Arduinos.
Contents
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
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).