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...
Hi! I am using the MQTT simple sample that i have modified to continuously send data after receiving a message. I also have connected a MS5837 pressure sensor to the nRF9160...
I'm trying to get DFU OTA working with SDK 14.2.0, SD 132, on the nRF52832. I'm using the bonded implementation. My DFU event handler is getting passed
BLE_DFU_EVT_BOOTLOADER_ENTER_FAILED...
So I want to run the nRF52811 chip so I removed the nRF52832 chip from its development kit and soldered the nRF52811 chip but I cannot seem to program it. What are the required...
Hi,
I am using ncs 1.0.0 and modem fw version 1.0.1.
I am using PSM mode in my firmware.
I want to toggle state of one gpio when modem goes in active or inactive state...
Hi.
I am developing application with mpu6050 gyro on nRF52832, swd S132 V6.1.1., sdk 15.2. My code is based on ble_app_uart. In main, I add my custom function that calculates...
Hello!
I was going to start to program my Thingy 91 but since I don't have a J Link Programmer cable or a nRF9160 DK. I was planning to use mcuboot like suggest this documentation...
Hi,
I am working with MPU6050 gyro. I run the examples from GitHub for nRF52. Everything works fine, bit I have an issue with gyro output data. In register map documentation...
I'm new to Nordic, I just got an nRF 52 DK. Refreshingly simple to get working with Segger Embedded Studio on Mac. I'm particularly interested in the BLE multiperipheral application...
Hi,
I'm trying to build the asset tracker off the master branch in windows 7. I did do west update. Using gcc version 7.3.1 20180622
It fails like below. Any ideas?
...
Hello,
I have the following issue. I am developing an application very similar to the "ble app hids keyboard" example. SDK 15.0, S132 V6.0.0, nrf52832.
I would like to...
Hi!
Previous tickets 234795 and 231307 asked about the status of field updates of the nRF9160 modem firmware. Some solution is coming, but unclear when.
Are there any...
We are developing with the nRF52840, in this instance present in a Laird BL654 module carried by their DVK-BL654 dev board.
After trying three separate examples that attempt...
Hi all,
I need to be able to reprogram an nRF52832 on a daughterboard from a mainboard with a Cortex M7. I have been able to eraseall and reprogram the nRF52, but it seems...
I have searched this site and not found an answer, although this seems to be a similar question: https://devzone.nordicsemi.com/f/nordic-q-a/41853/usb-driver-install-fail...
Hi,
I am stuck in sending and receiving serial data over Rx and Tx in nrf51 DK. I used arduino to prototype a fingerprint access control system. Now I am shifting to nrf51...