Not enough pins
darkwing
Posts: 3
were usng a motor microcontroller Bistep2A to control two motors via TTL slew inputs from 5 qti sensors on the Basic stamp controller. along with a LM35 temperature sensor and a 2 by 16 LCD(purchased here) problem is after connecting all the slews to the pins on the BOE we ran out of sace for our sensors,LCD,etc. anyone know how can i get around this?
Comments
I'll take a stab at answering your question. From looking at the ADC0804 datasheet, I think the chip requires 12 pins. 4 control pins and 8 data pins. I'd be very surprised if there are any BS2 examples of using this chip (I'm frequently surprised though).
I believe the ADC0804 uses the 8-bit data bus in order to transmit the data from high speed ADC (I think it converts at around 1MHz). I'm pretty sure the BS2 couldn't come near to this speed in aquiring the data.
The MCP3208 Mike suggested is a much better fit with a BS2.