C program that enables M68HC11 to operate it as a DATA LOGGER

Thread Starter

sreeambition

Joined Oct 20, 2010
1
Hi...Every one,
I am new to this forum as well to this subject area so can any one help in this aspect so that I will be thankful to U.

I need a C program that enables the M68HC11 to work it as data logger ,for that I need to include some of the components like A/D converter,counter,real time clock and should able to take samples.

Thanks very much in advance .
 

beenthere

Joined Apr 20, 2004
15,819
Oddly enough, it is extremely difficult to provide any assistance without some comprehensive specifications on the hardware and so on.

In order to act as a data logger, it is only necessary that the μC take readings from the sensors periodically, convert them to standard units or values, and store them with a data stamp.

If you can read the sensors, the rest is pretty easy.
 
Top