We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
HI,
In our application, there is strange dependency for BLE service. The device is getting detected on ble scan only if we flash the ble application after flashing an application...
Hello,
with iOS 16 the connection during the update of the Firmware with IOS-DFU-Library not working. It is stop after few second with the error 202.
Do you know any solutions...
Hi, I restart advertising with ble_advertising_start and sd_ble_gap_adv_stop because I need to change the advertising interval in different situations. I am observing high...
I use nRF Connect for Desktop v3.12.0 (the latest) and its apps:
Bluetooth Low Energy (the latest standalone application v4.0.0)
Programmer v3.0.4 (the latest)
Can...
Is there support now for coded phy on nrf ble sniffer?
I'm using the nrf52840 devkit (hardware version 2.0.2 which supports coded phy) and sniffer works fine without coded...
It looks like the BT Mech spec has not been updated since 2017. Is there an update in progress and is Instaburst (or similar function) a candidate feature?
This would seem...
Hi,
I am facing a peculiar problem, wherein my application has two threads as in below:
Thread-1: is a preemptive thread which has UART functionality, along with UART...
I'm trying to run uart secured bootloader example in folder: @NRF5_SDK\examples\dfu\secure_bootloader\pca10040_uart_debug
but it doesn't work.
My setting is:
base...
Hi all!
I have created a simple application that only turns on a led and power it off using BLE in NRF52810. The thing is that simple app uses a huge RAM (~85%) and flash...
Hello,
I turned on the flash protect function through the CONFIG_FPROTECT switch, and the system kept running until spm_config_flash restarted.
Flash protect code in...
Dears,
Our custom board using nRF52833 cannot connect to Jlink after flashed a program.
I had the board connected with the Jlink via VCC, GND, SWDCLK, SWDIO and RESET...
Hi All,
I have a system with an nRF52840-dongle (PCA10059) acting as a serial port in windows 10. It runs extremely slowly. Sending 8kB over the interface takes 3 minutes...
I have the launch.json as shown below so that I can attach the debugger to a running image. This works with Cortex Debug. However, when using nRF Debug it does not seem to...
hi,
I'm using nrf connect sdk to communicate spi sensor.
which is better choice to use SPI in ncs (nrfx driver or zephyr ) ?
i) nrfx_driver: nrfx_spim_init(&spi, &spi_config...