Difference between revisions of "EffectPedal"
m (msp430 is back in the game! \o/) |
|||
Line 6: | Line 6: | ||
|ProjectParticipants=User:Dreamer, | |ProjectParticipants=User:Dreamer, | ||
}} | }} | ||
− | The idea is to use the Pandora and it's I/O on the Ext-Connector in combination with an | + | The idea is to use the Pandora and it's I/O on the Ext-Connector in combination with an MSP430 LCD-display to make a 'stompbox' effects-pedal using hardware inputs and software processing. |
== Hardware == | == Hardware == | ||
* Pandora portable computer | * Pandora portable computer | ||
− | * | + | * MSP430 Launchpad for prototyping (communicating over UART) |
− | |||
* ext-connector and breakout-board | * ext-connector and breakout-board | ||
Line 18: | Line 17: | ||
* Puredata | * Puredata | ||
− | * | + | * Possibly a Pd-external to talk to the GPIO-pins (UART/serial should work 'out of the box') |
− | * | + | * MSP430-embedded code |
== Ideas == | == Ideas == | ||
Line 25: | Line 24: | ||
* Use Pandora touchscreen for direct control -> Kaospad-ish effects | * Use Pandora touchscreen for direct control -> Kaospad-ish effects | ||
* Do video-processing as well (GEM, pdp) over the video-out for live visuals (GEM may not (yet) work on OpenGL ES2) | * Do video-processing as well (GEM, pdp) over the video-out for live visuals (GEM may not (yet) work on OpenGL ES2) | ||
− | |||
* Next project -> replace Pandora with RasPi, which to embed inside the stompbox | * Next project -> replace Pandora with RasPi, which to embed inside the stompbox | ||
+ | |||
+ | [[Category:MSP430]] |
Revision as of 22:09, 28 November 2012
Projects | |
---|---|
Participants | |
Skills | Soldering, Coding, UI design |
Status | Getting parts |
Niche | Electronics |
Purpose | Fun |
The idea is to use the Pandora and it's I/O on the Ext-Connector in combination with an MSP430 LCD-display to make a 'stompbox' effects-pedal using hardware inputs and software processing.
Hardware
- Pandora portable computer
- MSP430 Launchpad for prototyping (communicating over UART)
- ext-connector and breakout-board
Software
- Puredata
- Possibly a Pd-external to talk to the GPIO-pins (UART/serial should work 'out of the box')
- MSP430-embedded code
Ideas
- Use Pandora touchscreen for direct control -> Kaospad-ish effects
- Do video-processing as well (GEM, pdp) over the video-out for live visuals (GEM may not (yet) work on OpenGL ES2)
- Next project -> replace Pandora with RasPi, which to embed inside the stompbox