unhappy
Member level 3
- Joined
- Jul 25, 2005
- Messages
- 55
- Helped
- 8
- Reputation
- 16
- Reaction score
- 8
- Trophy points
- 1,288
- Location
- NOIDA (NCR Delhi region),India
- Activity points
- 1,686
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
You are totally right, Susan ! Excuse if I'm a bit biased to the AVR chips!@kgavionics - what the OP is asking is perfectly possible with the chip he has specified and using C (the C compilers know the limitations of the chip and take those into account, sometimes by using a soft stack).
I certainly think that a PIC18F device would be more suitable or even one of the more modern PIC16 devices. While the Atmega (in fact you can list just about any other MCU you like) would also work, there is nothing really wrong with the OPs choice.
We really need to hear back from the OP to see what (s)he has tried, what has worked, what doesn't etc. before we can provide much more assistance.
Susan
Yes and no. You need to consider the entirety of your application. All you have mentioned so far is that you want to connect to a particular chip that uses a UART serial interface.Chip doesn't matter as long as it's not costly
Sorry friends For Responding late as I was busy in Family Medical problems. I will be using two pressure sensors and 4digit SSD LED display or 1602 LCD graphics Dis and Yeah I would Prefer PIC16F series PIC18F also is OK for meYes and no. You need to consider the entirety of your application. All you have mentioned so far is that you want to connect to a particular chip that uses a UART serial interface.
What else do you want to do? Display information on a LCD? Store data for months/years in a way that survives power failures? connects to something via WiFI, USB, Ethernet? Performs complex calculations?
Once you have considered al that the complete system has to do, then you an determine a suitable MCU with the required modules, memory etc..
Also this you need to consider what you consider 'costly'. For some, this might be a few cents, or dollars, or 10's of dollars etc. Also the cost of the MCU is often not the most costly part and scrimping a few cents on the MCU might end up costing more than you save.
Also if this is for a hobby, then you might be able to reuse the parts when you have finished. If this is for a commercial products, then cost might be an issue but so it reliability, perhaps 'in field' firmware upgrades, repairability etc..
Susan