This contains reverse-engineered EV3 color sensor firmware source code. See ev3color
for details.
This contains Sigrok/Pulseview recordings of the EV3 sensor communication.
See ev3sensors
for details.
Ev3dev already has a new assembler, see lmsasm.
This is just a templated RBF file (see template.lms)
Some sort of viewer might be useful. TODO
Done.
/rgf
- Go library for loading and saving RGF images./lmsbmp
- Go utility built around thergf
library. See the/lmsbmp/lmsbmp.md
manpage for details.
You can also use ImageMagick to achieve the same thing. To convert as with --bt601=true
, use the following command line:
convert source.png -crop WxH+X+Y -grayscale rec601luma -dither FloydSteinberg -remap pattern:gray50 destination.rgf
To convert the image like with --bt601=false
, use the following command line:
convert source.png -crop WxH+X+Y -dither FloydSteinberg -remap pattern:gray50 destination.rgf
Done.
This is the same format as the NXT RSO. FFmpeg already contains a muxer; SoX with RSO/RSF support can be found here.
One strange thing is that ADPCM playback on EV3 sounds really loud and distorted.
TODO (see cnvlog.c)
This is just a tarball (see c_memory.c)
tar -czf archive.raf <files> # create
tar -xzf archive.raf # extract
This is a simple text file.
This is also a text file.
Typedata parser might be useful. TODO (see c_input.c)
LEGO® is a trademark of the LEGO Group of companies which does not sponsor, authorize or endorse this software.