Hi
I'm looking for an example implementaion code on the nRF52840 without an operating system. Is there some example or application note?
I connected the SPI and all IO Pins. I have no Zephyr code.
Regards
Hi
I'm looking for an example implementaion code on the nRF52840 without an operating system. Is there some example or application note?
I connected the SPI and all IO Pins. I have no Zephyr code.
Regards
Hi
When you say "without an operating system", what do you mean?
If you wonder which SDK to use between the nRF Connect SDK and the nRF5 SDK, see our nRF Connect SDK and nRF5 SDK statement.
For new designs, the nRF Connect SDK is recommended for new designs.
Regards,
Sigurd Hellesvik
Hi Sigurd
I have a running c-code with BLE Mesh functions. Now I added the nRF21540 and like to implement the driver, but can't find the instructions how to do this. I think there are some files and functions to add to the project and like to refer to a example project.
Regards
Yes, I am working with the nRF5_SDK and the softdevice, I edit the post in the same minute after posting the first time, sorry
I think I have to use this interface? Mesh PA/LNA interface
Hi
It seems like we do not have any specific example for using the nRF21540 with the nRF5 SDK for Mesh.
However, using the PA/LNA interface you linked should work, the nRF21540 is a Front-end module with RF PA and LN after all.
If you use this along with the nRF21540 Product Specification, my guess is that it will work.
Regards,
Sigurd Hellesvik
Ok,. thanks for information, I will try to implement it. to control the nRF21540 I will implement the SPI instructions manually. Is there a reference for all commands/registers which I can use over the SPI?
I am checking the Chip ordering codes (I bought 2500 Chips from Digikey in January) and hope that they are not affected with the Errata problems. In case they are, what can I do? Send them to Nordic?
Regards, Dominik
The Errata you mention is for Revision 1.
Try to ask DigiKey if they know which revision of the 21540 you receive.
If they are the revision 1, I can not help you with that. Either contact the Nordics sales manager in your region or Digikey about it in that case.
Regards,
Sigurd Hellesvik
Oh, and also, have a look at PA/LNA module documentation, in case you have not seen it yet.
Regards,
Sigurd Hellesvik
Oh, and also, have a look at PA/LNA module documentation, in case you have not seen it yet.
Regards,
Sigurd Hellesvik
thank you, I will implement and try it