Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...