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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Hello all, I have a nrf52820 SoC with which I would like to do a DFU. When I flash softdevice, application and bootloader together with bootloader settings, the bootloader...
Hi,
We are developing the nRF52833 DK with NCS v2.00.
We are building a device that transmits various measured values from sensors every second for multiple hours (around...
Hello, I'm trying to have a Mesh device act as a writable NFC device, however I'm running into an issue with conflicting flash storage. Mesh seems to use PERSISTENT_STORAGE...
Hello! We are trying to sign our data using ECDSA ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/crypto/ecdsa/README.html ) , so we can send our...
Hi,
Dear developers! I am wondering, why the bootloader bin file defined in manifest.json can only be uploaded once via DFU to the Danalock V3 smart lock device?
When...
Hi,
I'm trying to test a simple SPI communication between nrf52840 dev board and adxl345. I'm following this guy's youtube tutorial on segger embedded studio. Here's the...
Hello,
I have an SES project that I would like to migrate to the nRF Connect plugin, in Visual Studio Code. When I try to "Add an existing application" and select the directory...
Hello,
nRF52840-DK, SDK17.2,
double b=log10(0.00000226497650146484375); NRF_LOG_INFO("log10=%d",b);
b retuan 0.0;
why?
The calculation result on the computer is...
I am new to Segger Embedded Studio, I do a test on ble_app_template demo on nRFSDK_v16.0.0 on nRF52840 with S140. There are two configurations of the project, namely Debug...
Hello,
I am getting the following python error when building matter examples using SDK 2.1.0 and MacOS. The same code will build successfully if you open a "terminal" using...
Hi,
I am trying to update the firmware from ble_center to ble_peripheral via BLE DFU(SDK version is "nRF5_SDK_17.0.2_d674dde"),
On the ble_peripheral side I can successfully...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I'm following the tutorial on youtube of Nordic Semiconductor called "Developing Bluetooth Low Energy products using nRF Connect SDK" ( here the link https://www.youtube.com...
I need to use an IPC channel between the Application and Network CPUs to notify one side when the other side has modified data in shared SRAM (region 0x20070000). My system...
Hi,
I am using nCS on nrf52833 based BL653dvk, I am based on default 32kHz CPU frequency. I need to go higher up to 40MHz, kindly suggest what configuration options I...