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
In this simple code example we will send the cpu percentage and available memory of a PC to thingspeak using a python script. Install Python Import Psutil - https://github.com/giampaolo/psutil/blob/master/INSTALL.rst the instructions vary…
In this example we will take the BMP180, read the temperature and send this data to an online IoT platform, in this case we will use Thingspeak. To achieve this we will need an Arduino Uno with an Ethernet shield fitted and then we will…