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...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
I have followed instructions at the link below to setup a Raspberry Pi 3 as a 6lowPAN router, and am trying to run the dns example from nRF5 IoT SDK 0.9.x on an nRF52-DK:...
Hi,
I'm using pca10040 and prebuild hex with s132 from sdk 12. Now I'm wondering how can I get number of sent data? If I set it as transmitter - send via uart 0x8094 i...
Hi all.
What happends on peripheral side when I use long write by sd_ble_gattc_write as devzone.nordicsemi.com/.../ ?
How Can I read it on peripheral ?
Can I use once...
hello there i want to use low power comparator nrf51. now my device work with battery. so i think i require internal reference. now can you tell me how to use internal reference...
Hello, recently I've found an information about bit counter in Radio Module in nRF52 Product Specification. Unfortunatelly I can't find any reference at infocenter how to...
Is MTU of all BLE devices limitted to 23 bytes when using ATT protocol?
I don't know explicitly.
Some say it is possible to use MTU longer than 23 bytes.
Others say...
I am using TAIYO-YUDEN EYSHCN, which is having Nordic-nRF52832 chip on it. As per document from TAIYO-YUDEN, recommended to flash s132-firmware on it. I downloaded s132_nrf52_3...
I have two questions with the remaining unresolved symbols being the most critical. I will decribed the situation I have encountered as a sequrence of chronological steps...
Hello,
I have a need to construct multiple portable devices on a short time frame. We expect that building Arduino-format shields for our peripherals and using nRF52 DK...
I am using PWM on a BLE Nano using Nordic SDK. I was having problems with the PWM and decided I would set the duty cycle to 0 to see if the program was working right:
#include...
I'm trying build a file in Keil, and have received this error below. Please advise on how to fix it! Thanks!:
*** Using Compiler 'V5.06 update 3 (build 300)', folder: ...
Hello,
I'm trying to put a BLENano board to slepp every loop iteration. These are te steps:
setup:
sd_power_mode_set(NRF_POWER_MODE_LOWPWR);
NRF_POWER->TASKS_LOWPWR...
Can someone tell me the best way to build the old bootloader under SDK 12.
Looking in the examples, in SDK12, there is now only the bootloader_secure example
SDK 11...
Hello
I want to know if we can wake up nrf52832 in sleep mode , from a command through an application on a phone via BLE. If its possible can someone please guide me to...