Raspberry pi is a powerful computer with amazing features of GPIO (General-purpose input-output) pins. There are many models available in the market. All models have almost similar Raspberry pi pinout. Here we will discuss all models of raspberry pi pinout in...
Introduction Raspberry pi is a series of single-board computers. The latest board available in the market is Raspberry pi 4, The most powerful board is coming soon which is Raspberry pi 5. Raspberry Pi is very popular among makers. There are...
About Arduino Serial Print Arduino Serial print is an inbuilt function. which allows the computer to communicate with the Arduino board having the following syntax Serial.println("value"); It uses SPI (Serial Peripheral Interface) protocol to exchange the data between the computer and...
Neopixel or Programmable RGB LED strip are individually addressable LED’s controlled by WS2811, WS2812 IC’s through a single wire. Here, I am sharing my work on how can we make a scrolling text display using ws2812b LED strip and Arduino UNO....
It is really difficult to choose the right board to start learning. Arduino vs Raspberry Pi for robotics, which do you think is best. There are many questions related to this topic. In this write-up, we will discuss these two popular...
My name is Santosh, I have made a hand wash timer using Arduino. The purpose is to help to remind ourselves to wash our hands for at least 20 seconds. We’re calling the project Go Corona, and I’m sharing the tutorial...
LCD (Liquid Crystal Display) is also known as an alphanumeric display. It shows the alphabets and numbers, and a few symbols. It is a no graphic display for colors and pictures to show. If required, we can go for a TFT...