Hi, I'm experimenting with Trill Craft using Teensy 4.0/Arduino Nano and running into an issue
One of the pins is connected to a small copper plate (15x10cm) using a short jumper wire. For a while this has worked well, but today I'm only able to read the maximum value of Craft's resolution
For example:
The resolution is set to 11 bits and Craft is operating in RAW mode. Just the wire and the copper plate would result in a reading of around 1000 and touching would result in 2047. At the moment the wire and plate always read 2047, no matter which pin I'm using
Is it because the wire is not shielded and/or the plate is too big?
Trill Craft max value
ciprochondr it because the wire is not shielded and/or the plate is too big?
Most likely so, yes. Try increasing the prescaler to reduce the gain and increase tge usable range
The gain helped
I was unaware the prescaler is effective in RAW mode. Sorry and thank you