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,
Our product is peripheral device which is based on nRF52840
We also develop central device on PC application (windows 7 & 10) but our customers might use BLE 4.2 ...
Hi Nordic. I am working on a project, where I have to connect to a peripheral device with the NRF52 DK as a central device, and get services and characteristics from the peripheral...
According to the documentation of the softdevice v6.
The scanner will automatically stop in the following cases:
sd_ble_gap_scan_stop is called.
sd_ble_gap_connect...
Hey everyone,
I use Bluetooth Mesh 2.1.1 , SDK 15.0, and nRF52840
I want to change the Transmit Power of my Beacon-Server (Mesh Advertisement Packet) on the fly, for example...
Hi everyone,
My hw/sw configuration:
- nRF52840
- sdk 15.0.0
- softdevice: s140_nrf52_6.0.0
I need to use 2 SPI and 2 I2C interfaces.
Nrf52840 has
- 3 SPI (spi0...
I am using SES and I tried to open and build this example -->
C:\nordic_semi\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_proximity\pca10056\s140\ses\ble_app_proximity_pca10056_s140...
Hi Great Nordic team:
As title, when I perform white-list function in BLE connection,
Is there any way to know from peripheral that there is a connection request from...
Hi,
I have a project that I have product which I have produced several thousand over the last couple of years and today find an issue.
The product has a receiver that...
Hello,
Device: nrf52840DK
Software: nRFgoStudio (version 1.21.2.10)
Operating System: Windows 10 (updated)
I am not able to enable the reset pin. I am trying to...
Hello All,
I am trying to build the "bootloader_secure_serial" example from SDK 14.2.0 on IAR Embedded Workbench IDE ARM- 7.60.1 and I get this error: Error[Pg004]: macro...
Hi,
I'm trying to utilize PPI system to generate repetitive sequence of tasks (lets call them Task A, B, C, D, E, F) at 0,10,20,40,60,80 ms every second. i.e. I need to...
Hi,
I'm trying to test adding my own custom service, but have errors when I tried to add a 128bit UUID, the test code is simple, in the service_init() function, I just added...
I am using nrf52832 and sdk 14.2.0.The software I am using is keil 5.17.the error is as follows:.\_build\nrf52832_xxaa.axf: Error: L6915E: Library reports error: __use_no_semihosting...
Hi,
In nRF SDK15, Bluetooth peripheral examples for HID devices were limited to keyboard and mouse. By any means, can we configure Nordic device as a game controller?