Giter Site home page Giter Site logo

pkoscielny / sun_tracker Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 905 KB

Project for tracking position of the sun based on ESP8266 device.

License: MIT License

Python 9.72% C++ 90.28%
c cpp sun tracker nodemcu nodemcu-esp8266 pca9685 photoresistor servo-motor rest-client

sun_tracker's Introduction

Sun tracker

Project for tracking position of the sun on the sky. This device scans certain part of sphere and searches for the brightest point on it. This project can be used when the sun position is important, e.g. in solar panel system or any other. You can adapt and modify this code as you need.

Hardware

List of components

  • ESP8266 NodeMCU v2
  • 2x servo SG90 analog
  • PCA9685 16-channel PWM servo driver
  • photoresistor + pull up 10k resistor
  • hand made skeleton
  • some RC parts for step motors and servos

Breadboard circuit diagram

circuit

Device

view

Scripts

fix_insolation_matrix.py

This script reads insolation matrix from file insolation_matrix.csv, fixes points orientation and writes this to proper_insolation_matrix.csv. It is required because the sun tracker returns the insolation values in improper order (movements optimization).

insolation_matrix_to_png.py

It reads fixed file proper_insolation_matrix.csv and generates png file to visualize the sun tracker results.

Generate PNG file

Let's read insolation values from tracker, e.g. using serial port monitor in Arduino IDE. They are in CSV format. Save them into file insolation_matrix.csv and run:

pip install -r requirements.txt
python fix_insolation_matrix.py
python insolation_matrix_to_png.py

Finally you will have insolation.png file.

Example of PNG file

After enlarging the image: landscape

Enjoy!

sun_tracker's People

Contributors

pkoscielny avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.