Projects

Graphics LCD

Arduino Compatible apc220 Wireless rf Module with Graphics LCD

16 node mesh, up to 1000m between nodes, sample two analog voltages per node, link any node to any other node, display data on any node with either graphics or text display, turn on relays based on data at any node, fault tolerant with data going via multiple paths. Arduino Compatible apc220 Wireless rf Module

Arduino Compatible apc220 Wireless rf Module with Graphics LCD Read More »

Arduino Turntable

DIY Arduino Turntable for Photogrammetry: Affordable Build

Welcome back to my deep dive into the creation of a low-cost DIY Arduino turntable designed for photogrammetry enthusiasts. In this continuation, I will share a detailed, step-by-step breakdown of the build process, highlighting the technical challenges and solutions, while providing comprehensive resources to empower you to replicate this project. The Components The first step

DIY Arduino Turntable for Photogrammetry: Affordable Build Read More »

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

Exploring the Possibilities of the Arduino Sensor Kit-Base Read More »

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 PLC Starter Kit: A Gateway to Automation Read More »

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

Arduino Switch (case) Statement, used with serial input Read More »

Scroll to Top