Project - Help with Microcontroller

Thread Starter

unrooting

Joined Sep 25, 2009
2
Currently I am looking to create a microcontroller and could use some input from others.

I am looking for a MCU that would have:
- min 8 ADCS
- lcd capacle
- ethernet capable (use as a modbus)
- 3 button user control

With ethernet either part of or a efficent way to add? Anyone got any suggestions as I begin this little project?

Thanks
 

BMorse

Joined Sep 26, 2009
2,675
Pic32MX family can support all that, I believe 15 ADC's, PMP interface for controlling devices such as LCD's, easily connected to Ethernet via Microchips ENC28J60ML standalone embedded Ethernet controller, and plenty of room for buttons and LED's.... and USB capable!

Actually I have used the Pic32 for all those plus SD Card interface with FAT32 file structure, which included a HTTP webserver. plenty of sample code to be found at Microchips site and www.MyPic32.com
 
Top