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,
We have developed our application which included sensor and receiver using nRF52840 with SDK15.0. Sensor will goes underwater up-to 100meter depth level and transmitting...
Hi,
I am struggling with a high power consumption. It is odd, because I have made several low power applications with nRF52 where I get the consumption below 2µA for the...
Hi, I've been following this tutorial on how to program the Nordic 52840 dongle and I'm stuck on the part where it is asked to change the preprocessor definitions and also...
Hello,
I am looking for a working example which is using both UARTs of nrf52840 (PCA10056) and free RTOS.
Does anybody have something (SDK 15.3)? I don't get it working...
Hi in my original code when notifications is turned on for custom characteristic the characteristic value would increment every second. However after I add NRF_SDH_BLE_OBSERVERS...
I had manged to deploy and configure mesh networks on Nordic Thingy devices based on these 2 examples separately. 1. Generic OnOff models https://github.com/NordicPlayground...
Hi,
Our system was working fine under Windows 8.1, but now we have upgraded we are having connection issues.
Our nrf device uses no security, and Windows 10 tries to constantly...
Hello,
I am unable to access my SRJ profile with email id [email protected] due to two factor authentication. i do not get anything in the google authentication app...
The value of
ACCESS_SUBSCRIPTION_LIST_COUNT is 7,
but when I add more than 3 group in subscription of a node, its shows insufficient resources error.
What is maximum...
Current situation:
I am using uarte to communicate over UART, at Individual level this works. I have serial mesh DFU implemented in my application and at individual level...
I have been able to recieve data from individual Thingy52 modules on RPi 4 in Python.
How can I setup my RPi to communicate with multiple modules?
A straightforward approach...
Hi Everyone,
I am using nRF52832 with SDK v14.2 and SD v5.0.0 for our product development on a custom chip.
While pairing for the very first time with the smartphone,...
Hello,
I am using nrf52832 board, having SDK 15.3.0 in Segger studio IDE, using window10.
I am trying to read from ADS1232 IC,
Connection:
DOUT - P0.11
SCLK - P0...
Hello,
In ble_advdata_short_name_find,
&& (parsed_name_len < strlen(p_target_name))
should be
&& (parsed_name_len <= strlen(p_target_name))
Right now, if the short...
Hello,
I am looking at the nRF51822 and was wondering if I have the input buffer disconnected, is there a difference in current consumption for that pin if it is not connected...