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...
how to unpair our nrf52 device once it's paired with another nrf52 device, currently we need to switch off the device so that we can pair another device.
Hi all,
I have a customer that has requested NRC tap to pair functionality for their device, mostly for convenience. This is fine, but I'd like to know what they're getting...
Hi,
We are running into a weird issue with some our devices when they are in the bootloader.
The bootloader fails with this error in nrf_dfu_validation.c: Invalid protocol...
Hello,
We have a firmware with 2 versions that runs on Baremetal and FreeRTOS on nRF52840 DK. We would like to port this firmware to nRF9160 without Zephyr and continue...
Dears.
when I connect nRF52833 to connect DK board, JLINK is ok .but could not find device from target device selection.
nRFGo studio is the same. what's the reason for...
Hi All,
I am able to perform the OTA DFU from the NRF52840 Dongle using the NRF Connect Bluetooth low energy application and default Nordic firmware.
I would like to...
I have a service with 2 characteristics, TX and RX. On TX the notify is enabled, because TX should send a notification when something changes. I manage to change what is needed...
Hello everyone.
We have a design based on NRF52840, which uses the built in USB peripheral and was fully tested and prototyped using NRF52840-QIAAD0-2031MR. We have now...
Hi There,
I have downloaded the nRFgo studio and nRFgo SDK and other files found here: https://www.nordicsemi.com/Products/Low-power-short-range-wireless/nRF24-series
...
For the MPSL/timeslot example in NCS 1.5.0, I am trying set up a TIMER0 compare interrupt to take clean-up actions before the timeslot ends, as suggested in here . However...
Describe the bug Attempted to use the samples/bluetooth/hci_usb/ project with CONFIG_BT_EXT_ADV=y CONFIG_BT_EXT_ADV_LEGACY_SUPPORT=y CONFIG_BT_EXT_ADV_MAX_ADV_SET=4 CONFIG_BT_PER_ADV...
Hi, I have the Power Profiler Kit PCA63511 used on top of the dev kit PCA10040. I am trying to measure the power consumption of my custom hardware implementing nrf52832 using...
I'm already using nrf51 in a project and now I need to make a DFU with BLE using a gateway. For the gateway project, I was thinking of using a nrf5x to implement a DFU master...