Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
Hi
When trying to register iBasis sim with correct ICCID and PUK, I get this error message:
Username and pool information are required.
could You help me with...
I have my IMEI but my pin number has 4 digits: 0000, instead of 6 digits(which is required to add the LTE device)? Please Nordic, what should I do? I have this problem for...
I am a beginner in embedded systems.
I know that the minimum resolution of RTC is 1/32768, but what is the effective number of digits for this? For example, I used a counter...
I have not been able to confirm this from documentation. I need to know what the on/off and termination states of the nRF51822 GPIO pins are when the chip is initially powered...
Hello,
I'm using Segger with the nrf Connect SDK v1.5.1. Before my program's main even calls, the program is getting stuck in the nrf system calls; specifically nvmc_wait...
Hi, currently I am using fstorage alongside ble-mesh to store some data in flash. Currently however, writing with fstorage seems to be successful only about 50% of the time...
So , I have been fetching the customized packets through scanning . I managed to pickup the data from the structure
typedef struct { uint8_t *p_data; /**< Pointer to the...
Hello everyone,
I am using NRF52840 development kit. I am trying to migrate my developed code from SDK version 15.0.0 to SDK version 17.0.2.
While compiling the DFU firmware...
On the Android version of the application, Whenever a node is not the proxy node, you are unable to read the proxy state, get the ttl, and refresh the configuration server...
Hi
I am developing a concurrent central + peripheral application, in which central application connects to other external peripheral side, which uses static passkey ,pairing...
Hi,
Would you please explain the default behavior of peer manager Garbage collection when buffer is full if I don't call Garbage Collection?
I have tested with small number...
When implementing Shell NUS option we've faced with the following: NUS transport takes in account only 'enter' symbols and doesn't react to ones like up-arrow, down-arrow...
The interface "sd_ble_gap_adv_start" uses "adv" to indicate broadcast, but the interface "ble_advertising_start" uses "advertising" to indicate broadcast. Why not use the...
Hello Nordic Team,
I am trying to flash the existing BLE light example code to my BL653 kit with Segger Embedded Studio. After falshing the code into the board it is taking...