Dumping Lego NXT firmware off of an existing brick (2025)
11–18 of 18 posts
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#12Re: Dumping Lego NXT firmware off of an existing brick (2025)
#13Oh man, I had both the NXT and the original Mindstorms Lego robotics kit as a kid, brings back so many memories. I mostly made robots that tried to chase the cat around while trying to avoid falling down the stairs (half the time unsuccessfully). I even tried at one point using Java to develop programs for them, as there was a small community of people doing so online, and even some books at the local library. Readin…
[flagged]
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#14Anyone reverse engineered the Smart bricks yet?
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#15Does anyone know the font & colorscheme being used in the code snippets?
No idea about the color scheme but it's nice.
Unrelated to any of this, this font reminds of an old Turbo Pascal program I wrote years ago (decades now) to extract a VGA font from the computer's ROM and use the character bitmaps in my own graphics programs. Nice memory I would not have had if not for your question, so thank you!
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#16Anyone reverse engineered the Smart bricks yet?
But the interesting part will be in scanning multiple tiles/minifigures (they have NFC iso15693 tags inside which are easily read) to come up with how they encode the sounds inside - they have about 100-ish bytes of data stored on them.
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#17Oh man, I had both the NXT and the original Mindstorms Lego robotics kit as a kid, brings back so many memories. I mostly made robots that tried to chase the cat around while trying to avoid falling down the stairs (half the time unsuccessfully). I even tried at one point using Java to develop programs for them, as there was a small community of people doing so online, and even some books at the local library. Readin…
Re: Dumping Lego NXT firmware off of an existing brick (2025)
#18Anyone reverse engineered the Smart bricks yet?
The brick itself? Probably not gonna happen anytime fast, cause that's a custom chip in there and it doesn't have easy connections to the outside world. But the interesting part will be in scanning multiple tiles/minifigures (they have NFC iso15693 tags inside which are easily read) to come up with how they encode the sounds inside - they have about 100-ish bytes of data stored on them.