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

nRF52805 example #258

Open
standarddeviant opened this issue Jun 22, 2024 · 2 comments
Open

nRF52805 example #258

standarddeviant opened this issue Jun 22, 2024 · 2 comments

Comments

@standarddeviant
Copy link

standarddeviant commented Jun 22, 2024

Hello,

Firstly, thank you so much for embassy and nrf-softdevice. Being able to program microcontrollers with rust is very appealing.

I'm curious if anyone has successfully run a an embassy/nrf-softdevice BLE example on an nrf52805. I'm starting to work through how to do it by editing the Cargo.toml in the examples folder - but wondering if there are relevant examples or blog posts that I've missed.

It seems the first step is figuring out how to write memory-nrf52805.x. I'm fuzzy on how to adapt/derive such a file from the nRF52832 and nRF52840 examples.

@plaes
Copy link
Contributor

plaes commented Jun 27, 2024

Well, you first look which softdevice is supported, and then check the documentation for the properties of this version, for example S113's softdevice Flash size is 112.0 kB (0x1C000 bytes).

@plaes
Copy link
Contributor

plaes commented Aug 13, 2024

@standarddeviant You can follow these two pull requests to see how support for other nrf variants was added:

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