| | Re: RCX simulator ?
|
|
Look at (URL) has a simulator for the RCX. It's in beta but I saw that there is all of the sources on his page. Hope this helps ... Ralf (...) (22 years ago, 13-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | RCX simulator ?
|
|
hello All, I was wondering if there exists a RCX-simulator for M$-Windows ? best regards, Stef Mientki (22 years ago, 12-Sep-02, to lugnet.robotics, lugnet.robotics.rcx, lugnet.robotics.rcx.nqc)
|
|
| | Re: Continous operation
|
|
(...) Hi Remko, So what has your RCX been doing all this time?? Just curious, ;-) Roger (22 years ago, 10-Sep-02, to lugnet.robotics.rcx)
|
|
| | Re: Continous operation
|
|
(...) Not only that: it also allows for a lot of freedom in creating your own sensors and devices! I love that Mindstorms stuff! Remko "Gosh, I gotta get a life!" ;) (22 years ago, 9-Sep-02, to lugnet.robotics.rcx)
|
|
| | The Grande Robotic Experiment Continues...
|
|
The webcam'bot has (mostly) been up for a few weeks straight now. (URL) people have logged in and tried it, and have e-mailed me a few suggestions--most of which I have implemented. The biggest improvement is the grabbing mechanism--now it's pretty (...) (22 years ago, 9-Sep-02, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.vc)
|
|
| | Re: Continous operation
|
|
(...) SNIP (...) Thanks for the help. Sounds like the RCX works great for long periods of time. Andreas (22 years ago, 9-Sep-02, to lugnet.robotics.rcx)
|
|
| | Re: Continous operation
|
|
(...) Use software to set the "power off timer" to 0 minutes. (...) No problem: mine has been running continuously (on a 9V, 1A powersupply) for 8 months now. It gets a little warm, but nothing serious. (...) See above... Greetz, Remko (22 years ago, 6-Sep-02, to lugnet.robotics.rcx)
|
|
| | Re: Continous operation
|
|
Hi! I'd also like the RCX brick can operate continuously, but it'd automatically power-off after certain period of time, how to overcome this default setting for the RCX brick and make the RCX brick operate continuously until I switch it off (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx)
|
|
| | Did anyone see Spybotics on Tech TV
|
|
Did anyone see this episode reviewing Spybots on TechTV? (URL) I missed it. Was the review good or bad? Cheers, Ralph (22 years ago, 6-Sep-02, to lugnet.robotics.rcx, lugnet.robotics.spybotics)
|
|
| | Continous operation
|
|
I'd like to use an RCX in an application that would require continous operation. Would the unit overheat after some time? Alternatively, I could turn the power off every night for about 10 hours, but it would then need to automatically power-up and (...) (22 years ago, 6-Sep-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
Hi (...) i thought of that... but it seemed too easy... (...) here's what I wrote, and so far it seems to work proprly (tell me if I'm wrong): #include <timer.h> #include <null.h> #include <irq.h> static char _timer_data[64]; #define save_reg() (...) (22 years ago, 30-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
(...) You can do this in C. ((void(*)(void))0x36ab)(); (void(*)(void)) is a cast to make 0x36ab a pointer to a void function with no parameters. You then take that and use it as a function. You still have to be careful about register usage and use (...) (22 years ago, 29-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
hi, I have another question about interrupt handlers. I would like to know how (if it is possible) I could call the ROM OCIA handler. The reason is that I would like to execute a small task periodicaly but if I simply redirect the OCIA handler (...) (22 years ago, 29-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: Use RCX motor output to switch devices
|
|
Hi all! The quest continues: I have now (with the help of the posters at circuitsonline.net) designed a circuit that should do the trick (clicking the link below should reveal a schematic representation of the circuitry). "(URL) Although I wonder if (...) (22 years ago, 29-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
(...) The ROM already supports a buffer size of 1 if that is enough for you. The ROM receives a message asynchronously into that buffer, and you can check it whenever you like and respond accordingly. The code I linked to should help you with buffer (...) (22 years ago, 28-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
Hello, First, thanx for your answer, I'll be looking at the code and link you mentioned, today, it may very well answer the question I have... (...) everyone, (...) (URL) (...) programs for RCX, and up till now it works (...) like to set my own (...) (22 years ago, 28-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: librcx & interrupt handler
|
|
(...) How much info do you want about all this? Specific questions are good if this does not get at what you are wondering about. The interrupt vectors at the end of rom.h are the ones to play with. The true interrupt vectors are in ROM, as are a (...) (22 years ago, 27-Aug-02, to lugnet.robotics.rcx)
|
|
| | Vision Command, RCX, and the internet...
|
|
There have probably been a few of these 'bots in the past--I remember a few anyway... But have a boo at my latest creation-- (URL) isn't perfect yet... Remember that someone may be using the 'bot at the same time you are trying to use the 'bot, (...) (22 years ago, 27-Aug-02, to lugnet.org.ca.rtltoronto, lugnet.robotics.rcx, lugnet.robotics.vc)
|
|
| | librcx & interrupt handler
|
|
Hi everyone, I am trying to use librcx (URL) to write light (in code size) programs for RCX, and up till now it works fine, but i'd like to begin using interrupts. I'd like to set my own handler for the interrupts. For example, an interrupt handler (...) (22 years ago, 26-Aug-02, to lugnet.robotics.rcx)
|
|
| | Re: Release of Linux Driver for Lego USB IR Tower & an NQC Build for it.
|
|
I've emailed the gentleman from Barsoom.demon regarding coordination; no word back yet. I am trying to coordinate efforts into one driver rather than having several out there. "Paul Andrews" <paandrew@cisco.com> wrote in message (...) (22 years ago, 21-Aug-02, to lugnet.robotics.rcx.nqc, lugnet.robotics.rcx)
|