Tag: Microcontroller
Low voltage power supply
Dilshan Jayakody has build a low voltage power supply that is able to provide four outputs: 1.5V, 1.8V, 2.5V and 3.3V. This power supply can be used to power low voltage mcus, CPLDs and analog ICs. He writes: In this post we introduce simple and flexible, regulated low voltage...
Continue ReadingEspruino: JavaScript for Things
Espruino is the world's first JavaScript microcontroller. With it you are able to develop intelligent devices quickly and easily. Espruino is a small computer that anyone can use to control things around them. Its JavaScript interpreter gives you instant feedback so that you can...
Continue ReadingPULPino – An open-source microcontroller system based on RISC-V
PULPino is an open-source microcontroller system, based on a small 32-bit RISC-V core developed at ETH Zurich. The core has an IPC close to 1, full support for the base integer instruction set (RV32I), compressed instructions (RV32C) and partial support for the multiplication...
Continue ReadingHow to Implement Embedded Ethernet
Maurizio @ dev.emcelettronica.com has tipped us with his latest article on how to implement embedded Ethernet on any mcu. The article shows the basic principle of Ethernet implementation. Usually We need embedded systems inside devices, particularly the so-called intelligent devices,...
Continue ReadingGeiger–Müller counter that works with Arduino
Bob @ robertgawron.blogspot.com has posted a Geiger-Muller project that can be used with Arduino or any other microcontroller board. The Geiger–Müller counter is a relatively simple tool to measure ionizing radiation. To increase sensitivity, construction presented here contains...
Continue Reading8×8 RGB Led Matrix with WS2812 driver with Arduino Uno
In this video we learn how to use this 8x8 RGB LED matrix. This matrix is using the WS2812 driver and it is great, because each LED is individually addressable. Only one microcontroller pin is required to control all the LEDs, and you get 24 bit color for each LED. 8x8 RGB Led...
Continue ReadingATtiny10 Mini Breakout Board
Dan Watson has designed a tiny breakout board for the Atmel ATtiny10. The board includes a bypass capacitor, a power LED and a user LED: This breakout board is for the ATtiny10 microcontroller. The PCB is 0.25×0.325″ and uses 0.050″ header pins. The board could actually be made...
Continue ReadingmavroOBD – Arduino based OBD port module
Danny Mavromatis has designed an Arduino based OBD port module using Atmel 328P MCU and Microchip MCP2515 CAN Bus controller with SPI interface and MCP2551 CAN transceiver. The goal of this project it to create an Arduino based OBD port module that can be used to enhance a vehicles...
Continue Reading