lancaster-university / codal-microbit-v2

CODAL target for the micro:bit v2.x series of devices
MIT License
41 stars 50 forks source link

Datalog: Implement file encoding window #158

Open microbit-carlos opened 2 years ago

microbit-carlos commented 2 years ago

DAPLink has implemented a feature where a "slice" of the data logging file is "ASCII encoded hex" instead of a binary block.

This is useful for things like the "my_data.html" file, which can parse the filesystem data more easily as ASCII hex than the current blob of raw data.

https://github.com/microbit-foundation/spec-i2c-protocol/pull/9

microbit-carlos commented 2 years ago

Daniel has this working as part of his studies. We'll leave this open until it's merged in CODAL.

@microbit-carlos to check if this feature is present in DAPLink 0255.

microbit-carlos commented 1 year ago

It definitely is present in DAPLink 0258.