Projects

Exploring the Possibilities of the Arduino Sensor Kit-Base

An Introduction to the Kit The Arduino Sensor Kit-Base is defined as an educational tool for understanding how sensors and microcontrollers work. Arduino, an open-source hardware giant, designed this basic kit, and it is cheap compared to other kits out in the market and easy to use for beginners in working with sensors. It has […]

Arduino PLC Starter Kit

Arduino PLC Starter Kit: A Gateway to Automation

PLCs or programmable logic controllers are among the most adaptable and common automation devices employed in industries and most equipment. While traditional PLCs are cost effective they are also somewhat costly and difficult to program, thus restricting their use in education and for hobbies. This is something that the Arduino PLC Starter Kit tries to […]

Arduino Switch case2 Statement

Arduino Switch (case) Statement, used with serial input

An if statement allows you to choose between two discrete options, TRUE or FALSE. When there are more than two options, you can use multiple if statements, or you can use the switch statement. Switch allows you to choose between several discrete options. This guide demonstrates how to utilize a switch to activate one of […]

Sleep Tracking with Arduino diagram

Sleep Tracking using an Arduino

Background and motivation Two factors inspired this project: my struggle to wake up in the morning and my enjoyment of collecting and graphing data from daily tasks. My main problem with waking up in the morning is that feeling of grogginess along with an intense desire to sleep more. However, I’ve noticed that sleeping without […]

A web-based radio-controlled car using Arduino UNO R4

Introduction Remote control cars have been used for ages just like boy’s toys or gadgets that make people enjoy the feeling of driving from the comfort of their homes. As children’s toys radio-controlled Cars still play an informative role for all those willing to learn about electronics, programs, and mechanics. This project brings the notion […]

u-blox Module Release,

u-blox Module Release, STMicro, and Arduino: IoT Communications News Brief Roundup

Introduction This commentary will provide an in-depth analysis of the key developments highlighted in the article titled “u-blox Module Release, STMicro, and Arduino: Please find the compilation of the latest news on IoT Communications below: The article is an account of the latest announcements and releases in three significant players in the IoT hardware – […]

Event counter hardware

Simple Event Counter

The miniscule event counter based on a microcontroller is built using the affordable Digispark Attiny development board. A benefit of this design is that it can be connected to its trigger input regardless of whether it is an active or passive switch. Every time the switch is turned on, the microcontroller will count the event […]

ps2 keyboard mouse

PS/2 Keyboard Or Mouse using Arduino

Arduino is not restricted to receiving data from sensors only; you have the ability to also link a full-size PS/2 keyboard and type as you would on a traditional computer. Attaching a keyboard to an Arduino may seem strange (since it’s a small microcontroller), however, it should be noted that an Arduino has greater processing […]

Play Midi Files From an SD Card Using Your Arduino UNO

Play Midi Files From an SD Card Using Your Arduino UNO

Save MIDI files on an SD Card and use an SD shield connected to your Arduino to play these songs on a MIDI device. This project demonstrates the development of a MIDI player using Arduino. The Arduino is connected to a DS1307 Data Logger Shield that has an SD Card reader. A MIDI stream is […]

PIR Motion Sensor With Arduino in Tinkercad

PIR Motion Sensor With Arduino in Tinkercad

We will learn how to detect movement in a space using a PIR motion sensor and Arduino’s digital input. We will set up a circuit with a breadboard and use basic Arduino code to manipulate a solitary LED. We will utilize Tinkercad Circuits to replicate the circuit, enabling you to follow the process without any […]

Scroll to Top