Skip to content

IoT

Explore IoT tutorials and projects @Nenadsky.com. Learn about the latest IoT technologies, development techniques, and innovative applications

CNC Laser Engraver - DIY Arduino based project

From Old Computer to CNC Machine: My DIY Story with Arduino

The Initial Spark: Why I Decided to Build My Own CNC Machine

A love of technology and a desire to create something practical and functional from what others consider waste — that was my motivation to start my first DIY CNC project. With a modest budget, but with a lot of enthusiasm, I decided to build a miniature CNC machine using an Arduino controller and recycled parts from an old computer.

Read More »From Old Computer to CNC Machine: My DIY Story with Arduino
Arduino microcontroller and guides and video tutorials

Controlling Lightbulb: A Beginner’s Guide to Using Relays

Introduction to Relays and Arduino

Relays are electrically operated switches that allow low-voltage circuits to control higher-voltage devices. In the context of using Arduino, a popular microcontroller, relays serve as a crucial interface between the low voltage output of the Arduino and the high voltage required by lightbulbs. This capability is essential for projects that involve home automation or any applications requiring control over high-power devices while ensuring user safety and device integrity.

Read More »Controlling Lightbulb: A Beginner’s Guide to Using Relays

DIY Arduino Project: Room Occupancy Counter with 7-Segment Display

In this post, you’ll learn how to use a shift register (IC 74HC595) and a 7-segment display (model 5161AS) to track people entering and leaving a room. With these components and a few buttons, you’ll build a system that displays the current number of people in the room. Previously, I covered using the 7-segment display and shift register separately; now, I’ll show you how to combine them and add some cool effects to the display.

Read More »DIY Arduino Project: Room Occupancy Counter with 7-Segment Display
ESP32 Microcontroller Guide, Tutorials

ESP32 Microcontroller: Master the Basics

Alright, let’s cut to the chase. You’ve heard the buzz about the ESP32 microcontroller, and you’re itching to get your hands dirty with it, right? Well, you’re in luck! We’re about to embark on a geeky adventure through the circuit basics, breaking down the nitty-gritty of this tiny yet mighty powerhouse. We’ll take a gander at what makes the ESP32 tick, its pinout that’s as vast as the ocean, and why it’s the go-to chip for hobbyists and pros alike. So buckle up, ’cause this ride’s going to be electrifying!

Read More »ESP32 Microcontroller: Master the Basics
Arduino microcontroller and guides and video tutorials

Build an Arduino Ultrasonic Ranging Device

Measuring the distance between two objects is important when talking about the organization and planning of space. This project makes it possible to do it in a simple, easy and relatively inexpensive way using an Arduino and an ultrasonic sensor HC-SR04. The only limitation imposed by the application of this sensor is the maximum range of 4m. For the needs of a hobby project in the household, it can get the job done, and quite well.

Read More »Build an Arduino Ultrasonic Ranging Device
Arduino microcontroller and guides and video tutorials

Arduino Dice Roller: Random Number Display on LCD 1602

Although this assigment raises some ethical issues that I disagree with, I will deal with solving and explaining this problem. The assigment is to design a game of chance for elementary school students (assigment says so), where a randomly chosen number from 1 to 6 will be printed on the LCD display – in simpler terms, it is a simulation of throwing a dice.

Read More »Arduino Dice Roller: Random Number Display on LCD 1602