Hello,
I have a BLE peripheral device that becomes the server once a connection is established. The BLE services and characteristics are all custom, I will include the defines...
Hello,
I am working on developing a BLE peripheral FW (Reader) with NRF52840 using nRF Connect SDK 2.0.0. The Reader has two MCU, one is BLE MCU and other is the main...
Hello, I am developing a custom board based on nRF52832 that should spend most of it's time in SystemOFF mode. Eventually, it will wake up on an GPIO event caused by the external...
This ticket is related to an old unanswered case ( Openthread otUdpSend transmit finish ). I need to send a large UDP message in chunks and therefore need to be able to tell...
Hi,
I am working on setting up multiple ADC channels in the device tree. My starting point is here , which seemed to be an unofficial ADC example that many ADC-related...
Im building a wireless sensor network for farming applications and the issue I face is that when I supply the nrf52840dk from the external supply pins (P21) I get like 25μA...
We have a device that works correctly on iOS, Android, mac, but disconnects on some Windows machines. We use nRF5 SDK 17.1.0 and s132 7.2.0. The disconnect occurs after the...
We have implemented the delta modem firmware update and are running a test of that procedure as part of our CI pipeline. The test uses the files
mfw_nrf9160_update_from_x...
Hi,
I am following below link for DFU-BLE. am able to complete that. but my question is
1.who is handling the data coming from,
2.how many chunks it is reading ,
3...
The BLE core specification states that using advertising extensions, the total host advertising data that can be advertised is 1650 bytes. This is achieved through fragmentation...
I am having problem binding a SPI device LSM6DSO. Stepping through the code and found z_device_is_ready() return false because dev->state->init_res NOT equal to 0 bool z_device_is_ready...
Dear Nordic engineers
I ask a question about LLPM some time ago and I accidentally closed the discussion.Now there is a new follow up.
devzone.nordicsemi.com/.../llpm...
Issue tracking in GitHub seems disabled for https://github.com/nrfconnect/sdk-nrf
Where can i report bugs for the nrf connect sdk v1.9.1?
For instance i just started with...
In the "ble_app_uart" in the ble_peripheral showing the error?
error is -
Building ‘ble_app_uart_pca10040_s132’ from solution ‘ble_app_uart_pca10040_s132’ in configuration...
I´m trying to add Xiao BLE (nRF52840) to the nRF Connect SDK. Here is the configuration part for the flash that I use in the device tree file:
To simplify the configuration...
Hi,
We have an application based on BLE_UART TXing sensor data.
Most of our sensors are read through PPI with minimal code interaction (except for packet counters etc...
Hi, I’m trying to program my nrf52840 dongle. I did have followed the steps from the nrf52840 programming tutorial, but I have some issues.
I’m trying to write the USB CDC...
Hi,
I'm using nRF52810 with SDK 17.02.
When I don't download bootloader my application worked normally. After I downloaded bootloader, there logging NRF_ERROR_SVC_HANDLER_MISSING...
The main loop in our nRF9160 (NCS v1.8.0) is a typical main loop with semaphore following https://docs.zephyrproject.org/latest/kernel/services/threads/system_threads.html...
Hi,
I am trying to bring the nrf52 in sleep mode for 12 hours and broadcasting mode for other 12 hours. The idea behind it is to save the battery for longer life. What...
Hi,
I am testing NRF CTS and ANCS examples using iOS 14.7 (iPhone 6s) and 14.8(iPhone 10) and Zephyr 1.9.1. The peripheral (target) is a custom wearable running on nrf52840...
Hi team,
Our customer is working on a sensor related project targeting to use nRF9160-SICA, since their sensor will be placed in some places with high humidity and full...