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

Getting started with I2C

Reviewed by Editor: Jack Allison Step-by-step Connect your I2C device Enable i2c. sudo raspi-config Use menu option ‘Advanced Options\I2C’ to allow I2C kernel module to be loaded automatically Add i2c modules to configuration Add a line with ‘i2c-dev’ at  /etc/modules sudo nano /etc/modules snd-bcm2835 i2c-dev Exclude i2c from the black list.…

Continue reading