In this example we connect a PCT2075 temperature-to-digital converter from nxp to an Arduino Uno First lets look at some information about the sensor from the manufacturer The PCT2075 is a temperature-to-digital converter featuring ±1 °C accuracy over ‑25 °C to +100 °C …
Code
-
-
In this example we connect a AHT20 Integrated temperature and humidity Sensor from Aosong to an Arduino Uno First lets look at some information about the sensor from the manufacturer AHT20, as a new generation of temperature and humidity sensors, …
-
In this example we connect a DPS310 barometric pressure sensors from Infineon to an Arduino Uno First lets look at some information about the sensor from the manufacturer The pressure sensor element is based on a capacitive sensing principlewhich guarantees …
-
In this example we connect a VCNL4040 Proximity and Ambient Light Sensor from Vishay to an Arduino Uno First lets look at some information about the sensor from the manufacturer VCNL4040 integrates a proximity sensor (PS), ambientlight sensor (ALS), and …
-
This is a follow up to the Arduino and PySerial example. This time we will build a GUI with some buttons to switch the LED on and off. There are 2 parts to this example, the arduino code and the …
-
In this article we will control the built in LED on an Arduino using Python. Python will be running on the desktop PC and we will be sending simple commands via the serial port to the Arduino. You can hook …
-
In this example we connect a VL6180X Proximity sensor, gesture and ambient light sensing (ALS) module to an Arduino Uno First lets look at some information about the sensor from the manufacturer The VL6180X is a ground-breaking technology allowing absolute distance …
-
In this example we connect a vibration motor module to an Arduino Uno. This is the type of motor that you could find in a mobile phone which vibrates when you receive a text message for example, also commonly used …