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 / *184 (-40)
  Motor speed question (premature)
 
Hi, Sorry for my earlier question about the motor speed table. It was a bit premature. After boning up on PWM I found that the values selected represented the "fine" (i.e. less jerky) settings. There can be as many as 16 different steps that can be (...) (29 years ago, 18-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Resets
 
Is it possible that your battery is simply discharged? Does the board exhibit the problem when you try driving the previous motors that did not give you a problem? Regarding the charge light on the serial board, are you sure that the charge rate (...) (29 years ago, 18-Mar-96, to lugnet.robotics.handyboard)
 
  Resets
 
Hi. My board was working fine until I hooked up some different motors to it today. It seems that whenever I try to drive the motors the low battery light lights up and the board gets reset. I checked the battery and it reads 8.4V before and while (...) (29 years ago, 18-Mar-96, to lugnet.robotics.handyboard)
 
  IC 3.1b1 under Windows 3.1
 
Hi Jeff, Thanks for your help. To our knowledge, no one has successfully run IC 3.1b1 under Windows 3.1 with using the win32s extension. We will look into what it will take to make future releases win32s-compatible, but for now, we apologize that (...) (29 years ago, 18-Mar-96, to lugnet.robotics.handyboard)
 
  Re:Motor speed table question
 
(...) Sure, why not? The way the motor speed table works is that the number is bit shifted out to the motor. Each bit gets the same ammount of time. So if you don't want your motor to move, then you bit shift all zeros. If you want it to run at a (...) (29 years ago, 17-Mar-96, to lugnet.robotics.handyboard)
 
  Motor speed table question
 
Can anyone explain why the values in the _speed_table were chosen. int _speed_table[]= { 0b00000000, /* speed 0 */ 0b00010001, 0b01001001, 0b01010101, 0b01010111, 0b01110111, 0b01111111, 0b11111111 /* speed 7 */ }; Can they be change to a linear (...) (29 years ago, 17-Mar-96, to lugnet.robotics.handyboard)
 
  unarchiving problems w/IC 3.1 for Win 95
 
I just tried unarchiving IC 3.1 on my 486 at home, running Win 3.1, and Win 32s 1.25.141.0 (or so the win32s.ini file says). I'm having the same problem I had before, where all of the files have an "Inflating: ...." message in front of them. My (...) (29 years ago, 17-Mar-96, to lugnet.robotics.handyboard)
 
  Re: strange IC files?
 
i think it would be good if beta users cc'ed their bugs along the handyboard list--I am interested in hearing how it's working but don't have time to bang on it directly. Perhaps others feel the same way. -Fred (29 years ago, 17-Mar-96, to lugnet.robotics.handyboard)
 
  Re: strange IC files?
 
(...) I've tried unarchiving the program a couple times, on a couple different machines, which had a couple different copies of IC, with the same results. I'll try it on the PC I have at home, which I haven't gotten around to doing yet. I'm also not (...) (29 years ago, 17-Mar-96, to lugnet.robotics.handyboard)
 
  Re: strange IC files?
 
(...) I just double-checked and downloaded IC 3.1 for Windows from our site, and had no such problem de-archiving it. All the files were fine, and IC runs fine straight out of the zip, at least on a Windows 95 machine. Has anyone else seen this (...) (29 years ago, 16-Mar-96, to lugnet.robotics.handyboard)
 
  IC 3.1 under Win 3.1
 
(...) IC 3.1 certainly doesn't use that much memory! IC is a 32-bit application, which prevents running under vanilla Win 3.1, but it theoretically could/should work under win32s. We haven't yet tried it here (your feedback is the first we've (...) (29 years ago, 16-Mar-96, to lugnet.robotics.handyboard)
 
  strange IC files?
 
I was just browsing the libs directory of IC 3.1 for Windoes, which I still havenb't been able to get working. I noticed, that at the beginning of every file, such as analogs.txt, there is the following message... inflating: libs/analogs.txt Low (...) (29 years ago, 16-Mar-96, to lugnet.robotics.handyboard)
 
  IC 3.1 with Win 3.1
 
Has anyone tried running IC 3.1 for Win 95 on a win32s Windows 3.1 system? I njust tried it out, and the program complains of insufficient memory - on an 8 meg system, with no other applications running. Anyone have any idea what's wrong? (29 years ago, 16-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Motor control
 
(...) Yes, and speed control is built in to the Interactive C motor function. motor(0, 100) turns on motor 0 at full speed; motor(0, 50) is half speed, etc. While we're on the topic, I am considering changing the speed argument, because in actuality (...) (29 years ago, 16-Mar-96, to lugnet.robotics.handyboard)
 
  Motor control
 
I'm not to familiar with the motor chips. Does the handyboard allow for speed control of motors? (29 years ago, 15-Mar-96, to lugnet.robotics.handyboard)
 
  IC 3.1
 
Is there any possibility of a version of IC 3.1 for Windows 3.1? I don't have access to _any_ machines running Win 95 right now, and I have a strong feeling that many others are in the same situation! (29 years ago, 15-Mar-96, to lugnet.robotics.handyboard)
 
  How to get OC2&3 to fire?
 
Hi all, I'm trying to get OC2 & OC3 to fire by just setting the OC1 to set the lines high while OC2 and OC3 set them low after TOC2 and TOC3 counts, respectively, all without any interrupt code. It is not working. The program is running but my (...) (29 years ago, 15-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Handboard w/Servo Question
 
(...) the code is contained in the freeware Interactive C distribution, in the libraries directory. It's named servo.c and servo.icb. There may also be a servo.lis file to load both of the other two. -Fred (29 years ago, 14-Mar-96, to lugnet.robotics.handyboard)
 
  Handboard w/Servo Question
 
Hi, Could someone please repost (or mail me) the Servo Motor code and instructions for the Handyboard? I checked the mailing list archive and one of the first messages refers to an earlier message which had this information. (Which isn't in the (...) (29 years ago, 14-Mar-96, to lugnet.robotics.handyboard)
 
  Pioneer Robot.
 
Hello all, I just visited the pioneer web page and I am interested in purchasing one. However, I was unable to find two vital pieces of information on that web site: What is the price of a robot? And how do I order one? Their internet order form is (...) (29 years ago, 14-Mar-96, to lugnet.robotics.handyboard)
 
  LCD help
 
I have build the board described in my book "Mobile Robots" which is a great book. I just got the board going after realizing it isn't a good idea to assume the pin outs of all 32K x 8 ram chips is standardized :) I was hoping someone could help (...) (29 years ago, 14-Mar-96, to lugnet.robotics.handyboard)
 
  Sony transmission routines uploaded to cherupakha
 
I have placed copies of sony-transmit.asm and sony-transmit.icb in the directory /pub/incoming/ic_contrib/mccap/ on cherupakha.media.mit.edu. Several people have requested the precompiled .icb version, and perhaps there are others who want it but (...) (29 years ago, 14-Mar-96, to lugnet.robotics.handyboard)
 
  Expansion Board
 
I built 2 of those. I continue to applaud everyone involved with this project . It is awesome. I know have 3 Handy boards and am teaching programming and robotics to my kids, i love it. I am also using it to control a 5DF motion controlled camera. (...) (29 years ago, 13-Mar-96, to lugnet.robotics.handyboard)
 
  Re: robot base
 
Doesn't Real World Interfaces make a nifty 3 wheel synchro-drive platform (that's just a platform)? I'm not sure how in/expensive it is, but it might be a good starting point... Hope this helps. - a (...) > Yes, I've looked into the Pioneer br Real (...) (29 years ago, 13-Mar-96, to lugnet.robotics.handyboard)
 
  Oops! (new web site for Pioneer)
 
(...) Oops! It looks like they changed their web site around this morning (!) The address did in fact work last night (pasted it from my composed mail message straight into Netscape :) ) It looks like the new Pioneer home page is at: (URL) Randy (29 years ago, 13-Mar-96, to lugnet.robotics.handyboard)
 
  Re: robot base
 
(...) Yes, I've looked into the Pioneer br Real World Interfaces, Inc. It's a nice piece of work, but I think I need something a little more flexible. The Pioneer has its own built in sensors already. I would like build my own sensor systems and (...) (29 years ago, 13-Mar-96, to lugnet.robotics.handyboard)
 
  robot base
 
The Pioneer is a commercially-available robot base. It has a 6811 board that can run IC, and can also carry and power a laptop computer. Check out (URL) Randy (...) (29 years ago, 13-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Unsubscribe
 
you are unsubscribed. In case any one else is wondering, the proper procedure for getting unsubscribed -- as indicated on the mailing list page -- is to send a private e-mail to me. Thanks. -Fred (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Re: L293 B/D/E
 
In your message you said: (...) no, you can't use the type B. See the HB FAQ for an explanation of this: (URL) am pretty sure the "E" is not compatible either -- it has 20 pins, right? sorry, but you need a D, or the TI replacement part indicated in (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Unsubscribe
 
This is a request to remove the following address from your mailings list: cjohnson@qco.com (or any other person at qco.com) If this message is not sufficient to remove us from your mailings list, please advise as to proper procedure. (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Re: L293 B/D/E
 
Hi Petteri (et all), Partial answer to your question is on FAQs at HB www page. Some more info comes from and old message by Randy Sargent on the HB list. Sorry but no idea about the E type. Julio Fernandez Spain (...) ---...--- (from FAQs) at (URL) (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  L293 B/D/E
 
It seems to be a bit difficult to find those L293D motor drivers here in Finland. But types B and E are available. What is the difference between types? Is it OK to use type B with HB? I don't have the data sheets available, so helpful information (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Occasional Problem
 
You may be doing this from a DOS window in a Windows 95 environment. If you have your network applications running in the background and if there is large data transfer in the background (in my case NETSCAPE updating certain screens automatically, (...) (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Max poke rate?
 
(...) One option might be to try Kurt Konolige's IC compiler. I believe it only runs on a Unix machine, but you are able to compile programs for greater speed. Check out (URL) ___...___ Tom Cicatelli cica@tiac.net Melrose, Massachusetts ___...___ (29 years ago, 12-Mar-96, to lugnet.robotics.handyboard)
 
  Re: Max poke rate?
 
(...) I think the Interactive-C overhead will prevent such fast repetition. Simple statements take about a millisecond, with printf's taking 10 msec. You'll probably have to do it in assembler, and use an .icb file. Hope this helps... -mike * (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 
  reverse video in IC?
 
Is it possible to use printf to display reverse video on the handy board's LCD screen? I'm thinking about creating a menu system for my robot, and inverse video would be nice... Just curious! (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 
  Max poke rate?
 
Hi, I've been trying to write to PD2 using the following: int write_port(int port, int value, int mask) { poke(port,(value & mask)|(peek(port) & ~mask)); } It works fine except that the fastest cycle that I can get out of PD2 is about 242 Hz. I need (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 
  synchronization problem with old IC
 
Hi Will, I'm assuming that you're using IC 2.81 on an IBM PC? One possible cause is that since IC 2.81 is a DOS program, the serial communication routines for old IC is flakey under a DOS box under Windows. Please run with the window in full-screen (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 
  Occasional Problem
 
I have a problem, which is more an inconvienve. At first my HB does not load IC correctly. But after five or so repeats of the below procedure, it works like it should: dl pcode_hb.s19 Everything is OK here. ic Below is reported: Attempting to link (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)
 
  Re: hbdl users -- please check in
 
I used hbdl.exe from windows 96 to download pcode_hb.s19 and it worked just fine. Here are the details about my system. I downloaded through COM1: PENTIUM P5/100 (Gateway 2000 system) Windows 95 68HC11A1FN Thanks Ram. (...) ---...---Dr. M. K. (...) (29 years ago, 11-Mar-96, to lugnet.robotics.handyboard)


Next Page:  5 more | 10 more | 20 more | 40 more

Redisplay Messages:  All | Compact

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