We will now look at some more Easy module Shield V1 examples, this time looking at the DHT11 and LM35 temperature sensors here is a picture of the shield Sample Code We are going to look at the two temperature…
-
-
On to another Arduino shield and this is one of my favourites, its a low cost shield which contains a variety of resources on it making it ideal for beginners. We will again connect this to a Chipkit Max32 and…
-
More Chipkit 32 and Multi function shield examples following on from – Chipkit Max32 and Multifunction shield example Code Example Pot and led [codesyntax lang=”cpp”] const byte LED[] = {13,12,11,10}; #define Pot1 0 void setup() { Serial.begin(9600); // initialize the digital…
-
I recently purchased a Chipkit Max32 and was pleased to see that this board has protection so that it can interface with 5v board, shields and modules. This is a snag with many ‘arduino’ compatible boards, they are 3.3v I/O…
-
This barometric pressure sensor is optimized for altimeters and variometers with an altitude resolution of 10 cm. The sensor module includes a high linearity pressure sensor and an ultra-low power 24 bit ΔΣ ADC with internal factory calibrated coefficients. It…
-
In this example we will connect a TMP175 to a Chipkit Uno and the example will be written in the Arduino IDE The TMP75 and TMP175 devices are digital temperature sensors ideal for NTC and PTC thermistor replacement. The devices…
-
The Honeywell HMC5983 is a temperature compensated three-axis integrated circuit magnetometer. This surface-mount, multi-chip module is designed for low-field magnetic sensing for applications such as automotive and personal navigation, vehicle detection, and pointing. The HMC5983 includes our state-of-the-art, high-resolution HMC118X…
-
The Honeywell HMC5883L is a surface-mount, multi-chip module designed for low-field magnetic sensing with a digital interface for applications such as lowcost compassing and magnetometry. The HMC5883L includes our state-of-theart, high-resolution HMC118X series magneto-resistive sensors plus an ASIC containing amplification,…
-
The GUVA-S12SD UV Sensor chip is suitable for detecting the UV radiation in sunlight. It can be used in any application where you want monitor for the amount of UV light and is simple to connect to any microcontroller. I recently noticed…
-
The GY-21P is an interesting module in that it combines a BMP280 sensor and an SI7021 sensor. The on-board BMP280+SI7021 sensor measures atmospheric pressure from 30kPa to 110kPa as well as relative humidity and temperature. BMP280 Pressure range: 300-1100 hPa…