A weblog focused on interesting circuits, ideas, schematics and other information about microelectronics and microcontrollers.
E-books
Disclaimer
Because I have not tested all electronic circuits mentioned on this pages, I cannot attest to their accuracy; therefore, I do not provide a warranty of any kind and cannot be held responsible in any manner.
Control stepping motor via USB interface PIF18F4550
13. December 2008 - 3:03 — adminThis is an example that demonstration how to control stepper motor via USB interface.
The CREATE USB Interface
12. December 2008 - 18:09 — adminThe CUI provides the necessary electronics to capture sensor input or control actuator output.
Z80 code bits from MICROCode
11. December 2008 - 23:32 — adminSome old software from MICROCode for your CP/M computers
Parallax Propeller FORTH
10. December 2008 - 1:39 — adminAnother FORTH implementation - this one is for Propeller chip.
MIDI for microcontrollers
10. December 2008 - 1:37 — adminMIDI, or Musical Instrument Digital Interface, is a specification for a communications protocol between digital synthesizers and other digital music devices. It was developed to be as simple and general as possible, to give synthesizer manufacturers as much flexibility as possible, yet still have their instruments talk to each other without communication problems. Here is a simple circuit for MIDI output that works well with Wiring or Arduino, the PIC microcontrollers, the BS-2, and the BASIC ATOM Pro24.
Library for Nokia 3310 display
6. December 2008 - 16:12 — adminThe library is written in C language and compiled with C30 compiler for the dsPIC family.
M2Eth - PIC Ethernet board
6. December 2008 - 16:07 — adminThe M2Eth-Board is a circuit to connect our PIC to an Ethernet network
Amforth - ATMega FORTH
6. December 2008 - 0:37 — adminAmforth is a compact forth interpreter and compiler for the atmel avr atmega microcontroller family which is implemented in assembly language and amforth itself. It is an interactive system running completly on the controller. It does not need additional hardware beyond a power supply.
MMC/SD card reader
5. December 2008 - 19:58 — adminAn AVR-based small test application which implements read and write support for MMC, SD and SDHC cards.