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...
Kind folks,
I have used the nRF Connect app on my MacBook Pro to (carefully!) install the new 1.9.1 SDK and the Nordic version of the SEGGER Embedded Studio. Using this...
Hi,
I'm running into a frustrating issue where I can get the NRFX_SPIM and my own BSP examples to work, but when I try to combine them - the buttons stop triggering their...
I have an existing system for my elderly mother based on a nRF52832 puck ( www.espruino.com/Puck.js ) that includes the button-press-count in its advertising data. When the...
Hello,
we want to communicate the BLE to BLE without connection how to communicate?
One BLE is continious on scaning mode and another one is advertising mode on event...
Tried to compile the Bluetooth: Peripheral UART-sample, (nRF Connect SDK v1.9.1) and got an error:
FATAL ERROR: command exited with status 1: 'c:\ncs\v1.9.1\toolchain\opt...
Hi,
I am devloping base on azure_fota example and got the Peer closed connection! after used the SAS URL.
First, I complete do the FOTA by using the normal URL from blob...
I am working on my nrf52810 . I just found an issue that, when my device enter DFU mode its show dfu trag , I can not return to the application(If I do not want to upload...
Hi,
1. Is bootloader file and firmware file, different for projects build on nCS..? Or a single executable build file consists both bootloader & firmware..?
2. Can you...
Hi
I am working on driver for SPIS and would like to run higher than 8 MHz. We have been doing some tests and seems like it is possible to go e.g. 10 MHz.
Is the nrf51810_PS...
Hi,
How can I put an application at a specific memory location?
I want to upload 2 programs to my device and switch between these applications. I modified the bootloader...
Olfox recently raised a concern with the 400kHz frequency setting for the TWIM peripheral, which I confirm is incorrect in the SDK (17) and nRF52832 datasheet (v1.7); I attempted...
As described in that PR I am getting a hard fault when trying to cancel a download.
https://github.com/nrfconnect/sdk-nrf/pull/6955
To reproduce this issue apply the...
Hello! We are developing a board with NB-IoT connection base on the nRF9160 but also BLE capabilities based on the nRF52832. While researching the best way to implement this...
What is the default path of Kconfig in SES Project ? I testing Azure-Iot_Hub sample project. I define the AZURE_IOT_HUB_DEVICE_ID and AZURE_IOT_HUB_NAME in prj.conf file....
TLDR; How do I access GPIO and other peripherals via SEGGER IDE without using Zephyr when creating a new project as "New > New Project > Nordic A C/C++ Executable". Please...