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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hello everyone,
In our custom tracking application for the nRF9160, I am connecting to nRFCloud through MQTT when needed. Either when sending a data, or requesting assistance...
Hi Nordic and everyone else!
First my question: I am sending my position data to the cloud in the same matter as the MQTT Multi Service sample. It converts some PVT data...
I have made a second rpmsg endpoint to hci_rpmsg sample and integrated direct test mode sample functionality behind that second endpoint. Application has dedicated test mode...
Hi team,
If the TTL count is 100 but the number of devices in the network is 10. Will the device routing table in BLE mesh SDK understand that the message has been already...
The UART and UARTE peripherals share the same ID (2), and only one of these can be enabled at a time.
How do you enable only one of these peripherals?
The register blocks...
I have MCUBOOT working using the default UART pin numbers. I need to change the UART RX and TX pin numbers used by MCUBOOT for a custom application. I am able to change the...
Want to store the CONFIG_BOOT_SIGNATURE_KEY_FILE in the project space, not the ncs folders.
Looking for a method to define file location without using a absolute path. ...
I am using NCS v2 and VSCode extension on Windows 11.
I have two pieces of hardware I am testing with:
Adafruit nRF52840 Feather
Custom nRF52840 board
When I flash...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
I would like to automate some unit tests with NCS. I tried running the native_posix qemu builds, however, this does not support the mac m1 architecture (maybe Linux only?...
I'm updating the NCS we are using from 2.0.2 to 2.1.0 in order to use the modem firmware 1.3.3 that was just released. I verified my build with NCS 2.0.0, 2.0.1 and 2.0.2...
Hello!
I use NRF Connect SDK 1.8.0, but peripherials are configured using nrfx library.
My task is to implement serial interface where I have PIN_TX and PIN_RX. I transmit...
Hello All,
I have few questions below:
- Does the ENABLE input disconnect the internal power systems completely, or does the circuit remain in some mode and nevertheless...
Hi Sir,
I am testing the NDT w/ example "nRF_DM" (NCS 2.0.0), there are two nRF52840-DK for this test. When two boards link success, the terminal starts to show the log...