Digi ConnectCore MP25 SoM Features STM32MP25 SoC with 1.35 TOPS NPU in a Tiny Form Factor
https://www.electronics-lab.com/digi-connectcore-mp25-som-features-stm32mp25-soc-with-1-35-tops-npu-in-a-tiny-form-factor/
At Embedded World 2024, Digi International unveiled the Digi ConnectCore MP25, an ultra-compact System-on-Module (SoM) powered by the STMicroelectronics STM32MP25 SoC. This module is equipped with advanced connectivity features including 802.11ac Wi-Fi 5, Bluetooth 5.2, options for cellular integration, and supports up to three Gigabit Ethernet ports with Time-Sensitive Networking (TSN). Additionally, it boasts a […]
ATtiny Flasher: An open-hardware flashing tool for the Atmel ATtiny
https://www.electronics-lab.com/attiny-flasher-an-open-hardware-flashing-tool-for-the-atmel-attiny/
Arduino development boards are highly popular among makers and beginners in electronics for their ease of use. The Arduino boards are designed in such a way that making connections to peripherals like sensors and displays is extremely easy. All it needs is a little common sense for interfacing components and you are good to go […]
ATtiny Flasher – Breadboard Flashing Tool for the Atmel ATtiny
https://www.electronics-lab.com/attiny-flasher-breadboard-flashing-tool-for-the-atmel-attiny/
ATtiny Flasher is a handy device that allows you to use your favorite IDEs and debugging tools when developing for the ATtiny microcontroller. Enjoy the classic Arduino development experience while working with bare metal. Whether you’re a design engineer, a hobbyist, or someone who’s just getting started programming MCUs, ATtiny Flasher can help you get […]
Attiny85 8-pin Arduino Programing Shield
https://www.electronics-lab.com/attiny85-8-pin-arduino-programing-shield/
This Arduino shield transforms your Arduino UNO into an ISP-Programmer for the ATtiny85 microcontroller. The board simplifies the Boot-loader burning on the ATtiny85 chip. It consists of an 8-pin DIP socket to insert the new ATtiny85 chip, C1 decoupling capacitor, and C2 capacitor is provided to avoid the Arduino UNO from being auto-reset when we […]
Program-O-Tron – SD Card Based Standalone AVR Programmer
https://www.electronics-lab.com/program-o-tron-sd-card-based-standalone-avr-programmer/
An SD card based standalone AVR Programmer is live on kickstarter and has 24 days to go. Here at proto-pic HQ we make kits, lots of kits, and that means lots of AVR programming. We found this a tedious task and wanted a solution to make the whole thing quick and easy. No more did […]
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 […]
How to program the ATtiny85 with the Arduino UNO board
https://www.electronics-lab.com/how-to-program-the-attiny85-with-the-arduino-uno-board/
by codebender_cc @ instructables.com: In this tutorial we will use an Arduino board as an ATtiny programmer. To do this we will use one Arduino UNO board as an ISP (programmer) and one ATtiny85 micro-controller. We will use Codebender – online Arduino IDE. With the following procedure you will be able to program easily the ATtiny45 […]
Burning Arduino Bootloader on ATMega328 using USBasp Programmer
https://www.electronics-lab.com/burning-the-bootloader-on-atmega328-using-usbasp-programmer/
In this tutorial, you’ll learn how to burn Arduino bootloader on a new ATmega328 using USBasp ISP programmer. Every Arduino Uno Board comes with a microcontroller called the Atemga328P, and they are already pre-program with Arduino Bootloader firmware. Therefore, there is no need to burn Arduino bootloader into those Atmega328P chips again. Here, we will […]