But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
I'll go ahead and describe what I need to do and see if anyone might have some place to start for me since I'm having a lot of trouble figuring out what I need.
I'm looking...
Hello ,
I'm designing an embedded system with one of your RF chips (NRF24L01+) and as far as I searched for the datasheet , It seems like NRF24L01+ doesn't have a hardware...
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...