SoC: nRF5340 SDK: nRF Connect SDK 1.9.1
CMAC calculation works fine with SDK 1.7 and SDK 1.8. But it failed with SDK 1.9.1.
psa_mac_sign_setup returns error = PSA_ERROR_NOT_PERMITTED...
Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hello.
I try to BLE and GPIOTE.
The reason for using GPIOTE is to read data from the temperature sensor.
And I want to sending data of temperature sensor by BLE...
Which type of PCB antenna should i use for BLE beacons based on nRF52832, nRF52840 and nRF52805 for longer range applications.?
Can i use the same antenna used in nRF52DK...
Hi All,
There are few chips that Nordic supports Direction Finding.
nRF5340,
nRF52833
nRF52820
nRF52811
Is it possible to know the recommended chip I should...
hi all,
NRF_ERROR_INVALID_STATE is coming when i initialise Ble_stak_init form nrf_sdh_enable_request() function.
I initalised ble once and disabled using sd_softdevice_disable...
Hello,
I am developing on the Garmin LIDAR-Lite v4 , which uses an nRF52840 internally with the programming pins exposed. I am able to run my OpenThread application on this...
Hi
while developing I've discovered that the current tickless implementation using RTC causes the idle task to loop for one tick before waking the next task up.
I've instrumented...
Platform: nRF52840 { development kit } SDK: nRF5_SDK_16.0.0 Can sdk_config be used to remap any pins for used a SCK and MOSI and MISO? Specifically, can the following mapping...
Hi all,
I'm running into this error when trying to compile anything for the SPI library in Cmake
CMake Error at ../../../cmake/extensions.cmake:372 (add_library):...
SDK v16.0 NRF52832
Hi
We have been using the the NRF Bootloader for sometime, but we have encountered an issue where if the DFU (Serial) is interrupted (ie, USB cable...
Hi,
I've been using the Thingy:91 to communicate with some sensors. One of this sensors is causing us some trouble: sometimes the I2C communication with him seems to fail...
Hello
I would like to commission my Thread network but my Thread network is isolated (I have no wifi) but I have bluetooth which works in parallel to the Thread network...
I tried to use pin_change_example in SDK to catch Interrupts (at first line) but I'm missing lots of them, I don't want to use PPI mechanism I just want to run my ISR in time...
Hi All,
I have developed my application for the nRF52832 (SKD15.2) on top of the TWI sensor example. I moved from the legacy TWI driver to nrfx due to the data length limit...
hi ,our company is developing a product.the product have a nrf52832 and nb-iot module.now have one case: system start normal and mobile connected the ble,but the gap will...