Maximum amount of A/D pins

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
Fracasmac
 
Posts: 1
Joined: Fri Sep 18, 2009 8:25 am

Maximum amount of A/D pins

Post by Fracasmac »

Hi,

I did an art project some time ago that used standard security pressure mats to feed analog on/offs to a PIC16 chip, where some C code converted these to MIDI on messages. This project used 12 pressure mats and I now wish to expand this project to have somewhere nearer 100 mats. The fewer boards and midi channels required the better.

I bought one of those iCubeX kits since they have over 30 inputs but the price of their custom sensors is too high. (I have tried hacking but the pressure mats I am using send out a constant ramping signal when idle that I don't know how to control...)

Can anyone recommend another solution? I contacted Microchip and they tell me that the dsPIC33FJ256GP has up to 32 analog inputs, but I have no experience with this chip.

How many analog ins does the MidiSense have?

Any thoughts or suggestions are much appreciated.
Thank you,

mtbf0
 
Posts: 1645
Joined: Sat Nov 10, 2007 12:59 am

Re: Maximum amount of A/D pins

Post by mtbf0 »

Fracasmac wrote: How many analog ins does the MidiSense have?
6.

there are adc chips available like the mcp3208 that communicate using the spi interface. you could hang a passle of them off of an arduino. there are articles in the playground about using them.

there are other adc chips and analog multiplexors you could use.

User avatar
zener
 
Posts: 4567
Joined: Sat Feb 21, 2009 2:38 am

Re: Maximum amount of A/D pins

Post by zener »

[/quote]analog multiplexors[/quote]

Locked
Please be positive and constructive with your questions and comments.

Return to “Microcontrollers”