Post

DS18B20 with Raspberry Pi Pico

Are you looking to learn about DS18B20? Check out this informative blog that covers everything from its applications and interfacing it with Raspberry pi pico to the materials required, circuit...

On By - Robocraze - 0 Comments

Raspberry Pi Pico

The blog discusses the RP2040 chip, the core component of the Raspberry Pi Pico, and compares it with Arduino boards and the ESP32. The article delves into the technical aspects...

On By - Robocraze - 0 Comments

Implementing UART Using AVR

UART is one of the most fundamental types of communication protocol. It transmits and receive the data digitally bit by bit. Let's have a in-depth knowledge to discover more about...

On By - Robocraze - 0 Comments

Implementation of PWM in AVR

Very often in analog electronics we are required to generate an arbitrary voltage between two particular voltages. PWM i.e. Pulse Width Modulation helps us to do so. Read the blog...

On By - Robocraze - 0 Comments