In this article we will measure pressure, altitude and temperature with a MPL3115A2 sensor, we will connect this to a chipkit. Lets look at some information about the sensor first. The MPL3115A2 is a compact, piezoresistive, absolute pressure sensor with an …
shedboy71
-
-
In this article we will look at the mlx90615 infrared thermometer connect it to a chipkit, in this case we used a chipKit Max32 but the other boards should work as well The MLX90615 is a miniature infrared thermometer for non-contact …
-
The next in our list of arduino shields that we will be testing with the Chipkit Max32 is known as the Clock shield or Tick tock shield Here is a picture of this shield Features Battery Holder : Battery on …
-
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 …
-
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 …