|
|
|
|
|
by neomantra
1483 days ago
|
|
Cypress PSocs [1] were super fun to use. Visually interconnecting PWM, ADC, DAC, OpAmp/comparator blocks and then accessing the "pins" in C code... It's like Arduino but you get to also compose the analog side. Back then it was an 24 MHz 8-bit controller, now it looks like they have some muscle in them. PSOCs are very useful for things that interface with the world -- for example, they were used in the iPod touch wheel ... I've used them to make: * hearing research devices (some filters in the analog side of the device) * wearable DJ system (MIDI, ADC/DAC for controls, some PWM, some analog synth, capacitive sensing) * smart sex toys (ADC/DAC/PWM, some filtering, capacitive sensing) [1] https://en.wikipedia.org/wiki/Cypress_PSoC |
|