Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I am using a nRF9160 DK. I'm using a Windows 10 system and setup the SDK using nRF Connect.
I've started to experiment with the serial_lte_modem project -- version 1.3.1...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrfutil%2FUG%2Fnrfutil%2Fnrfutil_intro.html links to two pages which cannot be found: https://infocenter.nordicsemi...
Hi,
I am able to transfer data from my custom peripheral device with nRF52840, but data is moving much slower than it should.
I am writing 244 bytes into NUS within...
Hi,
I am trying to use Cbor library provided the SDK version 1.3.0, I have added the module in my prj.conf file, however the documentation (at the top of cborencoder.c)...
This is the name that is advertised when the device is in DFU bootloader mode.
I've copied the bootloader_secure_ble from /examples/dfu/ but I cannot find where to change...
Hi every body,
My system was able to wake up on gpio on dev kit but after adjusting pin , my custom board is not able to wake up.
I'm in debug mode, it was also working...
Hello,
I am trying to send a single adv packet when a certain condition in the application is met. To do this I am calling ADV_start for the initial adv packet and then...
These questions are in the context of using an nRF52840 in a serialization application. But I don't believe this will impact the information I am trying to understand. The...
I want to program the firmware into a nrf52840 on our custom board to be the NCP and do the DFU over thread. I can not use the DK board and have the nrfutil load the firmware...
Hi,
Our application uses MQTT over TLS to talk to a MQTT broker.
The MQTT APIs used are like in the 'mqtt_simple' sample code.
When mqtt_connect is called with invalid...
Hi,
I'm designing an application using SEGGER Studio for the nRF52832. I have based my application on the template peripheral example.
What I want to do is to trigger...
Hi--
I tried to implement an internally managed RTC using the app timer library, but came to find the error on that is too much for an RTC (~25 min lost over a few days...
I want to know which pins serve the purpose of TX and RX in nRF51822. I suspect its the ANT1 and ANT2 but i want to confirm and also if the following would be a good way to...
I just buy nrf52840 Dongle.
I connect nrf52840 Dongle to my USB port and open nrf Connect.
I look at guide https://devzone.nordicsemi.com/nordic/short-range-guides/b/getting...
Im using sdk 15.2 with 2 nrf52840 boards, i would like the server to connect to a particular client. How to add the devices to whitelist in sdk 15.2 ?. I have gone through...