Arduino FreeRTOS Queue Management – How to use Queues
In the last tutorial, we have seen the tasks management process of FreeRTOS with Arduino Uno. But today, we will learn how to create Queues using FreeRTOS API. In the …
In the last tutorial, we have seen the tasks management process of FreeRTOS with Arduino Uno. But today, we will learn how to create Queues using FreeRTOS API. In the …
NeoPixel led is a strip of LEDs with RGB combinations. The LED strip made by the Adafruit company to avoid the pins issue and complex circuitry. The whole strip has …
TM1637 Grove 4 digit display Module is a 4-pin module for digital display through the combination of four 7-segments. The module is basically for a digital display of alphanumeric data. …
2.4” TFT LCD Module is one of the most common RGB color display modules. Therefore, this module offer different applications from conventional display modules in features and usage. It offers …
ST7290 GLCD module is a simple graphical display using liquid crystals. It supports officially both parallel and serial communication to the Arduino. Other microcontrollers also able to operate the LCD …
1388A is an 8×8 LED matrix module, which helps to design visual display. There is a total of 64 numbers of LEDs in a total display. All the LEDs are …
Monochrome 0.96” OLED Display is the best small screen display in the market. However, this display uses OLED technology with SPI and I2C communication support to show the data. OLED …
Nokia5110 LCD screen is a simple black and white screen but it was the best display for mobile in its time. The usage of the screen was mostly in the …
16×2 LCD is a 32 digits display screen for all kinds of CMOS/TTL devices. This word comes from the liquid crystal and 16X2 represents its screen size. In Liquid crystal …
7 Segment display is one of the oldest methods of displaying values in electronic devices. The combination of 7 LEDs makes the whole display. Every time a single pin gets …