You are here: Forum Home → ANT Developers Forums → ANT General Questions → Thread
I will try it.
I will try it.
Any update?
I will try it.
Any update?
Had a bit of blip due to personal events, will be resuming development hopefully in next week or so.
Current status is I'm working on the profile TX messaging system. Gone through a few iterations of the design trying to avoid allocs and caching of messages. Challenges revolve around:
- handling control datapages pages from slaves
- how to package messages in a coherent format while also exposing controls to specify underlying broadcast type (e.g. acknowledge vs broadcast)
- keeping the driver transmission pattern logical for bursting
- abstracting error paths to avoid generic hell
- finishing up the configuration helper to code duplication overhead
Any thoughts or opinions are welcome.
Also hit a bit of snag with USB subsystem when I tried to make it non-blocking so have a hack in there until i have time to rework that.
I plan on publishing a 0.X.0 release once I have a semi coherent and functional API complete.
I will try it.
Any update?
Had a bit of blip due to personal events, will be resuming development hopefully in next week or so.
Current status is I'm working on the profile TX messaging system. Gone through a few iterations of the design trying to avoid allocs and caching of messages. Challenges revolve around:
- handling control datapages pages from slaves
- how to package messages in a coherent format while also exposing controls to specify underlying broadcast type (e.g. acknowledge vs broadcast)
- keeping the driver transmission pattern logical for bursting
- abstracting error paths to avoid generic hell
- finishing up the configuration helper to code duplication overhead
Any thoughts or opinions are welcome.
Also hit a bit of snag with USB subsystem when I tried to make it non-blocking so have a hack in there until i have time to rework that.
I plan on publishing a 0.X.0 release once I have a semi coherent and functional API complete.
Got sidetracked by life unfortunately recently.
So bit slow, rewrote a lot of the config state machine. It should be ready for basic usb sync usage. HR Display is mostly working. HR sensor will be next and if i can get that to work i think we are good for v0.0.1
Async will be added later by Harrison, and will include abstractions for various async engines.