Development Board – Kits Projects

Using Arduino as an ISP Burning Bootloaders onto AVR Microcontrollers

Using Arduino as an ISP: Burning Bootloaders onto AVR Microcontrollers

Introduction At times, incorporating AVR microcontrollers into electronic projects becomes necessary. However, beginners might encounter challenges in comprehending the process of uploading or burning code onto an AVR IC. Burning bootloaders onto AVR microcontrollers can be facilitated with the assistance of an Arduino board, particularly when alternative programming hardware is unavailable. Additionally, utilizing Arduino as […]

Using Arduino as an ISP: Burning Bootloaders onto AVR Microcontrollers Continue Reading

Enable (EN) to pin 9

Building a DIY Digital Voltmeter with Arduino: A Beginner’s Guide

Creating a straightforward digital voltmeter with an Arduino and a 16×2 liquid crystal display (LCD) is a straightforward process. Measuring voltages with an Arduino is relatively uncomplicated. The Arduino provides multiple analog input pins that link to an internal analog-to-digital converter (ADC). The Arduino ADC, which is a ten-bit converter, produces output values ranging from

Building a DIY Digital Voltmeter with Arduino: A Beginner’s Guide Continue Reading

Ultrasonic Sensor

Hands-On Arduino Uno Projects for Engineering Beginners

The Arduino UNO, powered by ATmega328P, stands as a microcontroller equipped with 14 digital I/O pins, among which 6 facilitate PWM output. Additionally, it features 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header, and a reset button. This Uno serves as a user-friendly plug-and-play device. To

Hands-On Arduino Uno Projects for Engineering Beginners Continue Reading

DOS

The NetP Project: Creating a Network of Processors with Arduino Mini Pro Boards

Narrative Arduino is truly remarkable; I have a deep fondness for it. It can be likened to the “Lego” of the electronics and automation world. Presently, I’m engrossed in a project where numerous MCU boards are orchestrated to form an interconnected network of processors, aptly named NetP. These boards establish communication via the i2c bus.

The NetP Project: Creating a Network of Processors with Arduino Mini Pro Boards Continue Reading

Analyzing The Arduino Developer Community

Analyzing The Arduino Developer Community

Paraphrased: “Arduino creates open source hardware and software, specifically focusing on microcontrollers, for educational and prototyping endeavors. Those familiar with me are aware of my passion for exploring Arduinos and Raspberry Pi. While I don’t aspire to be an electrical engineer, I’m primarily drawn to the coding and artistic aspects. However, the tangible experience of

Analyzing The Arduino Developer Community Continue Reading

RA 02 LoRa Module

Redesigning the RA-02 Breakout board module

Story The RA-02 Breakout module includes level converters The RA-02 Breakout Module is designed to be beginner-friendly and compatible with breadboards. Many of them may possess one or more RA-02 Breakout modules. For those who do, they are undoubtedly aware of the challenges associated with using this specific breakout module. The RA-02 module is an

Redesigning the RA-02 Breakout board module Continue Reading

Digital I or O with Arduino Boards circuit

Digital I/O with Arduino Boards

Readings in Physical Computing Ch 6. pgs 87-136 (this week and next week) Ch 7: Serial Communication [137-143; 149-150; 153-161] Before the lab You should have already successfully installed the Arduino environment on your laptop, built the LED circuit, and successfully load/run the “blink” program to make the LED blink. Congratulations! In lab exercise Objective In

Digital I/O with Arduino Boards Continue Reading

LED Microcontroller Debug Module

LED Microcontroller Debug Module

When it comes to debugging a microcontroller circuit, there aren’t a lot of simple options.  Since a microcontroller circuit might have multiple things going on at the same time, measuring voltages with a DMM isn’t an option.  Using an computerized In-Circuit-Debugger solution is expensive and elaborate, and time-consuming to set up.   People often resort to

LED Microcontroller Debug Module Continue Reading

Scroll to Top