DipDuino – is an Arduino in 0.3in DIP form
https://www.electronics-lab.com/dipduino-arduino-0-3in-dip-form/
DipDuino is an Arduino in 0.3in DIP form. It runs the Atmega328P. Uses an onboard CP2104 to program itself and comes pre-programmed with Arduino Bootloader. Will act as a Arduino Pro or Pro Mini. Available in Tindie Store. The DipDuino is a FULL ARDUINO (Minus the A6 & A7 pins). Comes in 5v and 3.3v […]
New Arduino-compatible Music Visualizer board based on ATmega328p-au makes music really beautiful
https://www.electronics-lab.com/new-arduino-compatible-music-visualizer-board-based-atmega328p-au-makes-music-really-beautiful/
Music and Electronics end up beautifully when they are perfectly combined: if you are looking for a way to synchronize RGB LEDs to music, then you have a new tool in your hands. After releasing a detailed DIY report on how to create a music visualizer with an Arduino Uno and a Sparkfun Spectrum Shield, […]
Already Compact Arduino Nano Scaled-Down Into a Breadboard Friendly Chip
https://www.electronics-lab.com/already-compact-arduino-nano-scaled-breadboard-friendly-chip/
The new Dily3217 is a breadboard friendly Arduino compatible development board that is easy to integrate with more or less the same functionality as the Nano. Powered by a very small Atmel AVR chip, the Dily3217 copies virtually all the features of the already compact Arduino Nano into a board that is smaller than the […]
Minimal ATmega4809 on a Breadboard
https://www.electronics-lab.com/minimal-atmega4809-breadboard/
David Johnson-Davies published a new project on his personal blog. He shows us how to build a minimal microcontroller on a breadboard based on the ATmega4809, the microprocessor used in the latest AVR-based Arduino boards. It includes a USB-to-serial converter so you can connect it to your computer’s USB port and program it from the […]
dbLoRa-X1 is a Arduino compatible battery operated LoRaWAN End Node
https://www.electronics-lab.com/dblora-x1-arduino-compatible-battery-operated-lorawan-end-node/
Arduino compatible battery-operated LoRaWAN End Node using the RFM95 with the ATMega328P microcontroller. Requirements: Install the Arduino IDE Install MCCI LMIC library https://github.com/mcci-catena/arduino-lmic Inside the Arduino Libraries folder, Go to Arduino\libraries\MCCI_LoRaWAN_LMIC_library\project_config Choose your region and chip accordingly Example: For India 865 MH branch, select #define CFG_in866 1 & #define CFG_sx1276_radio 1 Change the OTAA Keys […]
Meet LoraPaper, A Weather Station That Runs On No Batteries!
https://www.electronics-lab.com/meet-lorapaper-weather-station-runs-no-batteries/
Whenever we have projects that require displaying human-readable information, we typically go with LEDs or different gadgets that draw lots of juice from the available power supply. Sometimes, this is fine, yet on the off chance that your power options are quite constrained, or you need something to be shown for quite a while, this […]
Program ATtiny 0-Series Chips with a Miniature UPDI Dongle
https://www.electronics-lab.com/program-attiny-0-series-chips-miniature-updi-dongle-2/
Thanks to their tiny size and improved capabilities, the ATtiny-0-Series of microcontrollers have been a delight for designers and DIYers looking for a microcontroller with the ease of use associated with the Arduino boards, but with a way smaller form factor associated with ATtiny microcontrollers. Along with the ATtiny-1-series, the ATtiny-0-Series microcontrollers were meant to […]
minUno development Board
https://www.electronics-lab.com/minuno-development-board/
The Arduino Uno is unarguably one of the greatest development boards ever made and its impact as one of the boards that rekindled the fire of the electronics maker movement cannot be disputed. It came with enough power for users to build amazing projects, but it also was extremely easy to use making it a […]
Tiny Reflow Controller with OLED display
https://www.electronics-lab.com/tiny-reflow-controller-oled-display/
Last time we examined how to build a DIY Reflow Oven controller using the Tiny Reflow Oven Controller v1 by Rocket Stream. However, Rocket Stream recently released the Tiny Reflow Controller V2 and for today’s tutorial, we will attempt to build this second version. The Tiny Reflow controller v1 we discussed in the first article […]
How to Use I2C EEPROM with Arduino
https://www.electronics-lab.com/how-to-use-i2c-eeprom-with-arduino/
Expand your board’s storage with an I2C-enabled EEPROM chip. EEPROM stands for Electronically Erasable Programmable Read-Only Memory. It allows for values to be written and stored for long periods of time while using very little power. Most microcontrollers even have EEPROM directly in their circuitry, such as the ATmega328P (Arduino Uno chip), which has 1KB […]