Academy for Arduino

Academy for Arduino

Visit https://LearnArduinoNow.com. I'm Brian Jenkins, electrical engineer, Maker & Arduino enthusiast

https://learnarduinonow.com/10-mistakes

Automotive OBDII Monitor and Control - Arduino Academy 10/12/2023

OBDII with Arduino:

Automotive OBDII Monitor and Control - Arduino Academy Interfacing a Arduino to your car or truck computer allows you to monitor the performance of your vehicle and watch for and explain trouble codes. You could build your own custom gauge display,

09/12/2023

Driving a salvaged stepper motor with Arduino: https://learnarduinonow.com/2010/08/06/stepper-motors-scavanged-from-old.html

The Arduino / Paypal Vending Machine - Arduino Academy 09/12/2023

Running a vending machine with Arduino and paying with PayPal:

The Arduino / Paypal Vending Machine - Arduino Academy Ran across this neat article and video at Make Magazine. They attached an Arduino to a candy vending machine, and connected it to the internet so you can pay for the candy using paypal. A fascinating

08/12/2023

Sense the light level in your environment with this project: https://learnarduinonow.com/2010/11/26/cds-light-sensor.html

07/12/2023

2 temperature sensors on 1 LCD with Arduino: https://learnarduinonow.com/2010/12/02/two-ds18b20-temp-sensors-on-lcd-display.html

07/12/2023

Back to the basics. Use PWM to control brightness of an LED: https://learnarduinonow.com/2011/01/31/pwm-led-brightness-control.html

Breadboard Friendly ESP8266-01 / nRF24L01+ - Arduino Academy 06/12/2023

Make your next Wi-Fi project breadboard friendly:

Breadboard Friendly ESP8266-01 / nRF24L01+ - Arduino Academy The cheapest WiFi modules on the market (around $3 each) are the ESP8266-01 boards, which are WiFi enabled microcontrollers in their own right (with limited I/O), or they can be used with an Arduino

06/12/2023

If you're into model railroads you may like this: https://learnarduinonow.com/2017/01/02/model-railroad-turnout-control-arduino.html

Setting up a Mosquitto MQTT IOT Broker - Arduino Academy 05/12/2023

Ever want to view / control devices at home while on the road?

Setting up a Mosquitto MQTT IOT Broker - Arduino Academy Ever want to view / control devices at home while on the road? As part of our IoT initiative, I have set up a broker based on Mosquitto. Mosquitto uses MQTT, a publish and subscribe mechanism that

STEMTera - Arduino in a LEGO Breadboard - Arduino Academy 05/12/2023

Great learning tool --

STEMTera - Arduino in a LEGO Breadboard - Arduino Academy Sparkfun is coming out with a new breadboard that includes a Arduino in a LEGO compatible base. All the ATmega328P and ATmega16U2’s I/O pins are broken out and available. The breadboard has shield c

04/12/2023

Simulate a flickering flame with Arduino https://learnarduinonow.com/2016/11/05/arduino-model-railroading-simulated.html

04/12/2023

The Simple Way to Create a Raspberry Pi Boot SD Card https://learnarduinonow.com/2016/04/10/the-simple-way-to-create-raspberry-pi.html

AC Current Monitoring, Current Transformers and Burden Resistors - Arduino 03/12/2023

AC Current Monitoring, Current Transformers and Burden Resistors

AC Current Monitoring, Current Transformers and Burden Resistors - Arduino In past articles we have covered monitoring DC current for solar and wind based applications. Monitoring AC (grid or grid tie solar) is a bit trickier as voltage flows bidirectionally, and it's

Arduino: PLC or PAC - Arduino Academy 02/12/2023

Industrial process control with Arduino? You bet!

Arduino: PLC or PAC - Arduino Academy The traditional Programmable Logic Controller (PLC) is used in process controls and Programmed in Ladder Logic. A more recent evolutionary step is the Programmable Automation Controller (PAC), which

Building a IoT Server - Arduino Academy 02/12/2023

Building a IoT Server

Building a IoT Server - Arduino Academy The "Internet of Things" is one of the most exciting topics around these days. Millions of internet enabled gadgets sending data to a data storage & reporting server, and retrieving

Setting up a Mosquitto MQTT IOT Broker - Arduino Academy 01/12/2023

Ever want to view / control devices at home while on the road? Now you can:

Setting up a Mosquitto MQTT IOT Broker - Arduino Academy Ever want to view / control devices at home while on the road? As part of our IoT initiative, I have set up a broker based on Mosquitto. Mosquitto uses MQTT, a publish and subscribe mechanism that

30/11/2023

How to safely connect a relay to your Arduino (do this if your Arduino keeps resetting!): https://learnarduinonow.com/2017/08/25/arduino-relay-interference.html

29/11/2023

Control an ESP8266 with Amazon's Alexa: https://learnarduinonow.com/2018/03/31/controlling-esp8266-with-alexa.html

29/11/2023

A good intro on using key pads with Arduino: https://learnarduinonow.com/2015/08/23/using-3x4-keypad.html

Coulomb Counting and Amp Hours - Arduino Academy 28/11/2023

Counting electrons with Arduino:

Coulomb Counting and Amp Hours - Arduino Academy Do you need to know how much Energy a device is consuming? How about producing? Maybe you want to keep track of how much juice is left in a battery pack? Now you can know! Cliff Note version: Take a

Arduino connected Micro Epsilon Laser Micrometer - Arduino Academy 28/11/2023

Here's an interesting project:

Arduino connected Micro Epsilon Laser Micrometer - Arduino Academy With the success of our Igaging / Mitutoyo and Harbor Freight digital measuring devices projects, now it's time to turn our attention to the Micro-Epsilon Laser Micrometer, optoCONTROL 2600.

ESP8266 Deep Sleep Mode - Arduino Academy 27/11/2023

Simple code hack to save battery power on your projects:

ESP8266 Deep Sleep Mode - Arduino Academy My Adafruit HUZZAH Feather ESP8266 consumes 0.080 amps (80 ma) in normal operation. With one wire and a single line of code, I can drop that to about 0.010 amps (10 ma), according to my USB power

27/11/2023

Quick, easy to make bench power supply: https://learnarduinonow.com/2018/01/11/atx-bench-power-supply.html

26/11/2023

Using a keypad with Arduino, a great intro tutorial: https://learnarduinonow.com/2016/01/02/using-4x4-keypad.html

25/11/2023

A nice tutorial for beginners on adding an LCD to the ESP8266: https://learnarduinonow.com/2018/04/17/adding-lcd-to-esp8266.html

25/11/2023

If you're into model railroads this is for you: https://learnarduinonow.com/2016/11/06/arduino-model-railroading.html

Logic Level MOSFETs, IRL or IRF? - Arduino Academy 24/11/2023

Switching high-current loads with Arduino:

Logic Level MOSFETs, IRL or IRF? - Arduino Academy If you need to switch a dc load, a MOSFET is a very useful component. Typically carrying much more current than a standard transistor, and better performance characteristics, like a high impedance

24/11/2023

Arduino gas sensor tutorial: https://learnarduinonow.com/2012/04/01/gas-sensor-tutorial.html

23/11/2023

Use an Arduino for RFID access control: https://learnarduinonow.com/2014/03/24/rfid-access-control.html

RPM into MPH? Building a Anemometer! - Arduino Academy 23/11/2023

Measure wind speed with Arduino:

RPM into MPH? Building a Anemometer! - Arduino Academy I'm building an anemometer to measure wind speed. I'm building the typical 3 cup style anemometer, and using a hall effect sensor (digital, non-latching) to trigger an arduino (or esp8266).

Arduino ESP8266 WiFi, on the Cheap! - Arduino Academy 22/11/2023

Arduino ESP8266 WiFi, on the Cheap!

Arduino ESP8266 WiFi, on the Cheap! - Arduino Academy If you are looking for Wifi for for your Arduino Project, look no further! For less than $9 you can add wifi capability to your Arduino Project, without loading down your Arduino with a bunch of

22/11/2023

Build an Arduino based weather station: https://learnarduinonow.com/2017/06/24/esp8266-bme280-weather-station.html

21/11/2023

Use Arduino to find the average and median of a set of numbers with this sketch: https://learnarduinonow.com/2017/06/30/median-vs-average-arduino-calculations.html

Flyback Diodes - Arduino Academy 20/11/2023

Quick primer on fly back diodes:

Flyback Diodes - Arduino Academy Flyback Diodes are used with inductive loads like dc motors and relays. Lets use a relay for an example. A common relay has a 12v 120 ohm coil. In use it draws .1 Amps. When you turn off the power,