Welcome, Guest. Please login or register.

Author Topic: USB hobby development kits  (Read 10610 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 all replies
    • http://www.troubled-mind.com
USB hobby development kits
« on: July 13, 2009, 11:10:35 AM »
In days of yore... One could purchase a little box that would plug into a serial or parallel port for about £25, that would let you program control for LEDs and little electric motors... I miss being able to play with such toys... Does anyone know of any cheap USB interfaces that fill this role?

Cheers!

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #1 on: July 13, 2009, 01:14:09 PM »
I'm thinking more along the lines of this: http://linuxk8055.free.fr/ but these boards are not cheap :(

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #2 on: July 13, 2009, 03:46:49 PM »
Those are the jobbies! If I'm paying that sort of money I want something more customisable... And if I have to build the damn thing myself then I want more options than that... No MacOS driver... And only a crappy 3rd party Linux driver...

I'm begining to think a custom made board and an FPGA might be a better solution!

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #3 on: July 13, 2009, 09:48:23 PM »
Looking at the schematics of this thing seems it's built around a PIC16c745... should be simple enough to build my own...

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #4 on: July 13, 2009, 10:40:43 PM »

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #5 on: July 17, 2009, 10:01:33 AM »
All interesting stuff guys! But all I want to make is a physical interface with my laptop which from software would allow me to turn on LEDs and little electric motors, and solonoids... And also receive input from push buttons, sliders, dials etc...

Perhaps to contol some children's toys etc... So all I really need is some way to connect these physical devices to the laptop... The laptop in question only has USB and Firewire interfaces... So all I need is some way to control these via the USB, and the PIC16c745 is cheap ($4 per unit in small quantities), and registeres as a USB HID by default, I don't need anything like a fully automated microcontroler :)

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #6 on: July 19, 2009, 12:53:25 PM »
Quote from: Oliver;516098
The difference is that a bare PIC requires board and programming by you, and also a programmer. Buying a ready made product gets you past the first part of development, and into applications. I'm guessing that if you buy an Arduino, it would come with a boot loader already in the start of program memory, as well as give you access to a bunch of applications examples. I haven't looked into it though. Also, I think the Atmega is probably a simpler architecture for C development. It has been a really long time since I looked into this, though. My PIC work has all been in assembly, which can be a hassle.

You may also consider a USB to parallel port adapter. If it is only a few switching channels, that would probably be sufficient. You may still need to buffer the outputs though. Not sure about that.


For a long term project I think the PIC is the way to go... but for a quick proof of concept... using a USB->Parallel might be suitable... The only downside being the lack of I/O of the Parallel port... I will search now and see what is available :)

Offline bloodlineTopic starter

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

Offline bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #8 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 all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #9 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 bloodlineTopic starter

  • Master Sock Abuser
  • Hero Member
  • *****
  • Join Date: Mar 2002
  • Posts: 12113
    • Show all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #10 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 all replies
    • http://www.troubled-mind.com
Re: USB hobby development kits
« Reply #11 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 ;)