Hello,
Is it possible to programm the Lego Mindstorm (NXT) with the Arduino IDE?
I find (google) it is the same chip as the Arduino Due.
Gr.
Johan
Hello,
Is it possible to programm the Lego Mindstorm (NXT) with the Arduino IDE?
I find (google) it is the same chip as the Arduino Due.
Gr.
Johan
Do you have access to the programming pins so you can install code?
I know you can program the NXT's with C directly with support for the various peripherals(the graduate level robotics class at university did this to save on making their own hardware). The problem with trying to use Arduino is that you'd need to load the boot-loader and the pin-outs might be inappropriate, and would probably require making your own libraries to do the NXT stuff like use the sensors. While I'm sure it is possible, I'm not sure it is practical, especially since the NXT's support C already.
Thanks.
It looks like not very handy to do this.
I put my question at a dutch arduino forum too, with the same result.
I've used BricxCC to program NXT in C.
But at our school we use arduino as well. So it should be nice if we had one interface to program both devices.
Gr.
Johan