I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...