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...
Hi, I'm looking for information about duration of peak current on BLE and NFC mode on nRF52840.
Do someone have any answers ?
I saw that peak current on NFC is 80mA max...
Hi
I am using SDK12 with NRF51822,
So far I haven’t initialized the sys_evt_handler ( softdevice_sys_evt_handler_set(sys_evt_dispatch) ) And my program works fine, ...
Hi,
Would you please tell me which timer had been used by ESB and app_timer_init() function?
Which register can I get the current timer count value of above timer?
...
Hi is there an available tutorial for adding multiple custom services for SDK v12 or SDK v15? I've managed to successfully create & use one custom service using bjornspockeli...
Hi,
I'm new to BLE mesh SDK and I'm trying to explore available feature.
I'm referring to Generic on/off application and I would like to increase/ change the advertisement...
Hello.
The other day, I purchased Nordic's BLE module and started developing a multirole program. The development environment is
・Use project:ble_app_multirole_lesc_s132_pca10040...
Hi Nordic team,
I have 2 nRF52 Development kits. I want to use one of them as sniffer.
Please let me know if this is possible.
If possible please let me know where can...
I am going through the latest version of the Getting Started Assistant on an x64 Ubuntu 18 machine, using the v.1.0.0 tagged SDK release. When I reach the step "The nRF Connect...
I would like to program my NRF52840 device using the Keil Ulink2/pro JTAG device.
I have been able to do a full chip erase using the Keil Ulink 2 device, but when I attempt...
Hi,
I'm using nrf52832 with s132, so I don't find any information about the current consumed by the device when I'm connected by Bluetooth. I use the driver st7735 and an...
How a device in mesh of ble controlled by internet.
I tested light on/off of mesh and it works fine.
but how can I control it from internet.
like with wifi or ethernet...
I'm trying to figure out how I can store a text file on the device and access it while the device is running. I'm having a hard time finding documentation on the best way...
We are using the nRF52840 SPIM0 to read 2048 bytes from an SPI slave. ( SES / SDK15.3 )
The nrf libraries only seem to support a maximum of 255 bytes, so we have compiler...