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...
Dear Nordic team,
We are developing a BLE application for IOS and Android. On Android, we utilized your Nordic Scanner Lib to scan Bluetooth devices and it is fine and...
Hi. I am trying to stop advertising after a delay in the UART example using;
sd_ble_gap_adv_stop(???)
What do I put in the brackets? It is asking for a uint8_t called...
Hi,
How to stop freeRTOS xtask using timer and recreate again when needed? I'm currently want to control the blink interval, for example I want to have the led blink for...
I used sdk15.2.
The peripheral sends the public key to the central.I received an exception to public key processing.
code:
case BLE_BITBUTTON_C_EVT_BITBOTTON_M_NOTIFICATION...
Hello Everyone,
Struggling with evaluation of Secure DFU over UART lines. I used the sample project "Secure DFU Bootloader over Serial Link (UART/USB) ", during the previous...
Hello -
Any advice on finding a connector from a standard NFC Antenna to the Molex 051281-0594 connector on the Nordic Thingy:52 Board?
I am trying to find a larger NFC...
Hi all,
As we see the release note of the Mesh SDK V3.0, one of the descriptions as below:
Example changes
Lowered the default Node Identity advertisement interval....
Dear support team,
i hope you are doing good.
i am using nrf51822 customized board, SDK 12.3.0 version keil 5.26 is development on windows environment.
softdevice...
We have an app that uses UART. It works flawlessly when only SD and app are present on a chip.
But if bootloader is used, UART does not work.
Why is it so? How to fix...
Hi,
I am using NRF52832 for my project. I need a support to handling oscillator
my project needs to reads the sensor raw data and through it in BLE_UART. and do calculation...
I am using nRF Connect for desktop v2.6.0 with an nRF51 dongle. On my device, my Bluetooth Device Name String is 23 characters long. The string is too long to completely show...
Hi,
I'm developing an android application with multiple BLE.
And I can connect more than one device and successfully disconnect what I want.
But I have one problem, when...
I am trying to analyze the BLE communication between my laptop ( Linux) and a BLE device. I have the BLE sniffer and the wireshark installed on the laptop. However, i am unable...