Author Topic: Computer Interfaced Electronics  (Read 3424 times)

0 Members and 1 Guest are viewing this topic.

Offline iLL_LeaTTopic starter

  • Jr. Member
  • **
  • Posts: 8
  • Helpful? 0
Computer Interfaced Electronics
« on: November 04, 2007, 02:09:22 PM »
Hello!!!

I have a question about controlling electronics with computers.  I'm a computer science student with a personal interest in electronics.  Though I have not had time to put anything together yet, I am semi-educated on on the subject.

I'm hoping, when I have time, to make some computer interfaced electronic.  However, none of my laptops have serial ports and I don't have a desktop.  Moreover, I have noticed that newer Linux distributions don't support USB to serial converters because serial controlled devices are becoming obsolete.

So, If can't use the serial port, what should I use? Is there any way to use the USB port directly with out getting my masters in electrical engineering?  What do you use?

Thanks,
iLL
« Last Edit: November 04, 2007, 02:11:38 PM by iLL_LeaT »

Offline frank26080115

  • Supreme Robot
  • *****
  • Posts: 322
  • Helpful? 2
Re: Computer Interfaced Electronics
« Reply #1 on: November 04, 2007, 02:19:25 PM »
What? I'm running the latest Ubuntu release and my FTDI chip is working fine.
Try uninstalling the brltty package if it is installed, if it is running you'll never have any working serial port.

Offline iLL_LeaTTopic starter

  • Jr. Member
  • **
  • Posts: 8
  • Helpful? 0
Re: Computer Interfaced Electronics
« Reply #2 on: November 04, 2007, 02:29:21 PM »
I had never heard of FTDI

I see that they actually have Linux drivers  :o :o :o :D





Thanks....

Offline dunk

  • Expert Roboticist
  • Supreme Robot
  • *****
  • Posts: 1,086
  • Helpful? 21
    • dunk's robot
Re: Computer Interfaced Electronics
« Reply #3 on: November 04, 2007, 05:53:30 PM »
Quote
Moreover, I have noticed that newer Linux distributions don't support USB to serial converters because serial controlled devices are becoming obsolete.
every USB to serial converter i have ever used has worked under linux without the need for any configuration.

as for serial controlled devices are becoming obsolete, i deal daily with networking equipment that needs to be initially configured by serial port.
RS232 is far from obsolete but i will admit it's uses are changing.

dunk.

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Computer Interfaced Electronics
« Reply #4 on: November 04, 2007, 08:52:18 PM »
ummm
Phidgets is the easiest and then comes just using the USB to serial ..

Phidgets:
http://www.phidgets.com/products.php?product_id=1018

Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Kohanbash

  • Supreme Robot
  • *****
  • Posts: 430
  • Helpful? 1
Re: Computer Interfaced Electronics
« Reply #5 on: November 04, 2007, 09:46:50 PM »
airman have you used that with linux?
Robots for Roboticists Blog - http://robotsforroboticists.com/

Offline iLL_LeaTTopic starter

  • Jr. Member
  • **
  • Posts: 8
  • Helpful? 0
Re: Computer Interfaced Electronics
« Reply #6 on: November 05, 2007, 01:20:00 PM »
ummm
Phidgets is the easiest and then comes just using the USB to serial ..

Phidgets:
http://www.phidgets.com/products.php?product_id=1018


I was just taking a look at the manual for that.  It looks very cool.  I might have to pick one of those up!!!

thanks airman00

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Computer Interfaced Electronics
« Reply #7 on: November 05, 2007, 05:01:59 PM »
no not with linux,


but it should work.

I use visual basic to control it but I am sure that you can use a linux based software. Worst comes you'll use a windows emulator.

PM me if you need any specific help with the Phidgets
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline Half Shell

  • Robot Overlord
  • ****
  • Posts: 225
  • Helpful? 0
Re: Computer Interfaced Electronics
« Reply #8 on: November 05, 2007, 10:53:25 PM »
I highly recommend Arduino with a protoshield. http://www.arduino.cc and http://www.adafruit.com to buy it. It is very low cost, USB compatilble, works well with Linux and is incredibly easy to program and get up and running with your electronics projects. It even has Boarduino as a way to better interface with solderless breadboards.

Offline Spoil9

  • Robot Overlord
  • ****
  • Posts: 155
  • Helpful? 1
Re: Computer Interfaced Electronics
« Reply #9 on: November 10, 2007, 08:58:52 PM »
Ok, so here is my noob question.
If I have an old laptop that is really good for nothing, can I use that as a microprocessor for my projects or is it to much to convert?
- Bill
Knowledge is Power. Power Corrupts. Study Hard. Be Evil.

Offline airman00

  • Contest Winner
  • Supreme Robot
  • ****
  • Posts: 3,650
  • Helpful? 21
  • narobo.com
    • Narobo.com - Mechatronics and related
Re: Computer Interfaced Electronics
« Reply #10 on: November 10, 2007, 09:05:21 PM »
The laptop would be overkill for a small robotics project.

I used a laptop  because I needed vista speech recognition , webcam , and otherstuff.

also you wouldn't be able to program the MCU inside the laptop, and it has a lot of leads.


Go with a MCU like AVR, PIC , or STAMP.

I prefer PIC for quick projects, and AVR for medium.
 ( PIC because I sue PICBASIC)

So, no you cannot use the laptop MCU


(by the way, the laptop is not good for nothing, you can use the laptop to program the PIC or AVR)
Check out the Roboduino, Arduino-compatible board!


Link: http://curiousinventor.com/kits/roboduino

www.Narobo.com

Offline IceMetal

  • Jr. Member
  • **
  • Posts: 29
  • Helpful? 0
Re: Computer Interfaced Electronics
« Reply #11 on: November 23, 2007, 11:17:24 PM »
Hello!!!

I have a question about controlling electronics with computers.  I'm a computer science student with a personal interest in electronics.  Though I have not had time to put anything together yet, I am semi-educated on on the subject.

I'm hoping, when I have time, to make some computer interfaced electronic.  However, none of my laptops have serial ports and I don't have a desktop.  Moreover, I have noticed that newer Linux distributions don't support USB to serial converters because serial controlled devices are becoming obsolete.

So, If can't use the serial port, what should I use? Is there any way to use the USB port directly with out getting my masters in electrical engineering?  What do you use?

Thanks,
iLL


The cheapes and best way to control things with your computer is the parallel port  I created a page for it
http://geocities.com/scancool/parallel.html
but if you dont have a parallel port go for usb I got a kit and put it together for like $10 all you need is the component
http://www.delcom-eng.com/productdetails.asp?productnum=802300
« Last Edit: November 23, 2007, 11:18:44 PM by IceMetal »