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...
-
Thanks again to students for reporting bugs. There is an issues with gyro giving weird readings in certain ranges. To fix this: in btcomm...
-
If your EV3 freezes, you can reboot it by pressing the combination of left, center and back buttons.
No comments:
Post a Comment