Page 1 of 1

GUI for Simple V-USB tester (Project)

Posted: Wed Nov 28, 2012 7:38 am
by declan smith
Here is GUI for simply testing V-USB using libUSB dll.
Hope it usefull.

Host Software:
Image

Hardware Schematics:
Image

Download version ATmega8:
http://www.ziddu.com/download/20997793/V-USBtester.zip.html

Bigger AVR for support all examples.
Hardware Schematics:
Image

Download version ATmega32:
http://www.ziddu.com/download/21008674/V-USBtester32.zip.html

Any suggestion for improvement welcome :idea:

Re: GUI for Simple V-USB tester (Update2)

Posted: Tue Dec 04, 2012 7:11 am
by declan smith
Added simplified LCD Library for ATmega8

Hardware Schematics:
Image

Hexfile included for ATmega8 and ATmega32.

Download version ATmega8:
http://www.ziddu.com/download/21033489/V-USBtester.zip.html

Download version ATmega32:
http://www.ziddu.com/download/21033508/V-USBtester32.zip.html

Re: GUI for Simple V-USB tester (Update3)

Posted: Sat Dec 15, 2012 12:07 pm
by declan smith
Added more examples:
Image

Hardware Circuit, some different connections:
Image

Revision:
Faster EEPROM write, 8 bytes "page write" not "byte write" (24C01 only support 4 bytes page write, not suitable with this application).

Download Version ATmega8:
http://www.ziddu.com/download/21126366/V-USBtester_mega8.zip.html

Re: GUI for Simple V-USB tester (Update4)

Posted: Thu Dec 20, 2012 10:28 am
by declan smith
Interrupt version examples

Image

Same hardware schematics

Image

Download Version Atmega8:
http://www.ziddu.com/download/21166540/V-USBtesterV2_mega8.zip.html

Re: GUI for Simple V-USB tester (Update4)

Posted: Mon Dec 24, 2012 4:22 pm
by kittysnk
Great project!!!
Could you please share the C# source code?

Re: GUI for Simple V-USB tester (Update4)

Posted: Tue Dec 25, 2012 2:22 pm
by declan smith
It was written in Delphi's, as it is easier than C#.
I'm using libusbdotcom in my C# projects ( VS2010 ), but since it needs .NET Framework 4 for running the application, I decided to wrote in Delphi.
I didn't intend to share the Delphi's full source code, sorry for that, but I'll try to answer your question about it if you really need it.

This was one of the project that insipred me to wrote that applications, and they shared their source code in the link above the video.
Here is the link: http://avrirdownloader.wordpress.com/

Re: GUI for Simple V-USB tester (Update4)

Posted: Thu Jan 17, 2013 5:08 am
by declan smith
Found my old LED Display project... Implemented using V-USB for fun project testing :idea:
Not bad for a hobby project at weekend... :mrgreen:

Software:

Image

Schematics:

Image

Download:
http://www.ziddu.com/download/21362877/V-USB_LED-Display.zip.html

Re: GUI for Simple V-USB tester (Project)

Posted: Sat Apr 13, 2013 10:47 am
by vouvoume
Hi.
If someone wants to have a GUI template for/with GDK, he/she can also use the VUSB template from:

http://matrixstorm.com/avr/tinyusbboard/#examples ("VUSB skeleton/example with corresponding linux, windows (delphi) and platform independent GTK libusb program")

Have fun!

Re: GUI for Simple V-USB tester (Project)

Posted: Mon Oct 07, 2013 2:43 am
by vrus
Great project!!!
Could you please share source code libusb.pas?

Re: GUI for Simple V-USB tester (Project)

Posted: Tue Oct 08, 2013 4:52 am
by declan smith
You can get the libusb.pas here: https://github.com/hansiglaser/pas-libu ... libusb.pas

You can email me at : declan.smith75@yahoo.com
if you need help about VUSB-Tester projects