| | Re: HELP! NXT brick flash now read-only!!
|
|
(...) Nathan, What software did you use to load V1.04? It sounds like there is something in there that set the firmware to read-only after it loaded it. Can you find any settings like that in that software? Steve (18 years ago, 4-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
|
|
| | HELP! NXT brick flash now read-only!!
|
|
All, Up until this point, I kept hearing that it was pretty much next to impossible to "brick" a brick. However, I think I've managed to be the first person to prove that it *can* be done (not that I'm proud of this fact :-( ). A few weeks back, I (...) (18 years ago, 4-Feb-07, to lugnet.robotics, lugnet.robotics.nxt)
|
|
| | NXT controlled Red Quad
|
|
(URL) NXT controlled Red Quad> - completed 2-3-07 (URL) controlled Red Quad>> Motorized tail - neck and head (3 URLs) Ultrasonic - Touch and Sound Sensors (URL) Sensor>> (URL) Sensor>> (URL) Sensor>> Custom eye lights courtesy HiTechnic - 68.8 x 36 (...) (18 years ago, 4-Feb-07, to lugnet.announce.moc, lugnet.robotics.nxt, lugnet.technic, lugnet.build.mecha, FTX) !!
|
|
| | 4Bit Digital Controller with LEGO NXT Visual Display
|
|
Hi LEGO NXT enthusiasts, I've just posted a Reference Design on my blog (URL) showing how to build a Digital Controller with a twist. I'm using the LEGO NXT as a visual indicator. It's a remix based on providing output status for digital circuits. (...) (18 years ago, 2-Feb-07, to lugnet.robotics.nxt)
|
|
| | NXC Documentation & Samples
|
|
A Not eXactly Complete (NXC) version of the NXC Guide is now available on a new NXC Docs page. It is based on the original NQC Guide written by Dave Baum and John Hansen. (URL) portions of the document describe compiler features which have not yet (...) (18 years ago, 31-Jan-07, to lugnet.robotics, lugnet.robotics.nxt)
|
|
| | Re: Spawning threads in NBC
|
|
(...) Just to clarify, NXT-G doesn't have a thread scheduler. NXT-G is a just a graphical programming language, not a firmware or a virtual machine. The standard NXT firwmare implements a virtual machine which has a thread scheduler. The name of the (...) (18 years ago, 31-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: Spawning threads in NBC
|
|
(...) I'm sure someone with some firmware knowledge will have a better answer for this, but my belief is that there are no smarts in the firmware for swapping threads during a wait - i.e. I bet it uses a full timeslice. I have done some BT logging (...) (18 years ago, 31-Jan-07, to lugnet.robotics.nxt)
|
|
| | RE: Spawning threads in NBC
|
|
I don't know how the NXT-G thread/task scheduler works. Just wondering if anyone has any idea on the impact on execution performance when multiple threads are running? And how often threads are scheduled? For example, if you have a "main" thread (...) (18 years ago, 31-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: Spawning threads in NBC
|
|
(...) I stop a thread the manual way: #define STOP_OTHER_THREAD() \ set bOtherThreadEnable, FALSE dseg segment bOtherThreadEnable byte TRUE ends thread main start OtherThread // John's great invention //... STOP_OTHER_THREAD() // ... endt thread (...) (18 years ago, 30-Jan-07, to lugnet.robotics.nxt)
|
|
| | Re: Spawning threads in NBC
|
|
(...) I'm trying to leave you alone John, but I haven't been too successful :). (18 years ago, 30-Jan-07, to lugnet.robotics.nxt)
|