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...
Steps to program an Arduino Board Download and install the Arduino IDE. Connect the Arduino board to the computer. Choose the right board from the Tools> Board (the Arduino board that you want to program) Again, select the right board from...
The first step to work with Raspberry Pi is to install an Operating System in it. There are many operating systems available for Raspberry Pi like Windows 10, RISC OS, Pidora, etc.. We are going to install a Linux based operating...