In this example we look at an VEML6070 UV sensor and connect it to an Arduino UNO, the code example will not use any external libraries VEML6070 is an advanced …
Arduino Tutorials
-
-
In this example we will program an Attiny44 using an Arduino The first step is to take a look at the pinouts and features available if you decide to use …
-
This is the second part of setting up an Arduino to program an Attiny microcontroller, in the previous parts we added support for the variety of microcontrollers. For reference purposes …
-
Since Arduino 1.6.4 it has been easy to add support for other boards such as the Intel Galileo, in this case I have a lot of Attiny microcontrollers that I …
-
The SHT21 has a capacitive sensor element to measure humidity, while the temperature is measured by a band gap sensor. Both sensors are seamlessly coupled to a 14-bit ADC, which then …
-
This time we will create a more practical example of connecting an Arduino to a PC and then writing an app to read data via the com port. In this …