-
Notifications
You must be signed in to change notification settings - Fork 4
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
Support for nRF52805? #8
Comments
Hi o/ According to this, It needs a SDK 17. It was on my todolist to support newer SDK :) I just tried to swap sdk-15.3 (current used version) and sdk-17 and it compiles for nRF52810. So I guess there isn't much work left to do. I'm a bit busy right now, but until it arrive in your mailbox, I should be able to push support for it :P |
Awesome, I've just ordered a pair :D Thanks! |
I managed to compile a binary for nRF52805 (don't know if it'll work). Current SDKs are missing some files/functions for nRF52805. Using https://github.com/NordicSemiconductor/nrfx/ to replace the nrfx module in the SDK allows to build the project. |
I pushed a branch with the updated SDK and bunch of other stuff: https://github.com/pix/heystack-nrf5x/tree/nrf52805-support SDK download and patching is required. Remove the content of I only tested nrf52832 (The only one I had laying around) which seems to work. Battery support is broken though. But I may have a solution. |
Awesome, thanks! The parcel is still a couple days away, but once it's there I'll try it out. |
I just discovered this super cheap set by HolyIoT: https://www.aliexpress.com/item/1005007083911385.html
@pix do you think this device/soc can be supported? The nRF52805 seems to have almost the same spec as the nRF52810. I just have very little experience developing firmwares for nRF chips, so I thought I might as well ask before ordering.
Thanks!
The text was updated successfully, but these errors were encountered: