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...
Good afternoon, I have a new small, but I think important, question. I did not find a concrete answer on this forum. The question concerns the correct switching of buffers...
I had try to use nRF connect to connect between nRF52840 Dongle and the bluetooth of application.
(I'm not sure the model of bluetooth of application.)
It's connected...
How many crystals/oscillators do I needfor a NRF51822 WLSCP chip?
I looked at datasheet and I'm assuming I will need a 16 Mhz crystal, a 32Mhz crystal, a 16 Mhz oscillator...
I am using IAR workbench and working with the nrf52 DK, using the S132 v.3.0 softdevice. I used the blinky example code to connect the nrf52 with my android phone over BLE...
Hello,
I got TCP Server example working on nRF52DK with Raspberry Pi.
I set everything up and can ping global addresses of DK on all interfaces (wlan0, eth0 and bt0) from...
Hello,
I am using NRF52832, SDK v15.1.0.
For advertising on single channel, I added " p_advertising->adv_params.channel_mask[4] = 03; " in ble_advertising_start() ,...
SEGGER Embedded Studio 3.12
nRF52 SDK 15.0.0
In order to generate peripheral driver library files,how to create library in project(have .c&.h file in this project).Only...
Hi,
SDK documentation says "You cannot write to UICR.BOOTLOADERADDR when using the default J-Link target driver in IAR". Some threads suggested it is only nRF51 issue, but...
Hi!!
Now I am using sdk 14.0.0 / example / peripheral / spi / pca 10040 / blank / arm5_no_packs /
I am sending commands to ads 1192 with nRF 52832 DK as master and after...
I had an issue on using HID to control the media in Android. It worked fine at the first connection, I could play , pause and change the song on phone. But it couldn't control...
Hi I would like to confirm which NRF51822 models are the 0.35mm thin WLSCP package. I checked Avnet distributor and they say that NRF51822-CTAC-R7 is 0.35mm but the package...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132.
I need to make an android custom app (with UART functionality) so that only...
I'm trying to get a third party demo application working and I seem to be having an issue with the nrfx_spi_xfer function getting stuck waiting for the NRF_SPI_EVENT_READY...
Hi everyone,
I'm learning about proggram the nRF52840 dongle and I tried to code an interruption. Press the SW2 to turn on a LED
So, looking at this code, where did...
I am trying to make the nRF24LE1 as a sensor node. So I want to configure it to work as a receiver/transmitter and simultaneously use the ADC and UART. But the moment I added...