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, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Dear all,
I'm using nRF52810 with nRF5_SDK_16.0.0_98a08e2 and s112_nrf52_7.0.1_softdevice
I've implemented a custom service which exposes 4 characteristics.
2 of them...
Hi, I am trying to build ADXL362 with pca10090ns for nrf9160DK (PCA10090) (west build -b nrf9160_pca10090ns). I have added the following configurations in prj.conf. Though...
Hi teams,
During development, I need quite a long period timer for hours.
Searching for the subject, I found application timer can only handle few minutes because of 24bit...
I am evaluating the nRF52840-DK dev kit and want to to make changes to the 'LIGHT_SWITCH' application so I understand better how this is achieved. I have some demo code, but...
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...