Welcome, Guest. Please login or register.

Author Topic: USB hobby development kits  (Read 10577 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #14 from previous page: July 19, 2009, 12:54:31 PM »

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #15 on: July 19, 2009, 01:00:51 PM »
Actually I think I have found a pretty good device here: http://www.kadtronix.com/usbdacq.htm

But this one is also built around the good old PIC16c745... :-)

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #16 on: July 19, 2009, 01:05:53 PM »
Ohhh!!! found a good one here!!! I might see about getting one :D

http://www.usbmicro.com/odn/index.html



-Edit- And for $30... this looks like a real winner!!! http://www.circuitgizmos.com/products/cgu421/cgu421.shtml
« Last Edit: July 19, 2009, 01:11:09 PM by bloodline »
 

Offline GadgetMaster

  • Hero Member
  • *****
  • Join Date: Feb 2002
  • Posts: 2177
    • Show only replies by GadgetMaster
Re: USB hobby development kits
« Reply #17 on: July 19, 2009, 08:39:35 PM »
Looks interesting. Don't forget to update us once you have completed your project.
 

ChuckT

  • Guest
Re: USB hobby development kits
« Reply #18 on: July 19, 2009, 09:28:45 PM »
I found an inexpensive FPGA and USB microcontroller if you decide to go this path:

http://www.digilentinc.com/
http://www.digilentinc.com/Products/Detail.cfm?NavTop=2&NavSub=457&Prod=BASYS
 

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #19 on: July 20, 2009, 12:12:03 AM »
Quote from: ChuckT;516179
I found an inexpensive FPGA and USB microcontroller if you decide to go this path:

http://www.digilentinc.com/
http://www.digilentinc.com/Products/Detail.cfm?NavTop=2&NavSub=457&Prod=BASYS


Not a bad price... But not really what I need, as I want something like this:



LEDs/Buttons/Sensors/Motors<------USB----->Computer<----USB---->Sensors/LEDs

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show only replies by bloodline
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #20 on: September 26, 2010, 09:09:06 AM »
Quote from: bloodline;516196
Not a bad price... But not really what I need, as I want something like this:



LEDs/Buttons/Sensors/Motors<------USB----->Computer<----USB---->Sensors/LEDs
After trying out a few various PIC systems... The Arduino Duemilanove has proven to be cheap and quite brilliant! The development software is all C++, which does make life easier after struggling with PIC asm(it's not hard just a bit tedious after spending a few nights with it)...

I see Arduino have have just released a new board called the "UNO"... I might have to get one... I've found a new love ;)