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

Arduino: Self-switching corridor lamp (motion detector, relay)

Project Idea and Requirements by: Masha Lipshits Goals: – to learn using Arduino uC, relay and motion sensor – using Arduino Pro mini, to make our corridor lamp automatically switching ‘On’ if motion is detected in the area of the entrance-hall. Switch ‘Off’ – by timeout. – finally installed prototype shall be extendable (ex.…

Continue reading

Raspberry Pi Experiment 13: Wind Speed and Direction Meter (Anemometer)

Reviewed by Editor: Jack Allison VIDEO_01[ENG] VIDEO_02[ENG] VIDEO_03[ENG] VIDEO_04[ENG] VIDEO_05[ENG] Related experiments: Raspberry-pi: Experiment 13. Anemometer based on sensors f200-2012 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. To…

Continue reading

Raspberry Pi Experiment 01: PiCam Video Streaming via WiFi

Video [No Voice]

 

Experiment Goal:

To enable the following features:
– capturing of live video by means of Raspberry Pi Camera module
– streaming of the captured video to custom PC Client

Constellation:

1) RPi PI running Raspbian
2) Server side is running on PI (Python script) waiting for 1 client to connect (TCP)
3) Video streams to connected client (Linux/Windows) in mjpeg (configurable # of frames)
4) C# client application using VLC WPF-control to display the video inside the application window. Start stop streaming commands are send to RPi trough TCP-IP

Components:

– Board: Raspberry Pi model B or higher (RPi-Model-B ebay/RPi2-Model-B ebay)
– OS SD-card: NUBS (preinstalled/self-made after download)
– Camera: Raspberry Pi Camera module  (ebay) or PiNoIr Camera module (ebay)
– Wi-Fi:  EdiMax EW-7811Un (ebay) dongle

Constellation: 
exp1_wifi_01


Useful Links: