Dear ,
Just wondering whether the above file operation functions can be directly called and used with the nRF connect SDK, as I am integrating an existing lib to my nRF...
Hi all!
I'm testing the new development branch about wireless syncronization project.
This is my issue:
https://github.com/nordic-auko/nRF5-ble-timesync-demo/issues...
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.
...
https://devzone.nordicsemi.com/f/nordic-q-a/69596/device-initialization-problems/285611#285611
had gone through above thread.
I am struck exactly at this point.
i...
Hi
I am using 52832 peripheral role.
sdk16.0
ble_uart add one character 0xff03 which have notify attribute
have these function
1. Use connectable broadcast on no...
Dear Nordic Engineers
I study central code,I find a param ble_gap_evt_adv_report_t
I can understand other param of ble_gap_evt_adv_report_t,but I don't understand set_id...
The NFC pins of my nRF52840 MCU have been set to be used as GPIO pins through the NFCPINS register. I can toggle the GPIO lines just but I find that after power on that the...
Hello,
been trying to add lte_lc_connect_async(lte_handler) to mqtt_simple, just like the way it is in sample aws_iot. Instead getting a failed response.
Now not sure...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
If while using the nRF Connect for Desktop you are seeing this message on the log
Make sure to installe the Universal JLink Segger from www.segger.com/.../
I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button...
Have been trying to run nRF9160 LwM2M client sample. A problem is that it doesn't appear to be initialising the modem properly, by trying to access the network when the modem...
Hi,
I am trying to build the 'at_client' nRF9160DK sample app on a Mac and getting the following error:
CMake Error at /opt/nordic/ncs/v2.0.0/zephyr/cmake/modules/zephyr_module...
I am having the same problem as in
Case ID: 244142
devzone.nordicsemi.com/.../nrf52840_dk-spi-configuration
I am using nRF5340.
The problem I'm facing is that...
I use this code " node cli create-and-provision-device-cert"
But I am using nrf9160 ,so therefore I change this code to "node cli create-and-provision-device-cert --dk ...
This should be so easy, but it isn't. I started with the Dev Academy Lesson 6 I2C example. I wired up a little board with an I2C eeprom, created an overlay file to map the...