This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

OneWire Library for nRF51

Does anyone know of a good OneWire library that works directly with the nRF51 family?

I imagine there are ARM solutions available that could work, but I haven't found a good one yet.

Others have mentioned Paul Stoffregen's OneWire library. It however is written for AVRs and although there are #defines that can be used to potentially make this library usable, it leaves a lot to be desired. There are issues with porting their timing functions as well, especially when the Soft Device can interrupt execution.

So, does anyone know of a good library that we could all benefit from? Cheers!

Parents Reply Children
Related