Arduino and GY-21P readings on a web page
In this example we connect an Ethernet shield to an Arduino, we then connect a GY-21P sensor to this and we will display the readings on a webpage The GY-21P…
In this example we connect an Ethernet shield to an Arduino, we then connect a GY-21P sensor to this and we will display the readings on a webpage The GY-21P…
In this project we will display temperature from a DS18B20 on an OLED display. Here is a picture of my project, you can see the temperature displayed on the OLED…
In this example we use the DHT22 (or AM2302) humidity/temperature sensor and the Arduino UNO board to read data and print it out to the serial monitor. The DHT22 is better…
The BBC micro:bit does not have a dedicated temperature sensor. Instead, the temperature provided is actually the temperature of the silicon die on the main CPU. So not a…
In this example we connect the ever popular DS18B20 temperature sensor to our PIC, we will then display the temperature on our LCD We used the DS18S20 in our example…
In this example we will read the temperature and humidity using a DHT11 sensor and display the readings on our LCD. We have linked to the datasheet at the bottom…
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…