Jump to content

Recommended Posts

Posted

hello i'm new to programming...

is there some code examples that do in mios something similar to what the Edrum does?

i intend to use fsr instead of piezos, but i think that the software side is the same...

Posted

FSR's are usually used in a resistor-divider network to determine pressure on the sensor. this is a static reading that will last as long as the pressure does.

Piezo sensors actually generate a voltage pulse when struck. This is a short pulse that must be read very quickly, or "stretched" with a conditioning circuit. This makes multiplexing more of a challenge.

That should give you enough search terms to get started.

Have Fun,

LyleHaze

Posted

FSR's are usually used in a resistor-divider network to determine pressure on the sensor. this is a static reading that will last as long as the pressure does.

Piezo sensors actually generate a voltage pulse when struck. This is a short pulse that must be read very quickly, or "stretched" with a conditioning circuit. This makes multiplexing more of a challenge.

you're right... but i intend to realize percussive pads...

i think that when you tap on the fsr sensors you get a short pulse to read, that is pretty similar to piezo pulses...

that's why i asked if someone wrote some code that i ould use as base...

i would like to have 16 pads but i also know that multiplexing adds latency. what is the best hardware configuration to read 16 ain with the highest rate?

i think i'll start from the c-examples

i'm sure i'll need help though

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...