Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
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...
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...
We are trying to read a flow sensor in our device. The device is in PSM mode most of the time.
The sensor outputs its state in digital mode HIGH or LOW. We are checking...