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.
library
Universal FAT32 library
1. March 2009 - 10:21 — adminVery useful library for everyone, who wants to deal with any SD/MMC card or other storage, works with FAT32, in applications such as MP3 players or data loggers.
Glade - AVR audio library
5. February 2009 - 20:33 — adminGlade is a simple, easy-to-use, 8-bit audio library for the Arduino. It allows you to play sound on the pin 11 of the Arduino board using PWM.
FAT library for 8bit microcontrollers
18. January 2009 - 17:47 — adminA ChaN's FAT general library for microcontrollers.
AVR code for Nokia LCD
2. January 2009 - 16:43 — adminSample AVR library for controlling the Nokia 6100 LCD.
Crypto AVR library
30. December 2008 - 19:08 — adminCrypto-avr-lib is a set of implementations of different cryptographic primitives.
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.
WinUSB - USB library for PICs from Jan Axelson
14. May 2008 - 12:22 — adminWinUSB a generic driver for devices that don't fit a defined USB class. The driver was introduced with Windows Vista and is also usable on Windows XP systems. The driver is not usable on earlier Windows editions. The driver supports control, bulk, and interrupt transfers.
WinUSB is a .NET host application for accessing devices that use the WinUSB driver. Each includes an example INF file to match the device's Vendor ID and Product ID to a device interface GUID. There are two variants - VB.NET and C#
New graphics library from Microchip
16. March 2008 - 16:09 — adminNew version of Microchip Graphics Library has been released.
Nokia Color LCD - using 4096 colors in 8bit mode
7. July 2007 - 21:25 — adminHow to manage Nokia 6100 LCD to use 4096 colors without any limitations? It's easy... You can use my library for free.
As I promise in my previous article , here is my improved LCD C library for using with the Nokia 6100 Series LCD.
Main feature in this library is method to use full 4096 colors in the 8bits (256col) mode. It is enabled by simple hack, based on the color lookup table and the LRU cache.