RITAccess / JBrick

An accessible Lego Mindstorms NXT programming environment for students and hobbyists.
3 stars 0 forks source link

EV3 support #4

Open f4ngy opened 10 years ago

f4ngy commented 10 years ago

We want to add support for EV3 (the latest lego mindstorms kit). We use the NXC compiler in JBrick, so we will need to have a version of it that is compatible with EV3

f4ngy commented 10 years ago

http://bricxcc.sourceforge.net/ bricxcc seems to be working on EV3 support but it appears to have not been updated in a while?

Their current version download link is also not working. I sent an e-mail but haven't heard back.

JRJurman commented 10 years ago

I was able to get a download from here: http://bricxcc.sourceforge.net/test_releases/

Rek3650 commented 10 years ago

I think I just found the source code for the EV3 Software. Blog post : here Github: here It looks like its for a Linux EV3 Program but it might still be useful.

Rek3650 commented 10 years ago

EV3 documentation: http://python-ev3.org/index.html Byte codes for connecting to a EV3 through USB is in here starting on 115. Actual byte codes for commands can be found here.