A while back I bought an Intel Galileo 2 and recently noticed that in the Arduino IDE 1.6.5 via the boards manager that the board was supported. Rather than go…
iainhendry71
-
-
The BMP180 is a new digital barometric pressure sensor of Bosch Sensortec, with a very high performance, which enables applications in advanced mobile devices, such as smart phones, tablet PCs…
-
In this example we connect an RGB led to our MSP-EXP430G2 launchpad and flash the red, green and blue colours Schematic I actually had an RGB breakout attached the the…
-
This is a basic ‘hello world’ example for the MSP430G2 LaunchPad, this example uses the Energia development environment. For people who have used the Arduino development environment you will recognize the…
-
Another feature of the Arduino Esplora is a built in RGB LED, again its fairly simple to use this using the writeRGB function. You can see the RGB led in…
-
This example will read the temperature using the built in temperature sensor on the Arduino Esplora and display it on the LCD Code [codesyntax lang=”cpp”] #include <Esplora.h> #include <TFT.h>…