Difference between revisions of "Robotics in Rural Living ISRG"

From Woodland Harvest Wiki
Jump to navigation Jump to search
Line 18: Line 18:
  
 
[[Electrical Control Unit]]</br>
 
[[Electrical Control Unit]]</br>
This page documents the wireless communication system that monitors the electrical system. It includes the GitHub repository, and tips around coding and using sensors.
+
This page documents the wireless communication system that monitors the electrical system. It includes the GitHub repository, and tips around coding and using sensors.
 
 
## Helpful tools
 
 
 
The [falstad online circuit simulator](https://www.falstad.com/circuit/circuitjs.html) is great to quickly test a circuit, check its output voltage or behavior.
 

Revision as of 01:48, 23 March 2021

This page is for notes for an independent robotics study by Odalys Benitez and Leon Santen. Our final project is to build a pan-tilt mechanism for a solar panel array on Woodland Harvest Mountain Farm.

Foundation Research

LoRa research
This page is a collection of research insights around LoRa and useful communication tips.

Pan-tilt mechanism research
This page is a gathering of potential components and calculations around the solar panel pan-tilt mechanism.

Sensor Data Acquisition
This page is a combination of different resources for learning how to obtain solar radiation data from an Apogee Pyranometer and how to make this data inform actuator position

Project Documentation

Pan-Tilt System for Solar Array
This page is documentation of our work on the pan-tilt mechanism. It provides tips and info for future students and visitors.

Electrical Control Unit
This page documents the wireless communication system that monitors the electrical system. It includes the GitHub repository, and tips around coding and using sensors.