Jonas Zeunert rhetenor
rhetenor created pull request rhetenor/creaturedex#45 2026-08-29 17:42:11 +02:00
Implement first version of storage
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-29 17:39:49 +02:00
16e45d2c11 wip: add flash info view
e65162249d fix flash initialization by erasing flash before writing
b63195b943 ensure all flash writes are aligned
704682b0ae Ensure RawCard size matches flash alignment requirements, add debug logs
ed86e88980 nfc read: print error instead of panic on invalid data
Compare 24 commits »
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-26 22:54:12 +02:00
c3fe4759ad nfc read: print error instead of panic on invalid data
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-26 22:47:47 +02:00
1f1bdda35b card storage: make more robust, handle cards that are already seen, implement in nfc read
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-26 22:03:33 +02:00
2cd18c4ce1 card model: save uuid as u32
dce399d263 implement card storing
0fe45687d1 storage: implement get card by uuid
7b378b89ab implement simple card storage retreival
38e1617bdd update schematics for separate resets
Compare 6 commits »
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-26 21:59:16 +02:00
67bf3ddadb implement card storing
ce5183da38 storage: implement get card by uuid
6407131a00 implement simple card storage retreival
Compare 3 commits »
rhetenor pushed to storage at rhetenor/creaturedex 2026-08-23 09:46:23 +02:00
rhetenor created branch storage in rhetenor/creaturedex 2026-08-23 09:46:20 +02:00
rhetenor pushed to main at rhetenor/creaturedex 2026-08-22 22:32:49 +02:00
71db893551 switch up and down
rhetenor pushed to main at rhetenor/creaturedex 2026-08-22 22:28:35 +02:00
a9ac342dff add kicad to gitignore
rhetenor pushed to main at rhetenor/creaturedex 2026-08-22 19:41:11 +02:00
d356180980 add schematics
rhetenor pushed to main at rhetenor/creaturedex 2026-08-22 18:42:54 +02:00
5127b93abf add nfc user guide
rhetenor pushed to main at rhetenor/creaturedex 2026-08-22 18:42:30 +02:00
c686dde67b switch ok to gpio0 and back to gpio8, because
rhetenor deleted branch mainmenu from rhetenor/creaturedex 2026-08-18 23:44:41 +02:00
rhetenor pushed to main at rhetenor/creaturedex 2026-08-18 23:44:35 +02:00
e21c656088 implement card rendering with new card type and menu
68250b2924 implement card model
b55b444db4 implement journal view skelleton
a089c3a1ec add card model
2bab03351b refactor: move views to views sub folder
Compare 19 commits »
rhetenor merged pull request rhetenor/creaturedex#28 2026-08-18 23:44:28 +02:00
Mainmenu
rhetenor pushed to mainmenu at rhetenor/creaturedex 2026-08-18 23:43:23 +02:00
e21c656088 implement card rendering with new card type and menu
rhetenor pushed to mainmenu at rhetenor/creaturedex 2026-08-18 22:51:49 +02:00
68250b2924 implement card model
rhetenor pushed to mainmenu at rhetenor/creaturedex 2026-08-18 21:54:16 +02:00
b55b444db4 implement journal view skelleton
a089c3a1ec add card model
Compare 2 commits »
rhetenor pushed to mainmenu at rhetenor/creaturedex 2026-08-18 21:25:13 +02:00
2bab03351b refactor: move views to views sub folder