HiFive1, An Open-Source RISC-V Development Kit


https://www.electronics-lab.com/hifive1-open-source-risc-v-development-kit/

By bringing the power of open-source and agile hardware design to the semiconductor industry, SiFive aims to increase the performance and efficiency of customized silicon chips with lower cost. The Freedom E310 (FE310) is the first member of the Freedom Everywhere SoCs family, a series of customizable microcontroller SoC platforms, designed based on SiFive’s E31 […]

MAX11311 – The Powerful Configurable Mixed Signal I/O


https://www.electronics-lab.com/max11311-mixed-signal-io/

The MAX11311 is industry’s first configurable high-voltage mixed-signal I/O that allows user-defined ADC, DAC, or GPIO functionality. Programming MAX11311 is very easy. A nice GUI tool helps to generate the right register values. If you want to make a universal signal processing board with a good number of I/O, it often gets very difficult to […]

8 PIN PIC Development Board – PIC12F683


https://www.electronics-lab.com/8-pin-pic-development-board-pic12f683/

8 PIN SMD PIC development board is a full-featured development board and platform for 8-bit PIC® microcontrollers. This project is a versatile development solution, featuring several options for external sensors, off-board communication and human interface. Additionally, it offers ample room for expansion, making it an excellent solution for developers and engineers looking for a PIC […]

AT89SXX Development Board


https://www.electronics-lab.com/at89sxx-development-board/

Our AT89Sxx Development Board provides a very simple and cost effective prototyping platform.  The compact design provides connection to all the pins of the microcontroller for the user. Features Prototyping solution available for 40-pin AT89xx series microcontroller from ATMEL All the four ports available to the user via standard 10 pin box header with supply […]

Build Your Own Cheap Antenna Analyser


https://www.electronics-lab.com/build-cheap-antenna-analyser/

Ham radio is the use of radio frequency spectrum for purposes of non-commercial exchange of messages, wireless experimentation, self-training, etc. Developing a ham radio project may requires using an antenna analyser, a device that is used for measuring input frequency and impedance. There are many types of antenna analysers such as Anritsu VNA Master, RigExpert, […]

Recover Bricked ATtiny Using Arduino as high voltage programmer


https://www.electronics-lab.com/recover-bricked-attiny-using-arduino-as-high-voltage-programmer/

Hi! Today I’ll explain you how to recover your bricked ATtiny microcontroller using your Arduino board. ATtinys are very popular due to their small form factor yet very powerful. While working with them you may accidentally brick the ATtiny. As arduino is extremely popular and really easy to use, I guess you have one or […]

Program AVR Using Arduino the easy way


https://www.electronics-lab.com/program-avr-using-arduino-easy-way/

rik @ riktronics.wordpress.com show us how to program AVR microcontrollers using an Arduino board. Advanced hobbyists like me (and you, of course 😉) love to play with microcontroller. And the most famous microcontrollers for beginners are AVR series from Atmel™.  Almost all beginners in microcontroller-world have their Arduino boards lying on work table. Because it is […]

40 PIN & 28 PIN PIC18F USB Development Board


https://www.electronics-lab.com/40-pin-28-pin-pic18f-usb-development-board/

PIC18F USB Development Board will help you with your prototyping requirement with any 28/40-pin Microchip microcontroller supporting USB interface . The board has been tested using PIC18F4550 40 Pin & PIC18F2550 28 Pin Microcontrollers. Features All ports terminating in separate Box Header with 5 VDC source option ICSP connector for programming for the PIC’s with […]

Sonicare toothbrush teardown: microcontroller, H bridge, and inductive charging


https://www.electronics-lab.com/sonicare-toothbrush-teardown-microcontroller-h-bridge-inductive-charging/

Ken Shirriff did a teardown of a Sonicare electric toothbrush: The photos below show the top and bottom of the toothbrush internals. I expected to find a simple, low-cost mechanism, so I was surprised at how much complexity there was inside. The vibration mechanism (right) is built from multiple metal and plastic parts screwed together, requiring […]

Adding ADC to Microcontrollers without ADC


https://www.electronics-lab.com/adding-adc-to-microcontrollers-without-adc/

Scott @ swharden.com show us how to interface an analog signal to a microcontroller that doesn’t have an ADC. I recently had the need to carefully measure a voltage with a microcontroller which lacks an analog-to-digital converter (ADC), and I hacked together a quick and dirty method to do just this using a comparator, two […]