-
For production units.
What is the simplest way to test all the peripherals. The list:
- Input jacks
- Output jacks
- USB port
- I2C port
Does this require a custom firmware to be uploaded fi…
-
minor rework of https://github.com/monome/crow/issues/30
`_version()` should print just the software version (which can be stored as a var/string wherever, doesn't matter)
`_identify()` should r…
-
given we're sending clear text there's no way to check integrity ie via CRC.
on norns sending a stream of
```
output[1].volts=1.234023
```
(where number is different) at a relatively slow t…
-
I arbitrarily chose the i2c addresses as 0x78 through 0x7B.
Couldn't find an exhaustive list of the occupied addresses (though i do remember seeing one). Thinking the choice of i2c address could doub…
-
this is a side issue, but when USB isn't connected there is an endless stream of
```
CDC_tx failed 2
```
printed via UART which certainly will bog standalone mode.
perhaps there's a differe…
-
Requires the user to call a global function activating midi mode. this could / should deactivate the ADC on channel one, and definitley deactivate any callback set for that channel.
Might be able to …
-
Fails at line 28ish in the eval() function.
Something to do with splitting on a string that is missing a `\r` or perhaps needing to special condition on a 'not found' case of string.find?