Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi
We are developing a custom board with nRF52840 and nRF9160. The 9160 is running a modified version of serial_LTE_modem, whereas the 52840 is running the main application...
On a custom pcb, an I2C sensor is connected on P0_15 and P0_16 ( SDA & SCL ).
When sensor reading is requested, the code is designed to wait till the reading is returned...
I am building an app that includes background DFU in the app. My app is based on the freertos example.
I am having problems during nrf_dfu_settings_write due to the checks...
Hi,
we are developing NB-IOT based GPS tracker based on nRF9160.
we have implemented the A-GPS based on SUPL. After using A-GPS there is a minor improvement in the overall...
Hi,
When I first start the modem and connect to NW. XMONITOR AT command shows data like this:
%XMONITOR: 5,"","","24412","C739",9,20,"0017E878",4,6154,71,40,"","11100000...
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...