Thread: Solar Tracker
View Single Post
  #3   Spotlight this post!  
Unread 13-09-2013, 08:14
Sh1ine Sh1ine is offline
Registered User
FRC #2791
Team Role: Leadership
 
Join Date: Jan 2009
Rookie Year: 2009
Location: Albany NY
Posts: 96
Sh1ine is on a distinguished road
Re: Solar Tracker

Quote:
Originally Posted by stinglikeabee View Post
What are the requirements of your solar tracker? What does it need to do? Will it be used for aiming something like a solar array or mirror?

What is your rationale for a no-programming approach? Is it a time limitation? You could easily pick Arduino up in a few days using something like the Arduino Cookbook and learn a lot about programming in the process.

As for the JAG, you would need to generate a PWM signal using something other than a microcontroller. Here is a starting point: http://electronics.stackexchange.com...icrocontroller. If this looks daunting, I'd suggest going back to the Arduino approach.
Sorry I should have been more specific. I am a teacher I am trying to develop an activity for my POE class to use a solar tracker to move a set of Harbor Freight Solar panels to follow the sun. I teach digital electronics as well, and we use Arduino (great system) for that class. I have use an Arduino and PS3 controller to control robots before so that programming would be simple. However, I am trying to avoid programming because I do not have the time in the year to allocate teaching my students to program the system. If I have to I could program the microcontroller myself and have them follow some simple instructions to connect their system to the microcontroller but I want to avoid that if possible.
Reply With Quote