Mango: A Compact Size FPGA Research Platform
https://www.electronics-lab.com/mango-a-compact-size-fpga-research-platform/
An arduino-compatible FPGA platform that can be used for a wide range of applications. The Mango is a compact field-programmable-gate-array (FPGA) platform that can be used for a wide range of projects, such as signal processing, mobile computing and robotics. FPGA Mango board comes with a soft-core Nios II processor running on an Altera Cyclone […]
POWER PLAY – Arduino based smart power monitors
https://www.electronics-lab.com/power-play-arduino-based-smart-power-monitors/
POWER PLAY are Arduino based smart power monitors that are used to measure and optimize the power consumption of battery operated devices such as smart phones. This model provides the most accurate results but requires modifying the tested device. The POWER PLAY 3.8V outputs regulated 3.8 volts are simulates the power provided by a single […]
XLR8: Arduino-compatible FPGA-based Application Accelerator
https://www.electronics-lab.com/xlr8-arduino-compatible-fpga-based-application-accelerator/
XLR8 has both an ATmega328 clone and custom accelerator blocks on an FPGA and uses the standard Arduino IDE for programming. XLR8 is a drop-in replacement for an Arduino Uno, but with a twist. It is an Arduino-compatible board that uses a Field-Programmable Gate Array (FPGA) as the main processing chip. The FPGA provides a […]
AVR Programmer Shield
https://www.electronics-lab.com/avr-programmer-shield/
ohneschuh @ instructables.com has build a Arduino Shield that is able to program spare ATmega328 and ATtiny85 mcu using the ISP sketch. Beside my Arduino instructables I also use pure ATmega328 and ATtiny85 microcontrollers. To program them I normally used a breadboard and the ArduinoISP setup with an Arduino UNO or NANO. But this was not the […]
Bluetooth enabled Door locker using Arduino
https://www.electronics-lab.com/bluetooth-enabled-door-locker-using-arduino/
Frank Donald @ gadgetronicx.com has build a bluetooth controlled door locker using Arduino. Source code included: DIY Arduino based lockers can be found plenty in the internet where keypad was used to feed lock input. But this Bluetooth enabled Door locker uses Bluetooth as a medium to connect with the locker and your smart phone to […]
Arduino Weather Station (AWS)
https://www.electronics-lab.com/arduino-weather-station-aws/
by AdrieSentosa @ instructables.com: In this project, we will be making a weather station that measures air pressure, temperature, rain drop, soil humidity and air humidity using Arduino which save the data for data acquisition! Arduino Weather Station (AWS) – [Link]
Arduino Digital Capacitance Meter
https://www.electronics-lab.com/arduino-digital-capacitance-meter/
by braulio777 @ instructables.com This project lets you measure capacitors in an alone range of measure from 0.000pF to 1000uF. That is, a 16×2 LCD Display will be displaying a sole scale from 0.000pF to 1000uF whose main components will be an Arduino Uno and a 16X2 LCD Display. Arduino Digital Capacitance Meter – [Link]
Arduino Motorized SMT Solder Paste Dispenser
https://www.electronics-lab.com/arduino-motorized-smt-solder-paste-dispenser/
by zapta @ thingiverse.com: This is a motorized solder paste dispenser for soldering SMT boards. The home directory of this project is on github here https://github.com/zapta/misc/tree/master/paste_injector and it include hardware and firmware design of a compatible controller board that is Arduino compatible (it looks to the Arduino IDE as an Arduino Pro Mini). Arduino Motorized SMT […]
Using The Arduino Serial Plotter
https://www.electronics-lab.com/using-the-arduino-serial-plotter/
idogendel.com introduces us the new serial plotter feature of Aruino IDE 1.6.6: A little unofficial introduction to the Serial Plotter, introduced in the Arduino IDE version 1.6.6. This is a very basic and easy-to-use tool, that allows us to set up quick visualizations of numeric data for whatever purpose. Using The Arduino Serial Plotter – […]
Ovenized crystal oscillator frequency stability
https://www.electronics-lab.com/ovenized-crystal-oscillator-frequency-stability/
E. Schrama @ ejo60.wordpress.com uses an Arduino and a DCF77 time signal receiver to test the stability of an ovenized crystal oscillator running at 1 MHz. In this experiment I will use an Arduino and a DCF77 time signal radio receiver to measure the stability of an ovenized crystal oscillator running at 1 MHz. It […]