MCP3301 ADC(single channel, 13 bit); no obex object.
Clock Loop
Posts: 2,069
I downloaded and tried the 3201 object, but something is wrong and I am not sure what.
I don't have experience with comms to an ADC so i figured I would ask here if anyone has already done this chip.
I also don't yet have a scope that can help me in that task.
Anyone have a 3301 working with the prop?
I don't have experience with comms to an ADC so i figured I would ask here if anyone has already done this chip.
I also don't yet have a scope that can help me in that task.
Anyone have a 3301 working with the prop?
Comments
I was dong audio stuff with it at about 19.5k so there are a stack of waitcnt in there to slow the sampling down. You don't have to run it that slow.
Ignore the rest of the code, it's doing all sorts of stupid things.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Life may be "too short", but it's the longest thing we ever do.
If you could dumb it down, add comment lines, it would be a great help for me.
Yeah, I'll try and clean it up and re-post it tomorrow for you. The code is dirty and ugly as I was trying all sorts of hacky stuff to get a clean audio signal.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Life may be "too short", but it's the longest thing we ever do.
Heres what i have so far, many redundant lines right now, till i change them into what they really are.