Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi everyone,
So I have using Zigbee and Thread SDK 4.2.0 for a while and I notice that some time there are some error like this
<error> app: ZBOSS assertion in file: 105...
Hello All,
I have few questions below:
- What is the efficiency of the embedded DC/DC converters in the nRF53 circuit? What is the difference in efficiency when the circuit...
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...