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?
Hello Support Team!
I use nRF52840 and migrate to nRF5 SDK 17.1.0. But I can't use Trace functionality, because SystemInit method from system_nrf52.c file use wrong pins...
Hello,
I use the Blinky example from the SDK. Now I would like to implement an UART on the nRF52840 Dongle. But the program always stops at either nrf_drv_uart_rx or nrf_drv_uart_tx...
Will the https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s132.api.v6.1.0/structble__common__opt__pa__lna__t.html# work with nRF21540? As I know this function...
Hello,
Multiple threads on our board require network connections, which can be over either the LTE-M modem, or over ethernet.
To this end, we created a Socket Manager...
Hi! I'm using nrf52832 and SDK 16. I have a custom board that doesn't have an external oscillator for low frequency clock and uses internal RC so pins 0 and 1 can be used...
I am using RTT logging and it is interfering with USB HID data transfer. The host sends consecutive OUT packets and I print some logs after each one. I will miss a APP_USBD_HID_USER_EVT_OUT_REPORT_READY...
Hi,
We are using nRF52840 chipset with SDK 15.0.0 with Mesh implemetation.
1. We are provisioning the mesh node using the nRF mesh APP.
2. Then we are resetting the...
Hello,
I had been looking at BLE mesh documentation as well as the examples on the SDK and looks every node should have a dedicated function. generic on/off server controlling...
Hello!
I am trying to interface with some old hardware that communicates over a single data pin. I need to take in varying 32-bit packets and output the data that translates...
Hi all,
The chip we used is nRf52832, the version of SDK I used is nRF5_SDK_15.2.0_9412b96.
The problem is when I pair to windows 10, sometimes PM_EVT_PEER_DATA_UPDATE_SUCCEEDED...
Hi,
I am using i2c driver available with zephr as i2c master. This is working fine.
I want to change the pins to P0.02 for SCL and P0.03 for SDA. I see multiple questions...
Hello,
I am looking into the peer manager and the LESC module and have some question regarding what is possible to do with this.
Is it possible to manage the private...
Hi,
I am updating SDK version from 15.0 to 17. We are using nrf52840.
I would like to know if these are necessary to add, as they were added in some examples, and if so...
Hi,
i have a problem when using the ble_uart connected to Raspberry-pie withe Bluez.
after 40 seconds the connection is lost.
tried to use several examples, but most...