 | | Re: anyone know how to check free space on RCX?
|
|
(...) My sources (gcc-3.0) say: #define INT_TYPE_SIZE (TARGET_INT32 ? 32 : 16) A short experiment revealed that sizeof(short)=sizeof(int)=2, sizeof(long)=4. So int is normally 16bit. Only with the switch "-mint32" I get 32 bit ints. This is with a (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
(...) I would think about buying a complete set - all parts included - more than a partial set/kit. I'm not sure how many parts are in a single MIBO to est. costs though. -mark (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | RE: Gutting an optical mouse - Part I
|
|
(...) I agree with you in theory. Unfortunately, I don't have resources in optics and know very little about them (basic physics class stuff). The failure of my test may simply be related to illumination. How sensitive is the chip to reflected (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
The consturction of Mibo also calls for other parts in quantities that are not as common like two (2) 6585 technic gear housings. What might be useful would be to offer all the parts that Mibo requires that are not in 2 mindstorms sets. Otherwise it (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | RE: A Lego robot that plays the ukelele
|
|
Anyone know if there's a movie of this in action? Liz Teacher/Coach CyberStorm Robotics Class and FLL Team Sports for the Mind for Lubbock Homeschoolers (URL) Message----- From: news-gateway@lugnet.com [mailto:news-gateway...net.com]On Behalf Of (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Question, opinion, help - Claw Hands
|
|
Folks, I'm in a bit of a quandry. Traditionally I don't like "Claw Hands" meaning the kind you see on a Submersable Sub or better know as Pinchers or Grabers. My problem: I'm making a Mid-Sized Technic Fig Scale Robotic Mecha. (4ft.tall biped) I (...) (23 years ago, 12-Jul-02, to lugnet.build.mecha, lugnet.robotics)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
(...) According to config/h8300/h8300.h in the gcc sources, int is 32bit for the h8 cross compiler. I believe the reason mm_free_mem() returns an int is because the memory manager stores the size of each free block as size_t, which is defined in (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
(...) Good point, I didn't think about that. You'd probably at least have a complete RIS. Would 1 RCX and 3 mini-motors make more sense? -Rob. (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Bricxcc
|
|
Does anyone know what's up with; (URL) need the latest download, and I can't even get into the site. If anyone has the latest download, please email me privately. Thanks, JB (23 years ago, 12-Jul-02, to lugnet.robotics.rcx)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
Most folks who want to build MIBO probably already have at least one RCX. Personally, I have two... I might buy a kit without the RCXs. Issac. ----- Original Message ----- From: "Rob Doucette" <lego@nospam.doucettenet.com> To: (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | MIBO Kits, Any interest?
|
|
I'm thinking of putting together a MIBO starter kit which would include: 5 rotation sensors 7 turntables 1 micromotor 1 chain link pack (108 pieces) 1 copy of Jin Sato's book (includes complete MIBO instructions and NQC code) 5 mini-motors 2 RCX (...) (23 years ago, 12-Jul-02, to lugnet.technic, lugnet.robotics)
|
|
 | | A Lego robot that plays the ukelele
|
|
A Lego robot that plays the ukelele (thanks to Slashdot for the link) (URL) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: LBrick.com is up and running
|
|
(...) I'm feeling free and I think it's a nice page with some interesting projects! I'll add your page to the "to be added on the links page"-list I keep for LoTek :) Best regards, /Tobbe (23 years ago, 11-Jul-02, to lugnet.general, lugnet.cad, lugnet.robotics.rcx, lugnet.technic)
|
|
 | | Gutting an optical mouse - Part I
|
|
Based on recent discussions of using a mouse as a positioning device and sheer curiousity in exploiting the potential of a PS/2 device in general, I bought one. I couldn't wait to void the warranty! The following is lengthy, just to warn you. Also, (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
(...) int is defined as the natural width of the processor, which on a 16-bit processor is 16 bits. longs are 64 bits on some machines as well, so you can't assume it is always 32 bits -- if your code cares, use sizeof. (...) 32-bit math on the H8 (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Help
|
|
Hi,does anyone know how to set vision command using java language? Now I am woking on a robotic soccer project. But I don't know how to locate the soccer using vision command. Does anyone can help me? Thanks. (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
That is very interesting Jason. It is interesting that mm_free_mem() returns a 16bit value using a 32bit return code. Both int and long are 32bit value on most computers/compilers these days; short would be a 16bit value; and char would be an 8bit (...) (23 years ago, 11-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | LabView Books
|
|
Is there a book or web site that discusses the LabView language for RoboLab? -- Wayne T. Watson (121.015 Deg. W, 39.262 Deg. N, 2,701 feet), Nevada City, CA "Hell is truth seen too late." -- John Locke Web Page: <home.earthlink.net/~mtnviews> (...) (23 years ago, 11-Jul-02, to lugnet.robotics)
|
|
 | | Re: anyone know how to check free space on RCX?
|
|
While the declaration for mm_free_mem is int mm_free_mem(void) The fact is that the RCX has only 32K of memory available. 32K in hex is 0x8000... there's never a need for more than 4 digits in hex. Looking at key_handler() in kernel/program.c (the (...) (23 years ago, 11-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: Ant pheromones
|
|
(...) Another trick to try... A lot of surfaces like electrical and duct tape are shiny - you get a MUCH better reading of the color/greyscale by mounting the light sensor on a slight angle to avoid direct reflection of the LED light. - Gareth (23 years ago, 11-Jul-02, to lugnet.robotics)
|