Hi all,
I've build a custom bord with an nRF9151, I try to connect to aws iot but it's seems it's doesn't work probably cause by bad cert, I got AWS_IOT_EVT_DISCONNECTED...
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...
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...
Hi to everyone!
I have been getting the output of NRF_LOG_INFO functions through RTT in J-Link RTT Viewer terminal. The code has been executing in nRF52832DK.
Now I...
I have set up an nrf cloud and can control the led on pca10056 using the nrfcloud so configuring the gpio(pin no 7(Port P0.7))is becoming a problem.Can u provide me with a...
Hello,
I bought a nordic/wellcore ibeacon (nrf51822) to experiment. I want to enable all the features and would like to know what value to assign to the temparature enable...
Hello, i am using SDK12.2.0 and SD s130 on a nRF51822 (AC) and i am trying to add an external interrupt on a pin in the cscs ble_peripheral example. The code i am using (and...
Hi
We are using sdk version 12.2.0 and trying to change it to sdk 14.0.0. However, when I measured the power while converting the code, ppk confirmed that the sdk 14.0...
Hi all,
I'm using SD S132 v5.0.0 with SDK 14.0.
I'm testing now the BL buttonless DFU (and later the SD buttonless DFU) after working well with the app buttonless DFU...
I've implemented monitor mode debugging as described here and it works great. When I get a hard fault, it doesn't break in the IDE anymore. So it appears to be running fine...
I can connect the kit to the nrf cloud and even add the device to the gateway but i cannot switch on and off the leds.Where is the source code for the nrfcloud example?I cannot...
Hi all,
I recently encounter this strange issue that I couldn't understand. My code works perfectly fine during debugging on all 52832 chips, but freezes without response...
For nrf52832, I use pstorage to set 254 blocks with 20 byte of each block, that will use near 5 pages.
now I fail to clear data all block together. pstorage_clear( &block_base_handle...
Using an nRF52832 with SDK 14.0.0, S132 SoftDevice
We are able to connect to the device with an iOS/Android phone just fine.
Upon disconnecting, a second phone is not...
Hi,
I'm trying using AES ECB encryption of peripheral drivers on development board with nRF52832 and PCA10040.
I inserted the following code before main loop of ble_app_uart...
i have a particular automotive tuning application where i have to deal with ignition and fuel injection timing (old stuff in the new e-mobility time)
here are some loose...
I'm a beginner to programming nRF devices in C, trying to graduate from Arduino (i.e. kindergarten).
I've installed Segger Embedded Studio and can compile and run SDK examples...