To LUGNET HomepageTo LUGNET News HomepageTo LUGNET Guide Homepage
 Help on Searching
 
Post new message to lugnet.robotics.handyboardOpen lugnet.robotics.handyboard in your NNTP NewsreaderTo LUGNET News Traffic PageSign In (Members)
 Robotics / Handy Board / *6784 (-20)
  Sharp GP2D02 with out expansion board
 
Handyboard Community, Has anyone written code for the GP2D02 sensor without the expansion board. I have a group of High school kids that have KISS institute robot kits. This kit comes with a handyboard and LEGO's but no expansion board. Being on a (...) (25 years ago, 18-Oct-99, to lugnet.robotics.handyboard)
 
  need a text editor
 
What text editors do you guys use to write your IC code? I am on a Windows98 machine and having a real hard time finding one that doesn't add all of the extra formatting. Or is there an option that I am missing that I can turn the formatting off? (...) (25 years ago, 18-Oct-99, to lugnet.robotics.handyboard)
 
  Re: UK Suppliers
 
(...) If you're prepared to mail order, you can get all the Handyboard stuff from the Robot Store, Hong Kong,www.robotstorehk.com I've found Patrick Hui to be most helpful and dependable. -- C S Soh (URL) where air is power (25 years ago, 18-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Interfacing 2 Ultrasonic Modules onto one HB?
 
Hello, I also would like to see a example of the sonars and expansion board hook-up. I also have a vector 2x compass module that was connected and working before the expansion board was added. Is it possible to connect the sonar and compass to the (...) (25 years ago, 17-Oct-99, to lugnet.robotics.handyboard)
 
  Interfacing 2 Ultrasonic Modules onto one HB?
 
I am trying to interface two Polaroid 6500 ultrasonic ranging modules onto one HB to simplify my project. I know this has been done and it is probably very easy but I am not an electrical engineering expert and cannot figure it out. I have two (...) (25 years ago, 17-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Data acquisition through analog input
 
Mr. Han, I think you can try to transmit the data through radio frequency transmitter to the receiver which is connected to the PC. I have tried this but it is digital data and not analog. Thanks, Wil. ----- Original Message ----- From: Chul Hun,Han (...) (25 years ago, 16-Oct-99, to lugnet.robotics.handyboard)
 
  UK Suppliers
 
Can anyone help me? I'm looking for a UK supplier for the Handyboard, either as a kit or complete. I would also like some advice about how I could integrate the Handyboard into a A-Level physic department. I'm interesting in introducing robotics (...) (25 years ago, 16-Oct-99, to lugnet.robotics.handyboard)
 
  Re: interfacing the GP2D12
 
Thats great Gary, This was the same conclusion that I'd come to myself, however I've now run into another problem with the otherwise brilliant 'D12 sensor. I'm currently using the Digitalker speech system from Jameco, and when the 'D12 is plugged in (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  A java tool for real-time talking with people reading the same webpage.
 
Hi, There is a java software called Wander at (URL) simply dragging and dropping a URL address or a Link to Wander window, you can see and talk to all the people who reading the same webpage right now. It is a good tool for on-line talking, (...) (25 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
 
  Re: Start_process problem
 
alex, each of your processes must be an indefinite loop. otherwise starting them up via start_process just runs through once. so, e.g.: void checkir() { while (1) { if (digital(4)) { /* go backward for some time */ /* turn a little */ /* go forward (...) (25 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
 
  re: start_process problem
 
My suggestion is to double check that you double check the simple things withing the code (your code should be executing an infinite loop) while(1) { code .... } If the code is more complex and involves external assembly modules, check that they (...) (25 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
 
  Data acquisition through analog input
 
-- MIME ATTACHMENTS DISCARDED: 1. Content-Type: text/plain; charset="Windows-1252" Content-Transfer-Encoding: base64 Content-Length: 297 2. Content-Type: text/html; charset="Windows-1252" Content-Transfer-Encoding: base64 Content-Length: 1408 (25 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
 
  Start_process problem
 
Hi When I try to start a process , the code downloads fine , it runs on the board with no errors but it only excutes the first proceess once and none of the others. void main() { start_process(fwrd()); start_process(checkir()); (...) (25 years ago, 15-Oct-99, to lugnet.robotics.handyboard)
 
  Re: NEW POWER SUPPLY
 
I think you win the prize for the best solution Giang! - Nick - (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  Re: NEW POWER SUPPLY
 
What about this idea? Cut the motor trace as per on Fred's website....than desolder the motor power header (the one that plug into the Handy board) on the expansion board and flip the header upward and resolder it to the expansion board. Then reuse (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  Re: NEW POWER SUPPLY
 
That is the same thing, except much easier. Plus we save donut money. However, we'd have to look at the effect of 7 volts reverse bias on the motor LED's. Plus, we'd have to make real sure not to short the bent pin 8 to the socket underneath it. (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  Re: NEW POWER SUPPLY
 
Great solution Gary! How about just pulling the L293D/SN754410 from the U11 socket, bending pin-8 out and soldering the REALLY BIG battery positive lead to it, then soldering the negative lead to pin-1 without bending it out, and then reinstalling (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  Re: NEW POWER SUPPLY
 
This was explained a week or two ago here on the list server. Check back and you'll find out what traces to cut, etc. However, I have found another way that is very simple, and does not require you to make difficult-to-fix cuts on your boards. Just (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  NEW POWER SUPPLY
 
I NEED TO KNOW THE EXACT STEPS TO CONNECT A NEW MOTOR POWER SUPPLY TO THE HANDYBOARD WHILE IS HAS THE EXTENSION BOARD CONNECTED TO IT. IT'S TO MY UNDERSTANDING THAT THE EXTENSION BOARD SHARES THE SAME SLOT AS THE NEW MOTOR POWER SUPPLY, IS THE ANY (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)
 
  More Motor Controller Question
 
Thanks Fred. That got me going in the right direction. But...... When I poke a value into $7000 I can see the corresponding input pin on the l293 react. But it will not stay in the position that I set it to. It will return back to the initial state (...) (25 years ago, 14-Oct-99, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more

Redisplay Messages:  All | Compact

©2005 LUGNET. All rights reserved. - hosted by steinbruch.info GbR