Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!
In the fast-evolving world of embedded systems, one of the most critical challenges is ensuring data...
In a previous post, we explored why designing a smart device can be more complex (and costly) than...
In this article, we’ll dive into the CAN (Controller Area Network) Bus protocol by building a...
tl;dr Implemented the I2C protocol for controller devices on an ATtiny85 using just the AVR base...
I found quite a lot of tutorials on using the Ulanzi TC001 with a firmware like AWTRIX, but not much...
Tinkering with hardware projects is one of my absolute favorite hobbies. Of course I love to write...
🛡️ Smart Home Security with ESP32‑CAM & Telegram Bot A DIY surveillance project that...
A post by Kacem Dev
A Thread border router is not mandatory to interact with Matter devices Matter is a “super-standard”...
Arduino is a fantastic platform for prototyping and hobbyist projects, but its suitability for...
Introduction Internet of Things (IoT) has revolutionized how we interact with the world....
How I Built AgriSense: My Journey Into IoT for Smart Farming Have you ever walked into a...
Introduction Last year, I started an IoT project and explored two popular cloud platforms:...
Blinking an LED using an Arduino is one of the most basic and common beginner projects. Here's how to...
Adding Arduino boards to Proteus ISIS (now part of Proteus Design Suite) requires a few steps since...
After learning how to use sim800l module in my previous project, I decided to create a GPS tracker...
Communicating between two Arduino boards can be done in several ways, depending on your requirements...
Week 8 began with our second meeting with Prof. Gargi Khanna, joined by my mentor Aman Asrani. We...
Robotics is one of the most exciting fields in electronics, and building a Line Follower Robot is an...
Let’s build a robot car using an L298N motor driver, DC motors, and Arduino! Below is a complete...
GPS tracking has become a standard part of everyday tech, from delivery vehicles to smartwatches. But...
Introduction Managing Arduino libraries can be a daunting task, especially when it comes...
This simple project is meant to display the functionality of a Liquid Crystal Display 1602 Keypad...
Implementing fail-safes and watchdog timers(What is a Watchdog?) in Arduino projects is crucial for...
Arduino UNO R4 WiFi 板很有趣, 上面的 RX/TX 指示燈是可以透過程式控制的, 在該開發板的套件上定義有 RX_LED/TX_LED 兩個常數,...
ESP-IDF with Arduino Examples ESP32 microcontroller program development with Arduino...
Intro I've been learning electronics and microcontrollers. I've decided to pick the AVR...
This is the blog of the P3-SETR, where I have created a Vending Machine Controller using an Arduino...
As electronics enthusiasts and makers, we often rely on the Arduino IDE and C++-based sketches for...
The bootloader in Arduino is a small but critical piece of firmware that enables easy programming and...