One of the most common way to interface a microcontroler to a computer used to be serial port. But right now, serial port have been replaced with USB on most computers. A common way to fix this issue is to … Continue reading →
I bought a couple of months ago a little AVR Dragon card. My initial plan was to use it for debuging programs with the embbeded JTAG. But I run into several issue with that, mainly because the lack of doc … Continue reading →
I recently bought 2 LCD from jckrers ebay store. I have a good idea for this stuff, but first I need to run several tests. This LCD are fine and use the common KS108 controller. My first thought was to … Continue reading →
Yesterday, I ran into a issue with an ATMega32. In fact, I wanted to disable the Jtag support on the chips because I need to use the pins used by the Jtag (PC2-PC5). To disable the Jtag, you simply need … Continue reading →
I’m now building another clock with a IVL1-7/5. In fact, I’m preparing a large bench of VFD clock, and I need to test several stuffs, so the schematic isn’t public right now. This one use quite the same stuff than … Continue reading →
In the previous article, I have study the way to power this large VFD, now we gonna take a look closer at the logic itself. We need to drive a lot of bits (8+9) at ~40v. After a little googling, … Continue reading →
After my nixie clock, I decided to build a new one based on a old VFD vacuum tube. In fact, the brother of a friend (which live in Ukrainia) give me a bag of tubes. Beside I already have a … Continue reading →
Hi all, I haven’t post here since a while right now. In fact, I spend quite all my time w/ playing with some electronics stuff. Some people asked what I’m doing .. that it .. here a teaser This is … Continue reading →
While debuging an AVR microcontroller, you need to play with bits. After playing with my calculator I decided to find another way to decode bin/hex etc .. I found a good recipe on ASPN. Now, this is a little reminder … Continue reading →