Releases: 16n-faderbank/16next_firmware
16next v3.0.3
Changelog
- I2C data is now 14-bit range (0-16383) rather than 12-bit (0-4095).
16n transmitted 14-bit values over I2C because it was sending the raw value from a 14-bit ADC (which, to be fair, was not the best idea).
16nx was previously transmitting 12-bit values over I2C, which, whilst reasonable, would make it incompatible with (eg) Teletype scripts expecting 14-bit numbers.
I2C output data is now bitshifted by 2 (<<2
) to make it 14-bit, ensuring backwards compatibility.
16next v3.0.2
Changelog
- new VID/PID codes courtesy of pid.codes.
Functionally identical to 3.0.1, not a mandatory upgrade, but we'll build on this going forward.
16next v3.0.1
Changelog
- add increased time for crystal oscillator startup, fixing issue where boards wouldn't necessarily start correctly.
Even if you didn't have this issue, this is a recommended upgrade for all boards.
16next v3.0.0
First preview release of 16next firmware.
This appears as 3.0.0
in the editor and everywhere, simply because it's the next MAJOR release after the 16n firmware itself, which was at 2.x.x.