Bit Bang I2C 08M datalogger

valeman0

New Member
This is a continuation of a post here:Bit-Bang-I2C-on-08M
If you have some 08m and eeproms laying around and need a datalogger this can help. It reads in one ADC measurement and then stores it to a 24lc512 i2c eeprom, a low on a pin and it logs, a high and it dumps it over the prog ed terminal.

If you use it or helps you please let me know, I would greatly appreciate it. Thanks! Daniel

The code is attached. Also, for now it has to use a separate program to re-initialize the EEPROM (had to do this quick and dirty) but its all explained (hopefully) in the code comments
View attachment initialize.bas
View attachment datalogger.bas
 
Top