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...
The stock LPN client for Mesh SDK v4.0.0 throws NRF_MESH_EVT_SAR_FAILED when replying to a publication set message via a friend node.
All code, reproduction data and log...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
1) I want to write Serial number into...
Good morning....
I have an application that needs a remote control to communicate to six end nodes that are about 200' away in warehouses. It is a one-way communication...
Hi
the latest Errata sheet of the nRF52840 lists number [228] RADIO: No interrupt is generated for SYNC event.
Checking it, I was a little bit surprised finding actually...
i am using BLE template from examples BLE Peripheral and adding some custom characteristics and not changing any advertisement data. But the device is advertising with only...
Hi,
I want to set up visual code studio for development. I was able to successfully run the blinky app on PCA10040 board and also emulated PCA10040e example.
After this...
Hey folks,
I don't know what's the problem but I am really struggly to implement a simple UART into my heavily modified BLE Multilink Central Example (SDK16)..
Maybe...
Hi,
In my application, I would like to transfer data from MCU ---(UART#1)---> BLE#1(Peripheral) ---> BLE#2(Central) ---(UART#2)---> PC. I start my code based on ble_app_uart_pca10040e_s112...
I am using nrf52840 pdk for sniffing zigbee network. After flashing firmware from this link on board . After connecting nrf usb port to pc , windows giving error "Unknown...
I am receiving repeated POLLHUP and reboot on my nrf91DK board (see attached log).
1) I have loaded the modem firmware with mfw_nrf9160_1.1.1.zip. (I also tried version...
Hello Nordic,
I have a sparkfun nRF52840 mini and I want to know which project from nRF5_SDK_15.3.0_59ac345 should I use to have my nRF52840 slave in the TWI communcation...
I am currently working from an SDK16.0 peripheral example utilising freeRTOS and polling the softdevice (NRF_SDH_DISPATCH_MODEL == 2).
This has worked fine for nRF5 SDK...
I have some problems with the TWI (I2C) and it seems that TWI1 does not send anything. I have managed to create a simple example to recreate the issue. I am using TWI1 instead...
Hello.
Is it possible to send more than 1B data via blinky characteristic from central to peripheral? I made my project with two characteristic (my own 128-bit UUID) basing...