polovik / notikeys

MIT License
1 stars 0 forks source link

Store settings #2

Open polovik opened 10 years ago

polovik commented 10 years ago

How to store account's authentication information? Provide common interface for plugins Store all settings on device's EEPROM/Flash?

polovik commented 9 years ago

Device has to have own RTC. Settings are stored to Host OS's registry or INI file with timestamp according to keyboard. Each stored options has format: time_t utc_timestamp; uint32 plugin_id; uint32 user_id; uint32 data_length; uint8 data[];

polovik commented 8 years ago

look at examples /mnt/work/tmp/mla_v2014_07_22/framework/miwi/src/miwi_nvm.c http://www.electro-tech-online.com/threads/how-to-write-flash-memory-in-pic-microcontroller.141920/ http://microchip.wikidot.com/faq:36 https://electrosome.com/internal-eeprom-pic-microcontroller/ manual 7.0 DATA EEPROM MEMORY page 91 http://ww1.microchip.com/downloads/en/devicedoc/39632c.pdf http://www.electro-tech-online.com/threads/reading-and-writing-pic-eeprom.93881/