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...
I can run the SAADC example and read the analog inputs fine, now I've modified the code to simply read the adc with the blocking nrf_drv_saadc_sample_convert call
All I...
Dear All,
while testing an own nRF52832-based PCB and an nRF5840 PDK for current consumption, I compiled and flashed the code below to both devices. Since then I am not...
Hello All,
I don't find any example of Dynamic Multiprotocol of ESB and BLE.
The current multiprotocol example in Nordic’s nRF5 SDK is a switching solution for multiprotocol...
Hello,
Here is a summary of my main transmission protocol:
The (unique) client contact one of the many servers to get the value of a particular server's state.
In the...
hellow nordic.
i use sdk14.2 ,but pstorage_update return NRF_ERROR_NO_MEM.
i use NRF_SDH_SOC_OBSERVER(m_soc_evt_observer, 0, sys_evt_dispatch, NULL) to creat sys_evt_dispatch...
I have a couple of "cannot-be-resolved" issue with Eclipse.
Issue 1:
Sometime when I set up a project in Eclipse, it runs into an issue where types like uint32_t or...
Hi,
I'm trying to send sensor data via BLE to Processing. If someone has already done it, could you post your code or help me explaining how to approach the problem?
I...
Our Nrf51822 will disconnect the connection with timeout reason when it is sending a large amount of data (about 20-70 KB) to our central device which is TI cc2540 . This...
Hi Nordic.
I have questions about preserving device unique information such as device id and so on. (The information will be written in factory)
I know the best way is...
I am trying to add I2C/TWI bus to nrf51822 device. I have used the SDK example code (12.3.0) and keep getting the following errors:
sdk/drivers/nrf_twim.h:69:38: error:...
Hi, Is it possible to make the same nRF52832 device to function as a master for some interval and then switch it to slave?? i.e, Does Nordic have a single SoftDevice capable...
Hello, the current QIAA package is rather demanding on the manufacutring and significantly increases our cost, are there any alternatives? I failed to find any in the datasheet...
Hi !
My goal is to create a large mesh network (over 100 nodes).
I plan to have 3 kind of nodes : a client (connected to a PC), several server relay nodes (not on battery...
Hello,
I have got a question about gpio current protection in nRF52 - I have checked forum but I haven't found answer on this specific question. In nRF52 specification I...