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...
Dear
I am developing my BT Mesh project of nrf52 by Segger Embedded Studio.
But I can not add CVS function and can not make the dependencies files display. I ask Segger...
Hello, we have developed an BLE application based on the ble_peripheral/ble_app_uart example on an nRF52-DK dev kit with an nrf52832. It works great.
On our production board...
Hello support, for the intergration of the thingy 52 i need to Register with mac adress.
First you need to have the right application running on your Android device ("Nordic...
I just brute force changed to "AWS_IOT", having the keys , and other config already in place after having tried the cloud sample code successfully against AWS
main.c
line...
During BLE startup call to nrf_sdh_enable_request(), nrf_atfifo_item_alloc fails and returns NULL causing a hard fault.
This sounds like an sdk_config.h problem but I don...
Dear all,
I have 10000 devices and I need to put a different value for every device, but I do not want to create 10000 firmware.
Is possible to do that with a tool? I...
Thanks for the reply. I can program my custom PCB from the nrf52 but I can't program the on-board nrf52832. It is always looking for Jlink to an external board. What tells...
I would like to modify the way the SPM is built, specifically by setting CONFIG_BOOT_BANNER=n but do not want to modify any files under the ncs directory. I tried the solution...
I have a multi peripheral sample I am trying to make work
I do a
BLE_NUS_DEF(m_nus) and BLE_HRS_DEF(m_hrs)
this will register two event handlers.
When an event occurs...
I have downloaded nRF5_SDK_12.2.0_f012efa and tried to test logging in examples but without success. Even if I compile an example where NRF_LOG_BACKEND_SERIAL_USES_UART 1...
Hi,
I'm trying to use an nRF52840 Dongle to make measurements from 4 SMT172 temperature sensors.
I developed a proof of concept on an nRF52840 DK, where I connect all...
Hi,
Finally i am able to build a basic TCP/IP server client, attaching the project here , i have some questions wrt modem and TCP/IP stack:
I see two different socket...
Hi,
I'm trying to increase Zigbee Tx Power to +8dBm by using the function nrf_802154_tx_power_set().
Digging into the code, I see that it is calling nrf_802154_pib_tx_power_set...
Hi,
I am using NCS 1.2 with Zephyr SMP_SVR example compiling with my own board DTS and using MCUBOOT
I have my own partitions configured in my DTS (attached down at the...
So I'm trying to start off development of my project using the PCA10040 development board. I have downloaded the SDK16 and built a couple of examples no problem using SES...