Hello, We're developing a firmware for our board based on nRF9160, using ncs 2.7.0. We want to allow the user to set the certificates over i2c. How can we in a secure mode...
We are developing an IoT device that utilizes the nRF9151. We would like a review in the second round of our schematic and layout to understand if there is any issue that...
Hi
Is it possible to stream 128 kbps .acc, .lc3 or .mp3 Spotify audio from server to nrf9151 ?
It says it supports 300 kbps download, so maybe 150 kbps is realistic ?...
Hello,
I'm currently working with a custom board using the nRF5340 SoC, and I'm running into unexpected current consumption behavior.
When the device is in advertising...
I installed NRF connect I successfully built project when I flash I get success, but actually I can see project is not flashed what and how can I debug that ?
Hi,
I am using the nRF52840 with nRF-SDK version 16.0.
At random intervals, I encounter the following error:
"[00:02:51.009,460] <error> app: ERROR 1813 [Unknown error...
Hi everyone,
We found that the LIS2MDL_INT interrupt from the compass on P1.06 affects communication between the app core and the network core.
About 3 seconds after...
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;...