Arduino Programmer Projects

Week 8 Embedded Programming Networking and Communications

Week 8  :  Embedded Programming & Networking and Communications

Part 1 – Embedded Programing A Morse Code Receiver and Transmitter This week’s assignment was to program the board we made two weeks ago to do something, with as many different programming languages and programming environments as possible.I wanted to use all the features I have on my board – the button, the LED and the serial

Week 8  :  Embedded Programming & Networking and Communications Continue Reading

almost Universal MIDI SysEx CC Programmer and Sequencer...

(almost) Universal MIDI SysEx CC Programmer (and Sequencer…)

In the mid eighties synths manufaturers started a “less is better” process that led to barebones synths. This allowed the reduction of costs on the manufaturer side, but made the patching process tediuos if not impossible for the final user. Manufacturers themselfs and third party companies realized optional boxes full of knobs and/or sliders to

(almost) Universal MIDI SysEx CC Programmer (and Sequencer…) Continue Reading

Measuring sound in dB with Microphone and Arduino

Measure Sound/Noise Level in dB with Microphone and Arduino

Noise pollution has really started to gain importance due to high population density. A normal human ear could hear sound levels from 0dB to 140dB in which sound levels from 120dB to 140dB are considered to be noise. Loudness or sound levels are commonly measured in decibel(dB), we have some instruments which could measure the

Measure Sound/Noise Level in dB with Microphone and Arduino Continue Reading

Create Mobile Apps for Android and iOS Connecting to the MKR

Create Mobile Apps for Android and iOS Connecting to the MKR

This simple project shows how to make an app that controls an Arduino MKR1000 board with Evothings Studio by communicating over the TCP. Things used in this project Hardware components Arduino MKR1000 × 1 LED (generic) × 1 Resistor 100 ohm × 1 Jumper wires (generic) × 1 Breadboard (generic) × 1 Software apps and

Create Mobile Apps for Android and iOS Connecting to the MKR Continue Reading

Simple Remote Data Plotting using Android

Simple Remote Data Plotting using Android / Arduino / pfodApp

Simple Remote Data Plotting using Android / Arduino / pfodApp This Instructable shows you how to plot Arduino sensor data on your Android mobile and capture it for later downloading to your computer.  These instructions are also avaliable at www.pfod.com.au No Android programming is required and very little the Arduino programming is needed. It is

Simple Remote Data Plotting using Android / Arduino / pfodApp Continue Reading

Stripboard Arduino shield

Stripboard Arduino shield for programming ATtiny45 and ATtiny85

This instructable (entered in the Arduino Challenge contest – you can vote for it above) shows how to make a stripboard Arduino shield for programming either ATtiny45 or ATtiny85 microcontrollers with an Arduino, as per these tutorials from the High-Low Tech group at MIT: Arduino board as ATtiny programmer Programming an ATtiny w/ Arduino 1.0

Stripboard Arduino shield for programming ATtiny45 and ATtiny85 Continue Reading

Arduino ISP In System Programming and stand alone circuits

Arduino ISP (In System Programming) and stand-alone circuits

We use an Arduino to program other ATmega without bootloader . This technique allows you to use all flash memory for code and make boards using new ATmega, cheaper than those with bootloader. The qualities that have made the success of Arduino are undoubtedly the open-source software, many libraries, a good hardware and a virtually infinite

Arduino ISP (In System Programming) and stand-alone circuits Continue Reading

Arduino IoT project with ESP8266 Proteus simulation

Yun Bridge Client Example using Arduino Uno with Proteus Simulation

Introduction This Yun Bridge Client Example is an Internet of Things based microcontroller project built around the Arduino Uno in Proteus simulation. The project demonstrates how an Arduino can use a bridge client to make a simple HTTP request to a web server. It is useful for learning how embedded boards communicate with online services

Yun Bridge Client Example using Arduino Uno with Proteus Simulation Continue Reading

Arduino Uno reads MCP3208 ADC voltages on breadboard

Arduino MCP32008 12bit ADC using Arduino Uno with Proteus Simulation

Introduction The Arduino MCP3208 12-bit ADC project is a simple but effective example of analog data acquisition using an external ADC. In this design, an Arduino Uno communicates with the MCP3208 12-bit ADC through SPI and reads multiple analog channels from the simulation inputs. The measured data is converted into voltage values and printed to

Arduino MCP32008 12bit ADC using Arduino Uno with Proteus Simulation Continue Reading

Scroll to Top