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...
This is for the SDK nRF5_SDK_15.2.0_9412b96 and custom hardware.
I have a bootloader based off the example secure_bootloader_usb_mbr_pca10056 project. I want the application...
I'm using an nRF52832 with s132 and nRF5 SDK v15.2.0. I have a question about the tutorial devzone.nordicsemi.com/.../radio-notification The input parameter radio_evt of SWI1_IRQHandler...
Hi,
I have a customer interested in using the NRF9160 with a 1000mA/h battery.
They want to keep the board sleeping for 15 minutes, wake up and send GPS data position...
Hi,
Zephyr 2.1.0 will be released 2019-11-29, and it will support LwM2M Queue Mode which is an important feature for sleepy devices, see https://github.com/zephyrproject...
I am trying to modify the asset_tracker application to work without PSM mode since we cannot get PSM mode granted from the local network here.
My plan is to switch the modem...
Hi,
I'm trying to set up a proof-of-concept asset tracker to be run for a few months, over large distances (cross-country), powered by battery, with no user inputs. I have...
Hello,
I have 2 pieces of Sparkfun nrf52840 mini boards. On the first board, I uploaded the code from '\nRF5_SDK_15.0.0_a53641a\examples\ble_central\ble_app_multilink_central...
Is there a way to bypass the device reset happening when BLE times out if the device is in debug mode (or RTT terminal)? I'm referring to the reset talked about in this thread...
I want to tranceive data to ADXL362 through SPI and refer to this program.
https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/spi
However...
I have a time-critical code section in a call-back routine which is too slow to work when run as a "debug" build, but works fine when run as a "release" build.
This is a...
I'm writting firmware for a Peripheral Server and wish to display the smart device friendly name that will connect to my nRF52832. Is it possible without addind service/characteristic...