Post your best Lua script examples here

User avatar
By trackerj
#14437 As you might remember from a previous article about DS3231 RTC Module - http://www.esp8266-projects.com/2015/04/mailbag-arrival-ds3231-i2c-real-time.html, we have identified onboard an EEPROM chip, a 32k AT24C32 one. It is independent from the RTC circuit and conected on the I2C bus, a perfect companion for a Data Logger System :)

For more details about:http://www.esp8266-projects.com/2015/04/at24c32-i2c-external-eeprom-data-looger.html

DS3231_RTC closeup.jpg


User avatar
By trackerj
#14470
alon24 wrote:is there code not in lua for this, like for sming? or for esp8266-arduino
?


Maybe I don't understand properly the question, please refine. The I2C EEPROM Driver code is in LUA.