Articles by Tag #arduino

Browse our collection of articles on various topics related to IT technologies. Dive in and explore something new!

EEPROM Data Storage Using I2C With Arduino UNO And AT24C256 Module

In the fast-evolving world of embedded systems, one of the most critical challenges is ensuring data...

Learn More 16 0Feb 21

IoT Architectures Under Pressure: Smart Thermostat, an Example (Part 5)

In a previous post, we explored why designing a smart device can be more complex (and costly) than...

Learn More 13 2May 24

Build Your CAN Bus Skills: A Beginner’s Guide to Using CAN in Your Projects

In this article, we’ll dive into the CAN (Controller Area Network) Bus protocol by building a...

Learn More 12 3Jun 8

Implementing I2C for the ATtiny85

tl;dr Implemented the I2C protocol for controller devices on an ATtiny85 using just the AVR base...

Learn More 10 0Nov 24 '24

Ulanzi TC001 - ESP32 Programming / Custom Arduino firmware

I found quite a lot of tutorials on using the Ulanzi TC001 with a firmware like AWTRIX, but not much...

Learn More 5 7Dec 14 '24

Using the Momento Topics HTTP API to Update Nixie Tubes

Tinkering with hardware projects is one of my absolute favorite hobbies. Of course I love to write...

Learn More 4 0Apr 15

DIY Telegram-Controlled ESP32 Security Cam

🛡️ Smart Home Security with ESP32‑CAM & Telegram Bot A DIY surveillance project that...

Learn More 4 0Jul 24

the best if you try arduino with python

A post by Kacem Dev

Learn More 3 0Aug 2

Matter protocol on a budget

A Thread border router is not mandatory to interact with Matter devices Matter is a “super-standard”...

Learn More 3 1Jan 11

Is Arduino Suitable for Developing Commercial Products?

Arduino is a fantastic platform for prototyping and hobbyist projects, but its suitability for...

Learn More 2 0Apr 7

Connecting an Arduino MKR WiFi 1010 to AWS IoT Core

Introduction Internet of Things (IoT) has revolutionized how we interact with the world....

Learn More 2 0Sep 13 '24

How I Automated a Greenhouse with IoT: The AgriSense Story

How I Built AgriSense: My Journey Into IoT for Smart Farming Have you ever walked into a...

Learn More 2 0Nov 26 '24

Blueprint[1]: Arduino IoT Cloud x Blynk Cloud Integration

Introduction Last year, I started an IoT project and explored two popular cloud platforms:...

Learn More 1 1Dec 9 '24

How to blink an LED using Arduino?

Blinking an LED using an Arduino is one of the most basic and common beginner projects. Here's how to...

Learn More 1 1Jul 31

How to Add Arduino Boards in Proteus?

Adding Arduino boards to Proteus ISIS (now part of Proteus Design Suite) requires a few steps since...

Learn More 1 0May 29

DIY GPS Tracking with Arduino, SIM800L and Ublox Neo-6M

After learning how to use sim800l module in my previous project, I decided to create a GPS tracker...

Learn More 1 0May 20

How do you communicate between two Arduino boards?

Communicating between two Arduino boards can be done in several ways, depending on your requirements...

Learn More 1 0Apr 14

GSoC 2025 - Week 8: Designing Serial Port Component and Real Hardware Demo

Week 8 began with our second meeting with Prof. Gargi Khanna, joined by my mentor Aman Asrani. We...

Learn More 1 1Aug 2

How to Build a Line Follower Robot with Arduino

Robotics is one of the most exciting fields in electronics, and building a Line Follower Robot is an...

Learn More 1 0Nov 27 '24

How to build a robot car using an L298N motor driver, DC motors, and Arduino?

Let’s build a robot car using an L298N motor driver, DC motors, and Arduino! Below is a complete...

Learn More 1 0Aug 13

Building Your Own Arduino GPS Tracker: What You Need to Know

GPS tracking has become a standard part of everyday tech, from delivery vehicles to smartwatches. But...

Learn More 1 0Jul 26

Automating Arduino Library Deployment with GitHub Actions: Version Validation, Pull Requests, and Release Automation

Introduction Managing Arduino libraries can be a daunting task, especially when it comes...

Learn More 1 0Dec 8 '24

LCD 1602 Keypad Shield: How do you feel?

This simple project is meant to display the functionality of a Liquid Crystal Display 1602 Keypad...

Learn More 1 0Sep 27 '24

How do you implement fail-safes and watchdog timers in Arduino projects?

Implementing fail-safes and watchdog timers(What is a Watchdog?) in Arduino projects is crucial for...

Learn More 1 0Jun 27

用程式控制 Arduino UNO R4 WiFi 的 TX/RX 指示燈

Arduino UNO R4 WiFi 板很有趣, 上面的 RX/TX 指示燈是可以透過程式控制的, 在該開發板的套件上定義有 RX_LED/TX_LED 兩個常數,...

Learn More 1 0Oct 15 '24

ESP-IDF with Arduino Examples

ESP-IDF with Arduino Examples ESP32 microcontroller program development with Arduino...

Learn More 1 0Mar 2

Digging Deeper: LED Blink from Arduino, C, and AVR Assembly

Intro I've been learning electronics and microcontrollers. I've decided to pick the AVR...

Learn More 1 0Jun 23

Vending Machine Controller

This is the blog of the P3-SETR, where I have created a Vending Machine Controller using an Arduino...

Learn More 1 1Sep 11 '24

You Can Use Python with Arduino — Here’s How

As electronics enthusiasts and makers, we often rely on the Arduino IDE and C++-based sketches for...

Learn More 1 0Jun 9

What is the role of the bootloader in Arduino? Why is the Bootloader Needed?

The bootloader in Arduino is a small but critical piece of firmware that enables easy programming and...

Learn More 1 0Jul 23