- This topic has 4 replies, 5 voices, and was last updated 6 years ago by .
Viewing 5 posts - 1 through 5 (of 5 total)
Viewing 5 posts - 1 through 5 (of 5 total)
- You must be logged in to reply to this topic.
|
i want to make a poratable gas leakage detector, which controller will be best to use for that.
You can try any microcontroller like AVR, Arduino or PIC
can try any small size controller for wearable electronics. you can go for some arduino compatible controller like lillypad for fast and easy prototyping
selecting microcontroller for any application depends upon so many criterias.
most common things to think of are
1) requirements of IO line
2) require built in memory for program code
3) required in built peripherals like ADC, SPI, IIC etc
you may choose MCS51 family controller or AVR or arduino
if you don't know how to programe controllers just go with arduino uno that will easy for you.