I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi,
I want to use the onboard 5340-DK QPSI flash for saving binary data into, however when i enable the support for it i get that the device is not ready. I have tried both...
The above is my code.
This is running log.
After scanning multiple times, my application may freeze, as shown in the log, and there will be no response after receiving...
I am developing a project on nRF9161.
I am interested in calculating data usage for different protocols (for example MQTT with TLS) when communicating with a server over...
Hi,
I refer to the method of the link below, which can generate factory_data.hex
https://docs.nordicsemi.com/bundle/ncs-latest/page/matter/nrfconnect_factory_data_configuration...
I am attempting to write a routine that monitors the heap in order to track down a memory leak. I've seen similar tools on other platforms and found them quite helpful. To...
Hi,
Previously I have merged spi with ble_app_uart on NRF52832 based ISP1507 test board . It has performed successfully which was enough to carryout the evaluation phase...
Hi. experts, I tested [TC-ACE-1.2] Subscriptions with Test harness, which is UI-Python. I execute it on Docker,./certification-tool/scripts/otbr/otbr _ start.sh; And write...
Hello.
I'm trying to figure out which microcontroller is best for my use case. I need to have as many bluetooth low energy concurrent connections as possible and the device...
After rummaging through the awful and extremely limited documentation relating to external programming using the NRF52840 DK (so I don't have to pay for the $700 scam device...
Greetings
I am trying to use the BLE fundamentals exercise (Lesson 4 exercise 2 solution) to send actual sensor data, that I receive via I2C, to my nrfConnect app.
When...
I have a question about for LE. In my understanding, BT connection must confirm each profile, and it is able to connect same profile that each products have. For example,...
Hi,
I just wander why in the peripheral UART sample for the nRF5340-DK (ncs, SDK 2.7.0), the prj.conf doesn't include the internal capacitor configuration:
prj.conf file...
I realize that Bluetooth is the primary target of these devices these days, but I wanted to try an old tried and true example on the nrf5340. I am rather familiar with esb...
Hi,
When I try nrfsdk/zephyr/sample/bluetooth/periodic_adv_rsp, after changing subevent_interval to 8, I meet following error:
*** Booting nRF Connect SDK v2.7.0-5cb85570ca43...