Galilleo: LAN TCP communication with RaspberryPi using Python. Simple HTTP server.

Goals: – Learn how to deal with python scripts development and execution at Galilleo’s Yocto Linux. – To establish TCP  communication between Galilleo (connected to home router by Ethernet cable)  and RaspberryPi (Raspbian Linux) connected to same home router’s LAN through Wi-Fi – activation of simple http server SW: https://github.com/pageal/SW_Galilleo/tree/master/hello_world simple http…

Continue reading

Raspberry Pi Experiment 13: Anemometer based on sensors F200-201/2 (wind speed/direction)

Related Experiments: Raspberry-pi: experiment 13. Wind speed and direction meter (anemometer) Raspberry-pi: Experiment 13. Thermal sensor and more Raspberry-pi: Experiment 13. Few more experiments with batteries Raspberry-pi: Experiment 13. Anemometer. Less power consumed more produced and preserved Experiment Goals: 1. Learn working with new type of wind direction and speed…

Continue reading

Getting Started with GPIO

TBD https://www.raspberrypi.org/documentation/usage/gpio/ – Using RPi.GPIO Tutorial: Raspberry Pi GPIO Pins and Python http://openmicros.org/index.php/articles/94-ciseco-product-documentation/raspberry-pi/217-getting-started-with-raspberry-pi-gpio-and-python – Using Wiring Pi http://www.sirmc.net/view/9001/ https://projects.drogon.net/raspberry-pi/wiringpi/ https://projects.drogon.net/raspberry-pi/gpio-examples/tux-crossing/gpio-examples-1-a-single-led/ https://projects.drogon.net/raspberry-pi/wiringpi/the-gpio-utility/ https://pypi.python.org/pypi/wiringpi2 gpio readall – Using PiGPIO https://www.raspberrypi.org/forums/viewtopic.php?p=486959 wget abyz.co.uk/rpi/pigpio/pigpio.zip If you don’t have wget click on http://abyz.co.uk/rpi/pigpio/pigpio.zip and do the unzip/make manually unzip pigpio.zip cd PIGPIO sudo make install Examples using…

Continue reading