Arduino 101 Fundamentals
https://www.electronics-lab.com/arduino-101-fundamentals/
eliesalame @ instructables.com has written an introduction course to programming Arduino. It is focused on those who just starting now in the Arduino world. It is meant to be a beginners guide that includes detailed explanation about the basic statements and functions. Most of the sketches I use are taken from the Arduino IDE for their […]
DIY Bare Minimum Arduino Mega 2560
https://www.electronics-lab.com/diy-bare-minimum-arduino-mega-2560/
MichaelC349 @ instructables.com has designed an Arduino Mega 2560 board with bare minimum components and small size. The resulting board is bootloaded using an Arduino UNO and an external USB to serial adapter is used to program it. Personally to be used for robotics projects that require ATmega2560’s 256 KB flash and digital/analog pins, where […]
Arduino MPPT Solar Charger Shield
https://www.electronics-lab.com/arduino-mppt-solar-charger-shield/
Lukas Fässler has designed a MPPT Solar Charger Arduino Shield and document it on the link below. A Solar MPPT charger is used to convert the solar panel voltage to the optimal voltage for charging a battery in the most efficient way. This way the solar panel works on the maximum power point and thus […]
25 Useful Arduino Shields That You Might Need to Get
https://www.electronics-lab.com/25-useful-arduino-shields-that-you-might-need-to-get/
Rui Santos @ randomnerdtutorials.com has compiled a list of 25 useful Arduino Shields that you might want to use on your next projects. The list includes Ethernet shield, Relay, Motor, LCD and many more. Arduino shields are boards that will expand the functionalities of your Arduino. You just need to plug them over the top of […]
Arduino and RX5808 module spectrum analyzer
https://www.electronics-lab.com/arduino-and-rx5808-module-spectrum-analyzer/
garagedrone @ dronegarageblog.wordpress.com build a 5.8GHz spectrum analyzer using Arduino nano and BOSCAM rx5808 receiver module which is very popular on FPV RX (receiver) builder scene: At the price of 9 dollars the BOSCAM rx5808 receiver module is very popular in the FPV RX (receiver) builder scene. By default it supports only 8 channels with dip switch. But by […]
A beginner’s guide to Arduino
https://www.electronics-lab.com/a-beginners-guide-to-arduino/
tttapa @ instructables.com has posted a detailed introduction to Arduino, mainly focused on beginners. It starts from the basic concepts of electronics and goes through different Arduino examples such as LED blink to stepper motor drive. After some years of experimenting with Arduino, I decided that the time has come to share the knowledge I’ve acquired. […]
How to burn an Arduino UNO bootloader to a new ATMEGA328P-AU chip
https://www.electronics-lab.com/how-to-burn-an-arduino-uno-bootloader-to-a-new-atmega328p-au-chip/
This video shows the steps to burn the bootloader from an Arduino UNO, to a new ATMEGA328P-AU chip. The new chips are the TQFP 32 type package. How to burn an Arduino UNO bootloader to a new ATMEGA328P-AU chip – [Link]
Arduino TFT Forecast Weather Station with ESP8266
https://www.electronics-lab.com/arduino-tft-forecast-weather-station-with-esp8266/
tufantas @ instructables.com has build a weather forecast display using Arduino Mega 2560, 7″ inch TFT display and ESP8266 Wifi module. The display shows 3 days weather forecast, Current weather conditions, Current wind directions & speed with analog gauge meter, Indoor temperature and NTP time. Arduino TFT Forecast Weather Station with ESP8266 – [Link]
Photoplethysmography – IR Heart Rate Monitor
https://www.electronics-lab.com/photoplethysmography-ir-heart-rate-monitor/
SteveQuinn @ instructables.com show us how to create a heart rate monitor using an IR phototransistor and Arduino and display the data on a TFT screen. This Instructable documents how to create a simple heart rate monitor using Photoplethysmography with an IR phototransistor via transmissive absorption using the Arduino to process the pulsatile data and display […]
First look at the WeMos D1 Arduino compatible ESP8266 Wifi Board
https://www.electronics-lab.com/first-look-at-the-wemos-d1-arduino-compatible-esp8266-wifi-board/
In this video educ8s.tv take a look at the WeMos D1: a Wi-Fi enabled Arduino compatible board based on the ESP8266 chip. First look at the WeMos D1 Arduino compatible ESP8266 Wifi Board – [Link]