Question about Data Saving,

Thread Starter

Boshehab

Joined Nov 26, 2008
3
Hi,

Is there any way to use store data from a temperature sensor into the flash or rom of the atmega microcontrollers?

Is it possible to interface a memory card (micro SD) with the same microcontrollers in order to data on?

Thanks
 

beenthere

Joined Apr 20, 2004
15,819
You need to select a device, get the data sheet for it, and analyze the interface signals to see if they are compatible with your AVR uC. A memory card may work with little problem. It also might be easier to use a serial memory device.

Much depends on the particular AVR uC you have, what interface protocols it has built in, and how many I/O pins are available for signaling to the memory device.
 
Top