Sunday, September 30, 2018
EV3 resources
LEGO documentation, including firmware, hardware and communication kits. Also the firmware source code can be downloaded from this link.
https://education.lego.com/en-us/support/mindstorms-ev3/developer-kits
- Firmware developer's kit has all the opcodes for sensors, motors, etc and is the most useful for API development and extension
A detailed description of the specs for various sensors.
http://ev3.fantastic.computer/doxygen/types.html
Blog by Christoph Gaukel
http://ev3directcommands.blogspot.com/2016/01/no-title-specified-page-table-border_94.html
- Invaluable source for understanding how to put together direct commands
LEGO's building instructions:
https://education.lego.com/en-us/support/mindstorms-ev3/building-instructions
- Good place to start for building and designing a robot
API's written in other languages:
python:
https://github.com/ChristophGaukel/ev3-python3
small basic:
https://github.com/c0pperdragon/EV3Basic
Subscribe to:
Post Comments (Atom)
-
Sound files in EV3 are stored in .rsf format. There is a command line utility wavrsocvt that allows you to convert wav to rso files (this...
-
Just a quick note, make sure the robot is perfectly still when the robot is booting to allow the gyro to calibrate properly. Also place the ...
-
This is just a note for those who want to work on their laptop/computer, but might not be able to compile the code on their own computer (fo...
No comments:
Post a Comment