You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'd like to be able to control params in a gen~ patch loaded onto the Daisy Seed from a secondary microcontroller (ESP32) over either UART Serial, I2C, or SPI. Would it be possible to modify the same process of setting custom pins for external control through pots and buttons in order to receive data coming from these busses instead?
The text was updated successfully, but these errors were encountered:
tmarasco125
changed the title
Enable gen~ parameter control from SPI/I2C pins on Daisy Seed
Enable gen~ parameter control from UART/SPI/I2C pins on Daisy Seed
Apr 25, 2021
Unfortunately there isn't a general I2C example in DaisyExamples to crib code from yet, but the Daisy Field and Daisy Petal appear to use i2c to address its LEDs via class LedDriverPca9685, so looking at the daisy_field.cpp etc. might also provide some ideas.
Hi there!
I'd like to be able to control params in a gen~ patch loaded onto the Daisy Seed from a secondary microcontroller (ESP32) over either UART Serial, I2C, or SPI. Would it be possible to modify the same process of setting custom pins for external control through pots and buttons in order to receive data coming from these busses instead?
The text was updated successfully, but these errors were encountered: