The most exciting aspect of the LA104's firmware is how it transforms the device. The concept allows dynamic loading of ELF executables, giving the device remarkable flexibility. Community projects include:
| Feature | Stock Firmware | Alternative Firmware | |---------|---------------|---------------------| | Logic analyzer function | Yes, but with display bug | Yes (bug remains in screen display) | | Oscilloscope | No | Yes | | Signal generator | No | Yes | | WebUSB browser control | No | Yes | | Custom protocol definition | Limited | Full support | | MIDI interface | No | Yes | | WS2812 LED testing | No | Yes | | RF packet scanning (CC1101) | No | Yes | | Arbitrary PWM generation | No | Yes | | Cross-device compatibility | LA104 only | LA104, DS203, DS213 | | Open-source code | Partial (MCU code only) | Full (except FPGA) | la104 firmware work
The LA104 is designed to be easily updated via a USB connection, which makes the firmware flashing process straightforward. Preparation The most exciting aspect of the LA104's firmware