Arduino enthusiasts looking for a project to keep them busy may be interested in this new low-cost robotic hand which is being created using a little Arduino hardware and programming. The Arduino ...
The two SCD41 sensors we want to connect have an I2C address of 0x62, which cannot be changed. Therefore, to communicate with both sensors from the micro controller, we will use a separate I2C bus for ...
In the previous tutorial, we introduced FreeRTOS in Arduino Uno and created a task for the blinking LED. Now, in this tutorial, we will dive more into advance concepts of RTOS APIs and learn about ...
Arduino RFID technology works by using electromagnetic waves in the radio frequency spectrum for wireless communication and data transfer between RFID tags and readers. From supermarket anti-theft ...
A comprehensive tutorial on getting started with MQTT protocol using NodeMCU, MQTTBox and Node-RED. This tutorial will get you started on working with the NodeMCU, and using MQTT protocol to publish ...