Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
In case you haven't come across it already, there's a really good way to automate solar panel sun tracking for Moon and Mars with only a handful of parts. It's not super efficient, but it's good enough to keep them pointed roughly at the sun.
Start with a sensor kit, select the daylight sensor and mount it on the side of a frame facing the sunrise. Add a memory chip and set its value to 1.8. Use a Logic Reader to read the daylight sensor's "solar angle" value. Add a Logic Math, with it's first input set to the Logic Reader and it's second input set to the memory chip. Set it's operation to "Divide". Then add a Batch Writer, set it to read the result from the Logic Math and write that to "Solar Panel" in the "Vertical" setting.
Then, install your solar panels (with a batch writer, it can control more than one. Make sure they're all facing east when their vertical is set to 0 degrees. I recommend using the version of the solar panel that has power output on one side and data connected on the other - after expanding a bit, you'll reach a point where you start burning wires and such and need to upgrade to heavy cable for the output.
A few things to consider:
1. Make sure all of the logic devices are fully connected and have clear wiring connecting all of their connections, so they can "see" everything on the network.
2. It's a good idea to add an Area Power Controller dedicated to the solar tracking logic when you're able to spare one. It will help to keep battery power moving the panels overnight as they sweep back to the eastern facing position.
3. If the logic loses power at night, it won't power back up until the panels are pointed at the sun. Come dawn, you may have to move one manually to face the sun to get things "jump started" again, if that happens.
Hope this is useful!
My base doesn't use that much power; I've been powering it with a single solar panel (adjusted manually) and a solid-fuel generator and a static battery. I am using heavy wire between the solar panel, generator and battery.
On the other side of the battery I have a transformer and then regular cable. The data for the solar panel is on a separate curcuit.
On most nights I start up the generator and run it until the battery is full. I'll probably automate this as well.
-Scott