Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
Hello everyone
i am trying to set the password for connection whenever its start advertsing but the static passkey option will set the pssword only for bonding not for...
Hi.
I am using nRF24, nRF51, and nRF52 chips.
Today I saw nRF31562A on some device(wireless mouse of Logitech)
However I can't find any information about this chip,
even...
Hello,
I would appreciate if you could help me solve what i am trying to do. I have nrf51DK board with nrf51422 on it, PCA10028, S130 and i want to use to scan for another...
Hello,
I am working on SDK 9.0 and softdevice 8.0 and the requirement for my application is the device has to advertise till it gets connected and even after disconnection...
Dear all,
I get a new nRF51-DK and I am trying to download an hex file into it.
I downloaded and installed nRFgo studio.
I connected my nRF51-DK to my...
Hi. I've gone through a lot of documentation and can't seem to find if this is documented by Nordic semi.. please answer if you know, or can point me to experiments/documentations...
I soldered 5 pieces of PCBA with nRF51822, but I got only one PCBA which can connect to J-LINK. I checked the bad four and found that SWDIO of nRF51822 on the four board is...
I'm having a weird hardfault and, I can't make sense of it.
Here's what I do know:
nrf sdk 9.0.0;
nrf51422 on a dk;
I have RTC1, SPI0, and TWI1 enabled (also a uart for...
Hello,
call of app_pwm_init() function forces logic 1 on PWM enabled pin after advertising timeout expires. Why? It causes my LED to turn completely on after advertising...
Hello,
In my code I would like to switch between BLE advertising and listening nearby devices (and save their RSSI) in the same code. After each advertising period, I would...
i have use nrf51822 and android app(nRFuart)
i was masure currunt through DSO but i think its not accurate...
i can't masure exect(high accurate) currunt consumption in...
I read through the following post and still couldn't get debug info out.
I have tried the settings there and from another post with no luck. I'm using putty on a win 8...
Hello everyone,
I am trying to enable notification on a characteristic based on the code example from nAN36.
Unfortunately the sd_ble_gatts_hvx() function returns:
...
I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello,
I desperatly try to implement a bootloader with the s310 softdevice. When I received the data to be written (via BLE), I erase the flash:
std::uint32_t rc = NRF_ERROR_BUSY;...