Help with using Davinci 3d printer eeprom chip with a Nodemcu-CH340 V3 ESP8266 ESP-12E

I have a "Nodemcu-CH340 V3 ESP8266 ESP-12E" board I picked up because it was cheap and had wifi and I also have a bunch of EEPROM boards from my Davinci 1.0a 3d printer's filaments.

I want to be able to use these EEPROM chips to store same basic variables so they persist if the board loses power but I am having trouble figuring out how to use them with this board. The main chip on the board is a "11LC010 1K EEPROM" and the other side of the board has 3 pads those being VCC, SCIO, and GND, so it is controlled via a single pin.

There is a popular EEPROM resetter sketch for this EEPROM for the arduino but it uses UNI/O which isn't compatible with the Nodemcu board I have.

I have had no luck finding any info about any other ways to read and write this eeprom chip and am hoping someone on here would know if it is possible using I2C or some library or if i'll just have to buy different I2C compatible eeprom boards.

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.