 | | Re: Rechargeable batteries and the RCX
|
|
Thanks for asking this question. I've been meaning to do so myself. One of the books shows a modified RCX using a 9.6v RC battery pack. Another (or possibly the same one) talks about someone who increased the voltage of rechargables by using 5 AA, 1 (...) (23 years ago, 13-Jul-02, to lugnet.robotics)
|
|
 | | Re: How do I switch other devices with my RCX.
|
|
(...) Or can't this be done with just one switching device? Thanks in advance! Remko (23 years ago, 13-Jul-02, to lugnet.robotics)
|
|
 | | Re: detecting memory leaks
|
|
In case anyone attempts to use the mm_defrag() posted previously... you will need the following update to mm_try_join() //! check for free blocks after this one and join them if possible /* \param ptr pointer to size field of current block \return (...) (23 years ago, 13-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | Re: detecting memory leaks
|
|
Jason, Excellent points! I like where this is going. "Jason Clark" wrote <snip> (...) See below. (...) then (...) Yes, it uses mm_try_join() --- here it is: //! defragment free blocks /*! use mm_try_join on each free block of memory */ void (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|
|
 | | RE: Rechargeable batteries and the RCX -- Firmware error
|
|
Our class uses NiMH batteries. Haven't seen any problem... but we do have one problem off and on and I guess that could be related. On one RCX, we do get an error that the firmware needs to be downloaded quite often, and the battery level on the RCX (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: Rechargeable batteries and the RCX
|
|
(...) Definitely use NiMH's. NiCd's are a problem - they only generate 1.2 volts instead of the usual 1.5 of disposable batteries - and I've found that this *sometimes* causes problems with the RCX. I'm not sure exactly what the situations where it (...) (23 years ago, 13-Jul-02, to lugnet.robotics)
|
|
 | | Rechargeable batteries and the RCX
|
|
Does anyone have any comments about using rechargeable batteries in the RCX? Has anyone had any bad experiences with this? Can anyone recommend whether NiMH is better or worse than NiCd? Thanks. Laura (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | Re: MIBO Kits, Any interest?
|
|
(...) That would make more sense to me. I have a complete RIS and Jim Sato's book, so 'everything else' would probably be interesting. I think most potential buyers wouldn't balk at the idea of ending up with a few inexpensive pieces that duplicate (...) (23 years ago, 12-Jul-02, to lugnet.robotics)
|
|
 | | AFOL Meetup?
|
|
Dunno if any Lego fans out there have heard about this new 'MEETUP' internet service, I went to a meeting that they arranged a couple of weeks ago on a different subject and it was a great success. The idea is that their web site suggests a day and (...) (23 years ago, 13-Jul-02, to lugnet.robotics)
|
|
 | | Re: detecting memory leaks
|
|
(...) Please, post. (...) I'm guessing you defrag using mm_try_join()? malloc() uses this to defrag the beginning of the pool until it finds a big enough block (which can then be split again if its too big); Defragging during idle would save this (...) (23 years ago, 12-Jul-02, to lugnet.robotics.rcx.legos)
|