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...
Following file: nRF5_SDK_15.2.0_9412b96/modules/nrfx/drivers/src/nrfx_saadc.c
I've now just add gcc specific unused attributes.
This is just a work around. Best would...
Hi!
I am planning to move sample code of uart.because I port the function of uart to spi sample code.
now i take the SDK14.0.0 and uart sample(examples/peripheral/uart...
Hi, I can make a DFU over BLE with nRF connect 2.5.0 Bluetooth Low Energy, all is OK. I use my nRF52840-Dongle PCA10059 (Serial port: COM19 | USB: Nordic Semiconductor nRF52...
Hello,
I'm using SPI 3 to communicate with a NAND memory. I'm able to go up to 8MHz but not more than that. Do I need to set an array list or use the spi manager.
Is there...
Hi Nordic Support, community,
Recently I started working with the nRF52 dongle, after flashing a hex file via nRFConnect/Programmer applic (version 2.5.running on Windows...
Can anyone tell me where the board / device choices in Eclipse come from, as shown in the screen shot below? I have none.
I copied my Eclipse installation from a working...
Hi all I've already setup my Eclipse environment as described in Development with GCC and Eclipse . Now I want to use the SPI libraries for my example. But I got the first...
Hi
The compiling of standard TWI sensor example is giving me an error with SES.
Please find attached a snapshot of the issue.
Need your help ASAP. Thanks
Ch...
My pcb is nrf52832 based, with SPI interfacing ICM20649 sensor.
- Nordic SDK 11.0
- Softdevice 2.0
I am able to flash example code of SPI based ble_peripheral and mpu...
Hello,
I am using an app_timer on my nRF52840 (SDK 15, Softdevice 140) to keep track of the time on my device. After a specific event, I would like to be able to clear the...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
I have been successfully using nRF Connect v2.5.0 on Windows with a PCA10056 v0.9.2 to communicate with our target device, a nRF52840 using S140 v6.0.0, nRF5 SDK 15.0.0. We...
I have four button and one external interrupt from GSensor on my demo board, and I use GPIOTE_CONFIG_IN_SENSE_TOG for button and GPIOTE_CONFIG_IN_SENSE_LOTOH for GSensor interrupt...
Hi, I am wondering what cost-effective JTAG debuggers you can use with the nRF52832 hardware using the 10-pin standard debugging header. For example, has anyone used the Segger...
Hi All,
I am using the nRF51822 board and have it connected to a micro SD card shield using SPI.
I have not changed anything in the example file with the exception of...