 | | RE: SENSOR_READ doesn't return 0
|
|
(...) There are indeed many ways to skin a cat...in the end , the effect is the same, but I'm always curious to see how others do things. How many FORTH programmers does it take to screw in a light bulb? Just one, but he has to be the fellow that (...) (27 years ago, 16-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | RE: Useful constants
|
|
(...) I have a 4Ah lead acid battery for mine too! Remember to fuse it just in case... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (URL) ---...--- Reply to: rhempel at bmts dot com ---...--- (27 years ago, 16-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: legOS Network Protocol
|
|
(...) I am not in position right now, time-wise, to contribute to the LNP, but I am very interested, and may have time to contribute soon. In the mean time, I'd like to keep up with the project. I don't know if you realize, Jacob, but if you prefer (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.legos)
|
|
 | | Re: SENSOR_READ doesn't return 0
|
|
Actually, whils I am re-coding things, is there any reason why you didn't do DELAY like this? : DELAY ( 100msec timer -- ) 0 OVER TIMER_SET SWAP ( timer ticks ) BEGIN OVER TIMER_GET OVER > ( timer ticks time>ticks ) UNTIL 2DROP ; I have produced an (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: Useful constants
|
|
(...) That is what I intended them for, I just thought that if I put them up here it would save some typing for someone else. I intend my IDE to detect if they are already in the RCX when it starts up, and download them if necessary. The IDE (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | Re: legOS Network Protocol
|
|
This would almost have to be a UDP like protocol just because the RCX has such limited resources and the complexity of adding transmision control to the protocol would be nasty. I really hate news groups, I like having messages sent to me directly. (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.legos)
|
|
 | | Rotation sensor help
|
|
I need some help with legOS and rotation sensors. I compiled and downloaded the demo/rotation-sensor.c program. The behaviour I get on my RCX is not what I expected. When I turn the sensor clockwise, the LCD toggles between 0 and -1, while (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.legos)
|
|
 | | RE: Ir transmission
|
|
(...) Alas, I only used the firmware timers available as core RCX firmware calls. I can look through Kekoa's disassembly to see if there are higher resolution timers available ( I think the motor timers might be useful ) In general, NQC hooks in (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | RE: Useful constants
|
|
(...) <snipped constant descriptions> John, These constants are indeed useful, but would make the resulting srec file pretty big. I have tried to make a TCL script to allow a sort of macro substitution. You can always load the constants after the (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.pbforth)
|
|
 | | RE: SENSOR_READ doesn't return 0
|
|
(...) John, Thanks a lot for this catch. Sounds a lot like the email I exchanged with Kekoa regarding power down mode and external stacks, but that's another story... Cheers, Ralph Hempel - P.Eng ---...--- Check out pbFORTH for LEGO Mindstorms at: (...) (27 years ago, 15-Apr-99, to lugnet.robotics.rcx.pbforth)
|