Welcome to WordPress.com. This is your first post. Edit or delete it and start blogging!
Hello world!
March 3, 2009New masks for the USB ASP
February 20, 2009These masks are designed by me for the USB ASP Programmer designed by Tomas Fischl (http://www.fischl.de/usbasp/)
Creating a PCB: The Toru Bhai Style
February 20, 2009Today, I went to make the PCB of my AVR USB Programmer (USBASP). BUET Students usually go to ‘Toru Bhai’ for making PCBs. I did my design in Proteus Isis and Ares. I talked to Toru Bhai, and he asked me to bring print out of the masks I designed. Basically 3 masks are required for single layer PCB:
Although, Toru Bhai is reluctant to do the Solder Resist, as he claims it is too expensive. As I went today in his ‘factory’, in 6/1/F, Ram Krishna Mission Road, he didn’t have much work load and insisted me to wait and take my PCB with me. So I watched the fabrication process. Surprisingly, the screen printing is very much similar to VLSI fabrication.
USBASP Programmer for AVR is working on Windows Vista
February 17, 2009Finally I could get my USB programmer to work with windows vista. Firstly, I stripped of the breadboard from all previous connections, and reconnected the circuit. This ofcourse proved fatal to two of my microcontrollers, as I accidentally connected +12V to Vcc rail, instead of the input to the 7805 IC. I connected the programmer to PC, and it said unknown device. I knew I connected the D+ and D- wires from USB port wrong. The final bread board looks like this:
I tried to search the forums. They suggested to use 2007 build of winavr, I tried that (replaced avrdude.exe in the C:\winavr\bin directory with the 2007 version). Some of them also suggested to use an older version of libusb. So I did that too. After spending an hour, I did some thing I should have done a long time ago. I clicked on the orb (start), typed ‘cmd’, so Vista start menu searched cmd.exe. I right clicked on it and selected “Run as Administrator”. Now when I typed
Beginner’s Microcontroller Programming-IV: Absolute minimalistic approach to the modified SIProg
November 22, 2008Ok, before I startered this project, I tried to construct the USBasp and USBtiny, and was not successful with bread board. I am planning to make a better version of the USBasp in PCB, but at the moment I tried to make a really small SI Prog. It will be so small that the entire veroboard will fit into a standard serial port connector casing. I just bought one from Patuatuli:
To fit the veroboard into the small casing, you can maximum fit a 6×6 hole veroboard piece into it, by properly polishing the sides, the central piece could be two hole longer. As the header is inserted into the box, the backside of the header blocks the first row. With only five holes, I thought, at first it would be impossible to fit my circuit (http://sajiduc.blogspot.com/2008/04/beginners-microcontroller-programming.html) here.
ভিস্তা বাণিজ্যিক সংস্করণ পেলাম বিনা মূল্যে
November 19, 2008IEEE এর সদস্য হওয়াতে আমি ভিস্তা বাণিজ্যিক সংস্করণ পেলাম বিনা মূল্যে। মাইক্রোসফট এখন শিক্ষার্থীদের বিনামূল্যে বিভিন্ন সফটওয়্যার দিচ্ছে। তারউ ধারাবাহিকতায় আমি IEEE এর শিক্ষানবিশ সদস্য হওয়ায় ভিস্তা বাণিজ্যিক সংস্করণ পেলাম। আসল সফটওয়্যার ব্যবহারের অনুভূতিই আলাদা।
Microcontroller Based Automatic Object Sorting by Length
November 6, 2008I’ll give you the circuit description and codes later.
External Crystals and Ponyprog
November 2, 2008We are now working on a project that requires external crystal. I borrowed a microcontroller from my friend today. We were using external crystal for our project, and I thought that was no big deal. I brought the microcontroller home, and tried to program it. Ponyprog said it is an unknown device. I was quite anguished and thought that it the microcontroller was fried. Suddenly just for curisity, I plugged in a 12MHz crystal. And wow, ponyprog started working again!
Moral (!!!!) : When you have programmed fusebits for external crystals, you MUST use one to program the microcontroller.
USBasp: The USB based AVR programmer
October 27, 2008My laptop does not have serial port. And ponyprog, up until now, have not provided support for any USB programmers. Today, I constructed my first USB programmer on a breadboard. I had a old USB extenstion cable which was out of order as the header was slack due to wear. I cut of that part and soldered breadboard wires.
My first goal was to make a ponyprog compatible programmer that emulates parallel port. I started with: USB2LPT
Afterwards, I realized that the emulation makes programming too slow. Thus I had to move to a dedicated programmer. But I really like a GUI for inputting, especially the fusebits. AVRdude is a command prompt based programmer. A wrong fusebit setting can lock the microcontroller irrepairable by a Serial Programmer.
Then I found AVR8 Burn-O-Mat: GUI for avrdude . The interface is even better than pony prog for fuses. It actually has small comments beside fusebits. AVRdude even supports my simplified SIProg. So I proceeded to make the famous USB ASP (http://www.fischl.de/usbasp/) I forgot to connect the ICP and INT0 at first, and kept getting “Unknown USB device”. I reflashed 4 times. Finally the programmer was operational and the driver was installed successfully.
I’ll give details of my schematics later. Here is a picture of the circuit.
Update: My Programmer is working now. Read Here.
(Really) Beginners Microcontroller Guide (Part-II) Configuring Ponyprog properly and writing program to uC
October 25, 2008(A Continuation from (Really) Beginners Microcontroller Guide (Part-I) Compiling the first program)
(alpha version. Very unstable, still editing)
Writing program to Microcontroller
We will be using ponyprog from lancos. Although it is possible to program directly from winavr, I like the interface of the program very much.
Construct the simplified SI Prog. You’ll need:
1. A serial port DB9 Female Connector,
2. 5V1 Zener Diodes x3
3. Resistors: 15K, 10k, 4k7 x 3
4. Bread board wires
Connect the circuit on veroboard. To see how it looks go to my blog http://sajiduc.blogspot.com/2008/04/beginners-microcontroller-programming.html
To connect the programmer always consult the datasheet of the microcontroller. Connect the Mosi, MISO, SCK, Reset lines of the programmer to the corresponding pins of microcontroller, and connect GND to 0V. Connect the serial connector to the serial port of your mother board. Please do not use a usb-serial converter, and connect only to true serial port.
Goto http://www.lancos.com/prog.html and download ponyprog from there. Install ponyprog, and open ponyprog from startmenu.
After the annoying neigh sound, click ok. Pony prog will say
Click ok again
Now do the bus timing calibration:


Afterwards, it is important. Click Setup>Interface Setup. Select Serial radio button. From drop down select SI Prog API / SI Prog IO. Select the COM port in which the programmer is connected. It is COM1 if you have only one serial port, but for multiple ports, you have to select the appropriate one. Please note that 90% cases, the SIProg does not work because of not proper configuration in this dialog. So if the SI Prog does not work, try to change the COM port, or switch between SI Prog API and IO
Select the appropriate device name
Now to test if the programmer is working, Click Command>Read All. From my experience 70% cases, people don’t get a smooth read operation at the first try. See below for common problems

If every thing is ok, (Which actually did in my first experimental SIProg) Then reading will start.

Now click File>Open, and open the testprog.hex file generated by the compiler.
And then the write will be successful!
Then play with your microcontroller circuit:
Ofcource the write may not be successful.
This might be due to
1. Circuit connection error (Check if you have connected power to microcontroller, check if the breadboard connections are loose, if the programmer are connected to the proper pins, if the programmer is soldered properly.)
2. Check if the BC547 transistor is working by testing if 0.7 V drop occus between Emitter and Base.
3. Check if your serial port is working and you are not using a USB-serial converter
4. Play around with the interface setup (in ponyprog) to find another suitable setting for you. (Try SIprog API, SIProg IO, Check if you have selected correct serial port)
5. This is very common for me:- the microcontroller is dead!!!!
Well, no 5 can result from 2 cases, a) a heart attack of the microcontroller (Fry out, like connecting Vcc of microcontroller to ground and ground to Vcc, microcontroller, at 90% cases just fry) b) Accidental programming of the fusebits of the microcontroller can result the SPI interface to be locked out. This can be overcome by a universal programmer. If you happen to have access to one, ask some one clear the lock bits.
6. You forgot to select the right device (I also sometimes forget to do that)




















