I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
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...
Hello,
I'm a newbie here.
I have a BL652-SA module from Liard Connectivity. It has a nrf52832 with a 32 MHz crystal on board but no 32,768 kHz crystal, so I have to use...
To the kind attention of Nordic support team,
I have been successfully using all gzll routines like in https://devzone.nordicsemi.com/f/nordic-q-a/57839/how-to-prove-to...
Hello-
I am developing my first project with the nRF9160. It is on a custom board. I am planning on using Segger studio with the Segger JLink programmer with the 10-Pin...
I am using nRF52832_xxaa DK and compiling ble_app_eddystone example. I am getting the following error
JLink info: ------------ DLL: V6.54c, compiled Nov 7 2019 17:01:02...
I wrote a simple application which updates a 16 bit characteristic as fast as possible (after initializing everything). Similar to the following:
The function called checks...
Hi,
example : nRF5_SDK_15.0.0_a53641a\examples\peripheral\twi_sensor
I am using the HTU21D sensor. I was download the twi_scanner example to scan the HTU21D sensor's slave...
I am having a problem talking to a MMA8653FC 3-axis Accelerometer from NXP.
I never see the clock signal generated.
I am using the nRF52 lib, communicating to a nRF5280...
I am converting the the Project ‘usbd_ble_uart_pca10056_s140’ to pca10059, to download it in the nrf52840 dongle. I followed the steps in the nRF52840 Dongle Programming Tutorial...
Hi,
I have some problems when I tried to compile pc-ble-drivers (C) .
1. When I tried to execute ./bootstrap-vcpkg.bat after I follow the steps:
$ git clone github.com...
I’m studying the NRF9160-DK board - I installed the Basis SIM card and followed the instructions : www.nordicsemi.com/.../GetStarted
I launched the Link Monitor program...
Hello,
My thingy:91 is publishing its messages to nrfcloud (=to the corresponding AWS mqttEndPoint and topics/ I suppose AWS IoT Core).
Now I want to get/process these...
In the example / serial in SES I see the softdevice is loaded as an "additional load file"
$(SDK_ROOT:../../../nRF5_SDK_16.0.0_98a08e2)/components/softdevice/s140/hex/s140_nrf52_7...
I am quite new to the nrf9160. Trying to run the gps example https://github.com/ExploratoryEngineering/nrf9160-gps . But everytime I get an error Failed to start GPS. I am...
Hello, the SDK example ble_peripheral\ble_app_uart includes the code below in order to forward data from the UART over the BLE. What it does is wait for a CRLF, or a certain...