bluerange-io / bluerange-mesh

BlueRange Mesh (formerly FruityMesh) - The first completely connection-based open source mesh on top of Bluetooth Low Energy (4.1/5.0 or higher)
https://bluerange.io/
Other
287 stars 109 forks source link

Release 0.8.1700 changes #129

Closed NilsMinor closed 4 years ago

NilsMinor commented 4 years ago

Hey,

I've seen you had released a new version of fruitymesh (thanks a lot!) I tried to check what has changed but as 111 files changed, it's quite hard to figure out what exactly changed ^^ I've seen you changed a lot on the HAL layer and you created different github featuset. Is it still possible to use my nrf51 featureset? Can you shortly describe what has changed or is the something like a release or version description?

Thanks, Nils

Brotcrunsher commented 4 years ago

Hi Nils,

since the 0.8.1700 release the support for nRF51 is deprecated as mentioned in our release notes. However, you can still use it, you just have to create your own feature set for it. For a reference see config/featuresets/github_nrf52.cmake/.cpp/.h. For nRF51 we always used SDK 11, which is specified inside the .cmake file. You might run into some limitations that are no longer fixed by us (as I said, it's marked deprecated). That's the reason why I highly recommend upgrading to nRF52, if possible.

~ Jakob

NilsMinor commented 4 years ago

Hey @Brotcrunsher, thanks for your response. I think I will do it as you advised it and will change to nrf52 hardware.