MQ135 is mainly used to detect the concentration of carbon dioxide, alcohol, benzene, NOx, ammonia and other gases in the air. const int gasSensor =0; void setup(){ Serial.begin(9600); // sets the ...
This repository contains the code files from the New Arduino Paul McWhorter tutorial Series on YouTube. Each file represents a simple project or tutorial from the series. The Arduino Paul McWhorter ...
In previous tutorials, we have covered the basics of FreeRTOS with Arduino and the Queue kernel object in FreeRTOS Arduino. Now, in this third FreeRTOS tutorial, we will learn more about FreeRTOS and ...
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 ...
In this quick Arduino tutorial I will explain how you can control a relay using the Arduino Board, one 1K and one 10K resistors, 1 BC547 transistor, one 6V or 12V relay, one 1N4007 diode and a 12V fan ...
This comprehensive guide covers everything you need to know about Arduino, a project to ease people into creating their own DIY gadgets and electronic art. If you’ve ever had a hankering to make your ...
This is tutorial number 1 from our series of Arduino tutorials and in this part I will talk about blinking an LED using the one already available on the Arduino Uno board or using an external LED to ...