sensor

Test DS18B20 sensor

Test DS18B20 sensor

sudo modprobe w1-gpio sudo modprobe w1-therm cd /sys/bus/w1/devices ls cd 28-xxxx (change this to match what serial number pops up) cat w1_slave The interface is a little unreliable, but fortunately it tells us if there is a valid temperature to read. It’s like a file, so all we have to do is read The response

Test DS18B20 sensor Read More »

A simple analog proximity sensor with digital interface for Raspberry Pi last update Feb 7 2014

A simple analog proximity sensor with digital interface (for Raspberry Pi) [last update: Feb 7, 2014]

Raspberry Pi has a Broadcom BCM2835 chip, which controls 26 GPIO (general purpose input/output) pins. There are C library or RPi.GPIO python package available online that can be used to control the pins. The RPi.GPIO package is by default included in most Raspberry Pi system, such as Raspbian, a RPi version of Debian linux system. One

A simple analog proximity sensor with digital interface (for Raspberry Pi) [last update: Feb 7, 2014] Read More »

Geiger Counter Radiation Sensor Board for Raspberry Pi tutorial

Geiger Counter – Radiation Sensor Board for Raspberry Pi tutorial

Contents Manifesto The Board The Geiger Tube Types of radiation Supported Geiger Tubes Testing Sources Actuators From CPM to Sieverts Source Code Schematic Participate Buy Links and Documentation  NOTE: All the code examples in this tutorial use the arduPi library. You can see the documentation and download the library here. Manifesto The main finality of

Geiger Counter – Radiation Sensor Board for Raspberry Pi tutorial Read More »

Raspberry Pi Soil Moisture Sensor

Raspberry Pi Soil Moisture Sensor

Agriculture consumes between 80 – 90% of all freshwater in the United States. An easy way to conserve water in the agricultural sector is to install a soil moisture sensor. Soil moisture sensors measure the amount of water in the soil to maintain consistent and ideal soil conditions for plants. In some cases, installing a

Raspberry Pi Soil Moisture Sensor Read More »

TSL2584TSV Ambient Light Sensor

TSL2584TSV Ambient Light Sensor

The TSL2584TSV is a very-high sensitivity light-to-digital converter that transforms light intensity into a digital signal output with a fast-mode I²C interface. The device combines one broadband photodiode (visible plus infrared), one infrared-responding photodiode, and a photopic infrared-blocking filter on a single CMOS integrated circuit. Two integrating analog to Digital Converters (ADCs) convert the photodiode

TSL2584TSV Ambient Light Sensor Read More »

Scroll to Top