sandeepmistry / arduino-nRF5

Arduino Core for Nordic Semiconductor nRF5 based boards
Other
873 stars 278 forks source link

Is nRF52805 supported? If not, how can I help? #441

Closed nikolac closed 3 years ago

nikolac commented 3 years ago

According to this comparison table, it looks like the nRF52805 has a subset of the functionality of the other nRF52 modules.

I'm curious about the process of adding support for new nRF52 versions. I'm hoping it's as simple as conditionally including chunks of functionality based on the chip version.

Once working here, I plan to work on getting the MySensors library updated.

I've ordered a couple of EBYTE NRF52805 E104-BT5005A modules and made a breakout [oshpark].

Ebyte Product: https://www.aliexpress.com/item/1005001709688444.html Ebyte Datasheet [direct pdf download]: http://www.ebyte.com/en/pdf-down.aspx?id=2156

Though I'm just a hobbyist, I'll gladly take a shot at getting this going, just need a little guidance.

sandeepmistry commented 3 years ago

Hey @nikolac,

You'd probably need a changes like this for a new variant for this:

nikolac commented 3 years ago

Seems relatively straight forward. Once I get my breakouts, I'll give it a shot.

Thanks for the help.

nikolac commented 3 years ago

Submitted a pull request: #442