Skip to content
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

Open
ctandi opened this issue Oct 26, 2024 · 5 comments
Open

Support for nRF52805? #8

ctandi opened this issue Oct 26, 2024 · 5 comments

Comments

@ctandi
Copy link
Contributor

ctandi commented Oct 26, 2024

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!

@pix
Copy link
Owner

pix commented Oct 29, 2024

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

@ctandi
Copy link
Contributor Author

ctandi commented Oct 29, 2024

Awesome, I've just ordered a pair :D Thanks!

@pix
Copy link
Owner

pix commented Oct 30, 2024

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.

@pix
Copy link
Owner

pix commented Oct 31, 2024

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 nrf-sdk and use make sdk to download the updated files.

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.

@ctandi
Copy link
Contributor Author

ctandi commented Oct 31, 2024

Awesome, thanks! The parcel is still a couple days away, but once it's there I'll try it out.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants