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 asked a relevant questions before and was advised to solicit such information from my local Nordic operations. But they didn't appear to know that either, so I'm here...
Calling ble_nus_string_send() from within a TWI callback (case NRF_DRV_TWI_EVT_DONE) is performing a reset on my PCA10028 (nRF51422). It works fine from the main loop.
...
When I run nrfutil, the program immediately throws a Python exception. It has been working for the last 6 months. I've used pip to try to upgrade protobuf and nrfutil, but...
I AM HAVING A COUNT VALUE WHICH IS IN THE RANGE OF 10000 - 100000 WHICH IS TO BE TRANSMITTED OVER THE BLE (OF THE BOARD) TO THE ANDROID DEVICE. I like to use nus service to...
Not really a development question. I'm looking for a wearable BLE device to use as a prototype for an academic research project (in a healthcare/hospital setting).
The...
Hi there,
Can anyone help me do secure DFU using bluetooth on PC please? I've tried every possible node.js solution to no avail.
I don't care what programming language...
Hello,
To my understanding, normally, either after a reset or powering up, the program should first run to Reset_Handler, then SystemInit, then __main.
Somehow, my program...
i used RTS service example in nRF5_SDK_13.1.0_7ca7556.
I entered the value in cccd,then i see ATT_ErrorRsp: status=0 oc=0x0012 h=17 err=5.
What's wrong with it and how...
We have tried working with nrF UART android source code from Github, it is not working, we have connectivity issue. it is working fine with the uart application which we have...
Hello, I'm developing firmware for a custom PCB with an nRF52832 chip. I've implemented almost all of the peripheral functionality I need (including TWI, GPIO, GPIOTE, delay...
Hi there,
I've already downloaded ble_mesh_v0.9.1-Alpha SDK and I can use arm-none-eabi-gcc to compile it, one thing I want to know is that how can I switch HWID to 52 in...
Hello,
I'm trying to use ble_app_hrs_rscs_relay_pca10056_s140 on a nRF52840 Preview DK using example from SDK 13.0.0_04a0bfd.
When I copy the precompiled .hex file in...
Hi,
I'm trying to add another element with a simple onoff model to control a second LED on the same server node.
I get APP_ERROR. I try declaring m_server0, m_server1, generic_get0_cb...