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 […]
Projects
Machine Design Using Arduino
The assignment for this week is to automate the machine assembled two weeks ago. For this Roxanna milled the Arduino’s shield for controlling the steppers, but Alejandro found that we haven’t all the components for stuffing, specially the A3982 – stepper motor driver, so as was impossible to get it locally, I decided to design […]
Enhancing Projects with Serial Connectivity Between Arduino Boards
Description: Serial communication between two Arduino boards – This tutorial covers the process of establishing serial communication between two Arduino boards. While the Arduino Uno or Arduino Mega typically suffices for various projects such as CNC machines or 3D printers, instances arise where a single board isn’t adequate to complete a project. In such scenarios, […]
Cheap Arduino Controled Yogurt Maker
These days I was reading an interesting post on how to make yogurt “by the gallon,” which explained the need to maintain a constant temperature of about 43ºC (110°F) so the bacteria can grow properly. Commercial yogurt makers are available, but they’re usually too small for producing a full gallon at once. Building your own […]
Arduino SoftwareSerial Mastery: Harnessing Multiple Serial Ports
Description: This article delves into the Software Serial library, a commonly utilized resource in Arduino programming. It explores its significance in programming for Arduino Uno or Arduino Nano and provides insights into when and why to employ this library. Through the aid of a Proteus simulation, I will elucidate its practical applications, alongside showcasing advanced-level […]
ARDUINO LIBRARY FILES PROTEUS
The Proteus simulation software is most effective for evaluating microcontroller projects, although it offers limited insight. Proteus libraries for Arduino include models for Arduino Mega1280, Arduino UNO, and Arduino Pro in Proteus. Projects that involve electronics, Arduino library files in Proteus – “Arduino projects.” The Proteus simulation software is ideal for evaluating microcontroller projects, providing […]
Top 10 Best Simulators for Arduino
In this article, I will discuss the best 10 Arduino simulators that are currently on the market. The most popular software for simulating circuits and embedded systems with the Arduino microcontroller development board. In previous writings, I discussed the simulation of Arduino-based circuits using Proteus software for simulating purposes. In this article, I will discuss […]
ir2110 circuit in proteus
ir2110 IC circuit in proteus ir2110 proteus library ir2110 arduino code ir2110 h bridge circuit here is the simple motor control circuit using H Bridge and ir2110 ic Components Required Simulation of three phase cascaded H-Bridge Multilevel Inverter Source: ir2110 circuit in proteus
Developing your own Flowcode 7 controlled weather station
This project details a Flowcode and E-blocks based weather station capable of reading local temperature and humidity with 2 remote thermo-hygrometer sensors. The local board also incorporates a real time clock. This article has been contributed by Flowcode user John Crow. Flowcode can be downloaded and trialled for free at the Matrix Technology Solutions website. […]
Wireless Arduino Oscilloscope
In this guide I will explain how to use a Windows 8.1 phone, Arduino Uno board, and HC-05 Bluetooth module to build a wireless oscilloscope. The phone application has the critical functions of an oscilloscope, although the bandwidth is a measly 300 Hz. Still, if you want to see squiggly lines on your phone, it […]