micropython_eeprom icon indicating copy to clipboard operation
micropython_eeprom copied to clipboard

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

Results 7 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...

有个问题,我利用您的项目驱动ESP-PSRAM64H来存储240*240大小的图片解码数据,大小是240*240*2,存了78张(大小超过了8MB)。但读写的时候出问题了,读出的图像发生了偏移(1~6张发生轻微偏移,7~78张正常显示)。但如果仅仅只存和读50张图片解码的数据却是完全正常的,我不太理解这种偏移现象。这种现象在存储数据大小超过8MB的情况下经常发生。希望您能看到。

I'm struggling to get a larger 1GB NAND flash working with the library. * Micron MT29F1G01 * [Datasheet](https://www.lcsc.com/datasheet/lcsc_datasheet_2209201030_Micron-Tech-MT29F1G01ABAFDWB-IT-F_C2905686.pdf) I first figured out that the READ_ID command didn't follow the same...