micropython_eeprom icon indicating copy to clipboard operation
micropython_eeprom copied to clipboard

MicroPython device drivers for memory chips (EEPROM, FRAM, Flash, SPIRAM)

Results 5 micropython_eeprom issues
Sort by recently updated
recently updated
newest added

Hi, Newbie - treat with suspicion. I am using eeprom_i2c to write a JSON encoded config (similar to your example), and it seems to write only 32 bytes out of...

Hi Peter, I have a project that needs to record the number of motor rotations every 1 second to prevent data loss caused by power down. I want to use...

Hello Peter, we are developing a new ESP32-based board to monitor and identify disease-causing mosquitoes. On the board I have a Winbond W25Q128JV chip connected to the HSPI pins. I...

Hello I'm interested in your views on https://github.com/daniel-thompson/wasp-os/pull/7 . Note that the problem is exaggerated for PineTime because: 1. It is essentially a production device that is shipped without the...

Hi Peter, I am trying to use your driver for a university project, which will involve writing some data to a FLASH memory and then extracting it via the Pi...