-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unify metadata definition with firmware #37
Comments
Going to use this issue to also say that we need to have some system for versioning and checking compatibility between firmware versions and software versions re: discussion here: #49 (comment) e.g. it should be possible for firmware to update the output format of its data, but it should also be possible for miniscope-io to tell that rather than having a hard to diagnose error when trying to interpret the data. Something as simple as versioning the firmware, making a command so that we can query a device for its firmware version, and then declaring the version range of firmware that an interface class supports would do it, same as standard version constraints. |
We can start thinking about this now that some downlinks have started working, and that's why I put the |
yes yes i definitely think we should not have header schema info in the header itself, i was thinking exactly something like that |
Well, I think it could be in the header because we don't want to necessitate "pairing" and that way, there's no apparent start of streaming. Also, there's no side-channel. I'm thinking of defining OSI-ish layers because it feels like having all layers equal and mixed up as header is the problem now but am pushing later. |
am too tired and uh well lets say "cognitively distressed" from the day to address this now, but want to flag this as an important thing that i might be misunderstanding about the design of the r/w channel between software and hardware so future me knows to come back to it, but in the meantime say "ohhhh this might be one source of difference in how we have been thinking about design here" |
Some data length-related parameters are defined based on 32-bit in firmware and 8-bit in
miniscope-io
, which is confusing.Miniscope-io
accessible from theMS_config.h
file in firmware.The text was updated successfully, but these errors were encountered: