Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hi
I need to connect to perticular central and i know the central MAC address. So i am using whitelisting in peripheral.
I made below changes in my code in ble_app_uart...
I am trying to use the gzp_dynamic_pairing example in SDK version 16 with Segger Embedded Studio and the PCA10040 dev board. There is no project for SES so I copied what I...
Hi,
I am working on nRF5_SDK_17.0.0_9d13099\examples\peripheral\uart project.
How can I increase the UART buffer? like if I have to receive 100+ bytes data how can I read...
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...