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...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
Is it possible to generate a zip package containing both firmware and softdevice in such way that the soft device will be updated only if the current device softdevice version...
I have some module chip connected to the nRF9160 DK providing the sensor data over I2C line. In some state transition of the module the short reset pulse needs to be generated...
Hello, I am using BLE secure bootloader example on nRF52840 with SDK 15.3 and softdevice 61.1. I can see the bootloader protects the MBR page and Bootloader space using ACL...
When I run "AT+COPS=?" WITHOUT a SIM the modem always responds properly.
When I run "AT+COPS=?" WITH a SIM the modem does not respond as expected. I get error after approx...
Hello everybody.
I have been working on nRF52840 for a time. I am trying to flash the chip with ble_app_uart_c (SDK 15.3.0). I have applied everything essential, but my...
Good morning everyone,
I am facing an apparently common problem (reported with some variations Here , Here or here ) which is driving me crazy. In the linked discussions...
I am using function "modem_info_json_object_encode" to encode modem info into JSON to send upstream.
I get the very strange format where you encode dictionary as string...
I am curious to know do we have any practical BLE based products such as Fitbit or heart rate monitor, in which there are different type of messages are sent from one end...
nrf_crypto_svc.c throws a bunch of errors during compilation. The errors have to do with SVC_REGISTER_FUNCTION. Example error message: function 'SVC_REGISTER_FUNCTION' is...
Dear ,
I just want to know about thingy 91 - pca20035 status
1. asset_tracker :nrf9160 SIP works
2. usb / usb_uart_bridge / : nrf52 ?? confusing !
and how about...
Hello Support Team,
Currently NRF52832 is being used for wearable product ,
For NFC Card Emulation Mode whether NFC Front END IC is required ?
or Can go ahead directly...
I designed a prototype using nRF52832 controller. On this prototype I was using the same Flash Controller ATSAM3U2 used on the nRF52DK.
I am bringing up the prototype and...
Hi,
From time to time, we need to send data directly to certain node. There is AF_DataRequest() API in CC2530 to do that. Is there any similar way to implement that kind...
Hi all,
My aim is to " read Four ADC Channels data and sent them to nRF Connect bluetooth app".
For doing this i used "saadc " and " ble_app_uart" examples.
Till now...