Hi, I'm pretty new to microcontroller programming so please correct my wrongs.
I'm using the Libuarte driver library to have the pca10040 talk to my server via serial connection...
Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
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...