An IoT operating system is an operating system that is designed to perform within the restrictions that are specific to Internet of Things devices these include limitations on memory, size, power and processing capacity.
In this example we connect an Ethernet shield to an Arduino, we then connect a GY-21P sensor to this and we will send the values to Thingspeak
In this example we connect an Ethernet shield to an Arduino, we then connect a MPL3115A2 sensor to this and we will send the values to Thingspeak
The SHT21 is a low cost humidity and temperature sensor. Its an I2C device so again is very simple to connect to any arduino. In this case we will send sesnor data to ubidots The SHT2x sensors contain a capacitive type humidity sensor, a…
In this example we will take the SHt31, read the temperature and humidity and send this data to an online IoT platform, in this case we will use sparkfun data. To achieve this we will need an Arduino Uno with an Ethernet shield fitted and…
To start a quick explanation of Internet of Things (IoT) from Wikipedia The internet of things (IoT) is the network of physical devices, vehicles, buildings and other items—embedded with electronics, software, sensors, actuators, and…