Can this ATMega328-PU ATMEL microchip be used instead of MCP3008

microchipmicrocontroller

I wanted to follow this tutorial as a first project.

I've got all the parts I need, but I could not purchase the chip that was linked in the article.

So I found another chip that sound similar (To a complete beginner) .

My question is, will I be able to use the chip I brought, in place of the one suggested in the article or am I trying something thats impossible?

Best Answer

Yes you can, but your tutorial breaks down because you are not following it.

The ATMEGA is actually a microcontroller. It requires more attention to setup the hardware as well it requires programming. If you are a complete bigger and want to follow the tutorial, then this might not be the approach you want to take. That's not to say you can't do it, it's just slightly more complicated to get working.

The MCP3008 is an external 10bit ADC. It is not as complicated to get working than a microcontroller.

If you can find a 10bit external ADC, you should be able to follow your tutorial pretty well.