Continue to Site

Welcome to our site!

Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

  • Welcome to our site! Electro Tech is an online community (with over 170,000 members) who enjoy talking about and building electronic circuits, projects and gadgets. To participate you need to register. Registration is free. Click here to register now.

Choosing of MCU

Status
Not open for further replies.

chenjk09

New Member
Hi,

How to choose the correct MCU?

My ECG signal, bandwidth is 0.05Hz to 100Hz

Base on nyquist theorem,
Sample rate > 2 * highest frequency of the signal
Sample rate = 100Hz * 2 = 200Hz

I choose PIC16F887 because it has

A/D Converter:
- 10-bit resolution and 11/14 channels

Base on my understanding 2^10 = 1024
And it also have Program memory, Data SRAM , Data EEPROM
Is my understanding of this particular MCU right?

How you choose the correct MCU and specification to take note?

Is PIC16F887 matched?

Attached file is the Data sheet of PIC16F887

Hope you guys can advice me
Thanks
 

Attachments

  • PIC16F887.pdf
    4.8 MB · Views: 141
Do you guys have any recommendation?
If choosing of MCU what to take note?

One you can write code for? :D

Number of pins you require, speed you require, what facilities you need.

Really you need to work out what your project needs, and choose one to suit.

Often, for hobby use, you tend to use too large a device - such as a 40 pin one with most of the pins not used.
 
10-bit resolution and 11/14 channels
2^10 = 1024
1024 mean the step of the output?
 
Last edited:
Status
Not open for further replies.

New Articles From Microcontroller Tips

Back
Top