ajfisher
ajfisher
Update repo to make SimpleBot capable of using Interchange for firmware installation. Need to consider how different firmwares may work as well.
At the moment the assumption is that the servos run off 4xAA batteries (ish 6v) and that any arduino is tethered and as such it, plus any sensors run off...
For those that have used the SimpleBot - what would you like to see changed as a 2.5 version modification?
Add the ability to modify the firmware configuration of a backpack by initiating the set firmware details call without having to download and flash everything. Effectively the last step of...
Refactor the `Downloader` `Interchange Client` and `Interchange` modules to use classes instead of functions.
avrgirl supports the ability to directly write to the eeprom. As such explore the use of this for configuration in order to deal with issues such as https://github.com/ajfisher/node-pixel/issues/93 PoC to...
Provide the mechanism to point at: - git+https:/// - [email protected] - file:// As alternative methods for `interchange install ...` This will allow packages that aren't formally part of interchange to...
Add the ability to have a rectangular matrix of pixels and support this natively.
As these are starting to become more available and are largely the same as the WS2812, add direct support for these by being able to shift a little faster on...
Add functionality to the backpack firmware to allow interchange to configure the I2C address of the backpack. Needs consideration as to how much functionality from the interchange library needs to...