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 / *8414 (-20)
  Re: JRM code and Reset
 
Fred, Thanks for the info on how IC determines whether to auto-start a program or not. Based on your suggestions ---- I just finished downloading the open-source (free) version of IC. I had been running Newton Labs 3.1 and most recently 3.2. I (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  Re: IR Routines
 
These are the kinds of files I want to keep on hand at the Yahoo handyboard site, I have the sonyIR.icb file, is that the one you are looking for? I will post it in the files area of the yahoo forum (URL) else that is hard to find I will try to keep (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  IR Routines
 
Hi all, I've been trying to find Max Davies IR routines, but the link off the handyboard site is broken. Anyone know where I could get my hands on the code for these routines? Thanks in advance for the help. (23 years ago, 22-Dec-01, to lugnet.robotics.handyboard)
 
  Re: JRM code and Reset
 
OK, I looked at the source code to try to understand what could be the problem. If anyone wants to download the source themselves, go to (URL) and click on the link at the bottom of the page. The following is true of the open-source (free) version (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  Re: JRM code and Reset
 
Dan, Thanks for hanging tough on this problem.....I'm feeling really inadequate on this one. I downloaded your revision of my program and it did not help. Of course, if I do type " main() " on the PC, it does give your "Press Start....." message and (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  JRM code and Reset
 
John, I added a little sub routine to your program, see if you can use it this way. Probably not, but hey it's worth a try. Also, if you don't mind I'd like to post it to the yahoo handyboard files too at (URL) filename: jrm1.c John R. McDaniel */ (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running main( )
 
John, I have 105 of the Toshiba 68HC11's, and I use them in all sorts of products with great results. I don't think the chip is the problem either. It's begining to look like the pcode, I take it that you have the full new version. I have never (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running main( )
 
Dan, My 68HC11 chip has the following numbers: TMP68HC11A1T-3 and is, in fact, labeled TOSHIBA. I have two of these chips and I've tried both of them with exactly the same result. I've also changed the RAM chip, reloaded everything and no change. My (...) (23 years ago, 2-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Man I hate this forum! Sorry, It's just a pain in the #@* to go through all the rigamarole every time you reply to something here. Anyway, I have a couple other thoughts on this subject. What is the exact (entire) 68HC11 number on the chip? The HB (...) (23 years ago, 1-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Dan, Thank you for the suggestions. Like you, I tried removing the white space(s) and it did not help. Yesterday, I installed a new memory chip and a new 68HC11.....same problem. I may be overlooking something, but I don't think I'm getting a total (...) (23 years ago, 1-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
John, I just loaded up your version of the code you posted, It worked fine on reset. I took out the white space just to see, and it worked fine too! I would say that your memory is bad or the lm2931 -5 is bad. Something is causing total reset (...) (23 years ago, 1-Jan-02, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Try taking the white space out from between the "main" and the "()" -Dan (...) (23 years ago, 1-Jan-02, to lugnet.robotics.handyboard)
 
  fwd: Mini Boards for sale
 
Hi all, some may be interested in my old mini board design. If so, here's a chance to pick one up at a reasonable price. Info is available via FTP at ftp://cher.media.mit...miniboard/ . Fred Begin forwarded message: > From: "Wally Blackburn" (...) (23 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Fred, Man, do you ever sleep? I hope you know how much your support is appreciated. Here is a copy of my jrm1.c file. Just a reminder, if I type " main() " in the IC window on my PC, this file executes flawlessly. Thanks, John /* filename: jrm1.c (...) (23 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Well, at this point I'm out of ideas. Would you please copy and paste your jrm1.c file into an email message and send that to the list. (LUGNET strips attachments, so it has to be plain text body of the msg.) thanks, Fred (...) (23 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Fred, I double-checked, and my " main() " program (filename: jrm1.c) is all lower case letters. I confirmed case sensitivity by trying to call the " main() " file (filename: jrm1.c) which has been downloaded to the HB by typing " Main() " on the PC. (...) (23 years ago, 31-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
I wonder if it's because you've capitalized "Main()". C is case sensitive so main != Main. try it making your main program lower case and see if that works. Fred (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
Fred, Thanks for the very prompt response. Your responses to queries on this board continue to provide very useful insights. With respect to your response #1, it is helpful to know that "list files" does not actually read the Handy Board and is (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
 
  Devantech SRF04 library for HandyBoard
 
Today I posted a fully documented SONAR LIBRARY for the HandyBoard on my website: (URL) It uses the Devantech SRF04 to measure distance. The system is a-synchronious what makes it very little overhead and easy to use on your own programs. The (...) (23 years ago, 30-Dec-01, to lugnet.robotics.handyboard)
 
  Re: Reset & running Main ( )
 
John, a couple things. 1. when you quit and restart IC, it forgets what programs you may have loaded into the HB. so that explains your #4 case below. 2. IC has its own way of storing vectors for user code like your main() program, so you should not (...) (23 years ago, 30-Dec-01, 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