Needing a simple microcontroller to program ADC0831

AI Thread Summary
A user is developing a LED tomography system and needs a microcontroller to interface with the ADC0831 for signal processing. The ADC0831 is an 8-bit serial ADC, which limits the resolution to 256 levels. A suggestion was made to use the Picaxe 8M2 microcontroller, which offers a 10-bit ADC for 1024 levels and is compact, requiring only 5 volts. The Picaxe 8M2 is programmed using a simple command and comes with free software, making it a cost-effective solution for the project. This microcontroller appears to be well-suited for the user's needs.
satchmo05
Messages
108
Reaction score
0
Hi all,

I am building a LED tomography system (think of it as a simple transmitter and receiver). I would like to do signal processing on the received data, so I am needing to convert my analog, received signal to a digital signal.

The ADC I have chosen is the ADC0831 (DIP package). The schematic for this part is here: http://www.futurlec.com/ADConv/ADC0831.gif. I need a microcontroller that I can program to provide the high and low signals needed to use this ADC.

Does anyone have any experience in doing this? I have seen the Basic Stamp used in this, but I would like to keep the sizing of the microcontroller to a minimum (if possible). Thanks!

- Satchmo05
 
Engineering news on Phys.org
The ADC0831 is an 8 bit ADC and it is serial, which means you only get 256 levels and you have to do a lot of bit-bashing to get a result.

I would suggest you get a Picaxe 8M2.
This uses a language similar to the Basic Stamp, it does 10 bit ADC so you get 1024 levels of ADC, and it is a small 8 pin chip which just needs 5 volts to operate.
And it actually has 3 ADC inputs.

You need to make up a simple 3 wire programming cable but you can salvage the wire from an old serial mouse.

The programming software is free and the chip costs about $3
www.picaxe.com

The actual command for reading the ADC input is
readadc10 c.4, W4
where c.4 describes pin 3 of the chip, and W4 is the variable you put the value into.

Then you can use W4 in calculations as you like.
 
Thanks vk6kro,

The part seems like a great find for my application. Cheers,

- Satchmo05
 
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...

Similar threads

Back
Top