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.
Using TQFP ICs in homebrew constructions
20. July 2007 - 20:04 — adminEvery hobbyist can work with IC in the DIL (or SOIC) package without any bigger problems. But modern ICs, especially microcontrollers and processors, are in the TQFP/LQFP package. How we can handle with them?
Generating TV signal with the PICs
20. July 2007 - 17:47 — adminA few schematics of the TV signal generators based on the Microchip's PICs
The Old Good Ones
18. July 2007 - 19:34 — adminThe old integrated circuits renewed, in a new way, for modern applications... Who makes them, where you can buy them...?
The Beginners Basics: How to identify Electronic Components
15. July 2007 - 14:21 — adminHave a look at the article Identifying Electronic Components on the uCHobby.com
. There is almost complete guide to identifying components found on older PCBs or discarded electronics you can recycle and use.
Homebrew computer
13. July 2007 - 14:04 — adminDennis Kuschel is another guy builds his very own computer from a scratch. It is really interesting piece of hardware...
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.
Cheap LCD display with 4096 colors for embedded projects
29. June 2007 - 21:19 — adminHow to use the color LCD from the Nokia 6100 mobile phone with your own microcontroller project? Inside: Description of full-color (4096 colors) LCD mode, connecting the display to the µC and free graphics library to download.
Thermometer with PIC12F and Nokia LCD display
26. June 2007 - 20:29 — adminNice stuff - thermometer made with tiny PIC, DS18B20 and LCD from old Nokia 3310.