Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
hi,
I am working on nrf52 sdk11 and s132,
when I am using ble_app_uart example on my custom board I used nrf_delay_ms(10000) i.e 10 seconds when i observe current consumption...
When i use sd_ble_gatts_hvx() send package,i can use the usb dongle get the data package,as it show i can get the information such as, LLID, MESN, SN,MD,PDU-Length show in...
Hello,
I am trying to scan a local name for beacon device on nrf51822 SDK12.0.0 ble_app_multilink_central. The original peripheral sample was working as well. But the beacon...
I am using SDK 12.0.0 and Nrf51 ship.I was trying to compile micro-ecc library in eclipse using make file.I have cloned the micro ecc library from this link .I am using the...
Hi,
I want to eraze the flash page of nrf52832.
Since the default flash page size is 4096 bytes, it takes 90ms to eraze the page.
I want to shorten the time for erazing...
Hi!
I have to do an application is talk via bluetooth. I think i use codec IC to sample the voice then send data via bluetooth. In the receiver device , I use other codec...
I am attempting to write to multiple CCCD handles in a service as a central with no luck. I need to write to one CCCD handle to enable notifications and another handle (BLE_UUID_UPDATE_CHARACTERISTIC...
I am planning to start a project using nRF52832 but do not want to buy IAR or Keil as they are expensive, if I use GCC Compiler with SDK then is it possible to debug the code...
Hi, beginner here..
Frequency hopping used for advertising bluetooth beacons uses which 3 frequencies? Is it possible to choose those frequencies using the software...
I am admittedly a little lost here:
I am trying to utilize a RedBear BLE Nano 2 (nrf52832) to collect serial data from a sensor and send it to a raspberry pi every 15 minutes...
Hi, I have a wristband with a full color display and touch with a nRF51822 where I am using SDK12.3.0 and Softdevice 130. I want to display a YES or NO question on the display...
Hi Nordic,
We created a product using the nRF51822 and, because of space constraints, opted to use the antenna design from the beacon . We are now undergoing FCC testing...
I have the mesh serial example working with nRF51-DK (nRF51422). I am now trying to run the same code, via the nRF51-DK debug port, to a nRF51822 QFAC (32Mb) based board....
Hello,
I'm trying to make CLI working with UART and BLE (NUS) backend simultaneously.
Starting point is CLI example from SDK 14.
What should I enable in sdk_config.h...