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,
I'm having issues getting my SPI to work at high transfer speeds. I have my pins configured to have high drive.
SPI is set to MSB first, Mode 0.
Colors:
Brown...
Hi All,
I am using SDK17 for my application currently. To sense ping change I am using app_button function as below. Normally my port pin remains high and current consumption...
Hi,
I am working with a NRF52840 with the SDK16 and I am facing field issues with the peer manager flash usage. At each connection the app subscribes to characteristic and...
Hi,
I wonder there is not any TX_POWER_LEVEL macro used/defined in the source code of below peripheral application.
"examples\ble_peripheral\ble_app_hrs"
Does it...
Hello, sorry to bother once more.
I am new to the nRF world and bluetooth in general, I am trying to build a device /app that gets data from 3 sensors. 2 of which operate...
Hi all,
in order to put the whole project under a decent version control system I need a list of all files used in the example project in segger studio.
The c source files...
Hello! I have the following issue with my nRF52833 board: I am in the first stage of working with it and I wanted to try the simple blinky example.
However, since there...
Hello,
I'm beginner with Nordic nRF52 devices.
I'm working on a PCA10040 (2.1.0) dev kit and I would like to communicate through TWI interface.
Then I have installed...
Hi! I was defining NRFX_WDT_ENABLED in sdk_config.h, but found that apply_old_config.h was undefining it.
Even though I had WDT_ENABLED defined to zero, the test in apply_old_config...
Please, give me an advice. I need to measure the supply voltage and trigger an interrupt after the measurement. An END interrupt is triggered only once. It must be without...
What's the difference nrf_cloud_agps and AGPS using google SUPL data?
I'm not clear about this. README.rst doesn't explain about it.
Also, to use the nrf_cloud_agps, do...
Hi Devs,
I am facing a weird behavior with my application, where the TWI writes return NRF_ERROR_DRV_TWI_ERR_DNACK or NRF BUSY
If I ran the TWI writes from the main...
Hi Nordic,
Does SLM application support IPV6, if yes could you please point us to the AT command set which configures IPV6 and also point to us complete AT commands list...
hi ... we have done one customized board which has nRF52832 controller interfaced with WINC1500 wifi via spi communication inbuilt. I have worked with the nRF52 example program...