Skip to content

marc-despland/solar-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

solar-tracker

Implementation of a Solar Tracker

Resources

Installation libmicrohttpd

  1. Install require package

Centos

  • sudo yum install libgcrypt-devel
  • sudo yum install gnutls-devel
  • sudo yum install libcurl-devel

Raspbian

  • sudo aptitude install libgcrypt-dev libgnutls-dev
  • sudo aptitude install libusb-1.0-0-dev libcurl4-gnutls-dev
  1. ./configure
  2. make
  3. sudo make install

Installation libphidget

  1. Install require package
  • Install libusb-1.0
  1. ./configure
  2. make
  3. sudo make install

Turn the Raspberry PI as a WIFI access point

I use this article to start the configuration : adafruit

The idea is to have the Raspberry PI acting as a WiFi access point that will allow me to attach my iPad to control it, and still keeping the ability to connect it on the network using cable.

  1. Install the software sudo apt-get install hostapd isc-dhcp-server

About

Implementation of a Solar Tracker

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published