Hi DevZone !
I am currently trying to migrate from nRF52840 to nRF52833 because of a backorder problem with the former.
My application consist of a Mesh configurations with the ESB protocole between multiple devices.
It is using SPIM to read on external devices and RTC to periodically send packets.
I am using the SDKs:
- nRF5_SDK_15.0.0_prf
- nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac_min
I am currently trying to program a nRF52833-DK to make some test before implementing it with my real board.
I have already talked to one of your collegues to verify the hardware validity and it seems ok.
Now, I have been able to program my DK by adding the dependencies of the nRF52833 in my SDK.
I am not using any softdevice and I use a makefile to compile and program the device.
Now, I can't use my clock or my mesh library to send anything on the ESB protocole. I was wondering what could cause that problem.
Thanks you,
Joel V.
