-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Tomi Valkeinen edited this page Nov 27, 2024
·
3 revisions
- Also v3, I think
- Size and endianness per register to allow variable size registers
- It would be nice to use some ready library for the database, but I haven't found anything suitable. The lib should have:
- Supports C++ and Python
- Simple
- Database should be small in size
- Fast
- i2c sensors have 24-bit registers
- Maybe support any 8-multiple (<= 64) register size on i2c
- Probably trivial?
- Probably trivial?
- It would be nice to be able to have register ranges, i.e. the same register repeated
- rwmem command's docs could be improved, mainly on how it resolves the registers
- pyrwmem API should be documented
- Some kind of server-client system so that you don't have to run the GUI client on the device
- Support for multiple simultaneous targets (mmap and i2c)
- Prototype exists