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.
...
Hi,
Currently, I am building an application with Bluetooth mesh and I tried to use Zephyr's logging v2 modules. However, when I build it I get MPU-fault errors at boot....
Hi, I test the TCP/IP AT command in 9160DK, I download the example Serial LTE modem,
I send the command as below picture.
but it reply as below
==================...
Hello,
Is there any special area where I can save custom MAC address for each device ?
Basically I need to assign unique name and MAC address which the DFU and application...
Hey Forum,
I am using the USB Composite Keyboard example using the standard Descriptor given in the example.
I am able to get all the keys on the Host with a small caveat...
Hi,
I'm trying to use the GNSS application for the nRF9160 to compare GPS antenna performance. There is a Linux utility, GPSMON, that I'm trying to use to display side by...
I use FDS to store some application data. I performing accelerated life testing that randomly power cycles the nRF52840 (on time 4 - 10 seconds) while a central device ( Android...
Hi,
I am trying to run the fat_fs example from zephyr samples on nrf52 development kit (nrf52832) but during building I've got following error :
That's my development...
I am working on UART example and serial port.
I got compile error and modified retarget.c line 99 with
#if defined(__SES_VERSION) && (__SES_VERSION >= 34000) && !defined...
Hi,
I have a circuit board, which is powered by the battery and runs the Bluetooth program. When the power is normally supplied, it runs well. Once the USB charges the battery...
Regarding the capacitive sensor driver with adc for nrf51 series, how am I supposed to wire my board for this to work?
https://infocenter.nordicsemi.com/index.jsp?topic...
I'm trying to follow this how to and unfortunately cannot make it past step one.
https://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kit/posts...
Hi,
I have a central that uses PM to connect to some peripherals.
If I connect to a peer (connection handle 0), and disconnect this device (e.g. by shutting it off). I...
Hi Nordic team,
We have just received our PCB prototypes with nRF52840 chip. While testing BLE functionality we found that the BLE is very weak. The connection is lost within...
Hi,
I'm trying to evaluate nrf5340_audio, but I get a build error as below.
> Executing task: nRF Connect: Build: nrf5340_audio/build (active) <
Building nrf5340_audio...
Hi Devzone
currently i am doing some test on example central_and_peripheral_hr.
in the orignal example central_and_peripheral_hr is using the BT_SCAN_TYPE_SCAN_PASSIVE...