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 am developing firmware for my Peripheral Device (nRF52840) using S140 (v7) and SDK 15.3. In my application, I will advertise (with advert payload changes) and support Smartphone...
Hi,
How much is the expected time period from the time VDD goes above 1.75V to main()? I am using a custom bootloader and am seeing a ~4.5s (yes seconds!) delay in getting...
i'm trying to configure the nrf to rx and according to the state diagram i realized that: as the nrf is supplied and the voltage goes over 1,9V the nrf goes in the power down...
Hi, i'm using the nrf24l01 with a zynq board to use it as radiocontrol; i'm trying to configure the nrf as receiver so that i'm able to send data from another nrf connected...
Hi, i'm using the nrf24l01 with a zynq board to use it as radiocontrol; i'm trying to configure the nrf as receiver so that i'm able to send data from another nrf connected...
I am trying to use the LPCOMP API, but I am having trouble with the following function:
nrfx_err_t nrfx_lpcomp_init
(
nrfx_lpcomp_config_t const *
p_config ...
I'm attempting to setup GPIOTE for an output that is set and cleared by different events. The GPIOTE driver doesn't let me initialize an output twice. Is there a way to do...
I have 2 objectives BT beacon and concurrent ESB with Thread using time slotting A. I would like my thread devices to broadcast BT beacons. As this does not require any reception...
Hello. We have product based on NRF51822 chip. 24 bit 4 channel ADC connected through SPI to MCU. Data rate is 250 Hz (4 ms). We send two ADC samples evry notification packet...
I started setting up Zephyr SDK development on my W10 laptop, according to the nRF Connect for Desktop guide, but running into this error when executing pip requirements installation...
Hello,
I'm writing a BLE app that acts as a peripheral and a broadcaster. If a connection is established, I'd like to continue advertising but update the advertising parameters...
Hi,
I am migrating sdk 15.2 to 15.3. Everything works fine, except the nrf logging. Currently, I am using RTT configuration, with default backend enabled. The code is simple...
Hi,
I have been using the PCA10040 and PCA10056 development boards to do some evaluation/testing of the Nordic BTLE radio functionality. We now have purchased standalone...
Hello,
Ive been trying to get simultaneous GPS reception and LTE connectivity for a while now. I've read that this wasn't possibe in the past but it looks like it should...