What is Arduino UNO WiFi board? Arduino UNO WiFi Rev2 is powered by brand new 8-bitĀ ATMEGA4809. The board contains 14…
What is the Arduino Nano Board? Arduino Nano Board is an open-source microcontroller board based on ATmega328p chip. It offers…
Learn using I2C in Arduino. I2C (Inter-Integrated Circuit) is a serial protocol for a two-wire interface to connect to low-speed…
Learn using SPI in Arduino. SPI (Serial Peripheral Interface), establishes communication between multiple peripheral devices or microcontrollers. The SPI interface…
Learn using EEPROM in Arduino to store data. Electronically Erasable and Programmable ROM (EEPROM) is a type of ROM used…
Learn about generating and making POST HTTP Requests with Python Flask and parse the JSON response in Raspberry Pi or…
Learn about generating and making GET HTTP Requests with Python Flask and parse the JSON response in Raspberry Pi or…
Learn interfacing servo motor with Raspberry Pi. Servo motors have a great feature as they can turn to the desired…
Learn interfacing servo motor with Arduino. Servo motors have a great feature as they can turn to the desired position.…
Pulse Width Modulation, or PWM, is a technique for getting analog results with digital means. It creates the square waves…