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...
Hello, I read in the documentation how to create a model, in the client model, which defines a struct: simple_on_off_msg_set_t {uint8_t on_off, uint8_t tid}. I do not understand...
See: http://www.keil.com/forum/63929/
Everything here refers to J-Link, eg devzone.nordicsemi.com/.../a-working-demo-of-monitor-mode-debug-mmd-on-sdk-15-please
and Google...
Hello,
I am wondering that what exactly are the differences between libmbedcrypto.a and libmbedcrypto-software.a?
I read through the SDK documentation about the opethread...
In SDK 15.2 in ble_gap.h
#define BLE_GAP_SCAN_WINDOW_MAX 0xFFFF /**< Maximum Scan window in 625 us units, i.e. 40,959.375 s. */
#define BLE_GAP_SCAN_INTERVAL_MAX 0xFFFF...
Hi Everyone,
I'm using nrfutil in an arm cortex a8 running Debian 9 with kernel 4.14.49. The processor is connected to a NRF52 dongle through USB. I'm trying to flash (using...
Hello ! My custom board is working fine (with the last programm I flashed into), but I can't access it with my debugger and I can't flash it again. When I try to flash it...
This is my Output, Looks good but not working/
Preparing target for download Executing script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET...
I am using nrf52832 with latest version of s140 softdevice.
I migrated a project, that was used on a nrf51 chip, to the latest sdk version.
The problem is that the measured...
The zipped project attached to this blog doesn't say what SDK version it should work with - but it certainly doesn't work with v15.
https://devzone.nordicsemi.com/b/blog...
Good afternoon,
I have a question regarding the ble_app_hrs_rscs_relay example. I am using this example to read scan response data from a peripheral without pairing with...
Hello, I am useing nRF52832 with custom-made board.
SD 5.0.0 and 14.0 SDK
I have a strange issue - i am using custom-made service to transfer data from/to smartphone...
I am doing an application that relies on continuous scanning of the beacons. So if I use SCAN_RSP in the advertising device, would this affect the timing of the scanning device...
I want to use BLE 5 for authentication using NFC nrf52840 on raspbian os i.e radpbery pi 3 compatibility. Could you please help me to know how this should work.is there any...
Hello, I want to establish wireless connection between PC (windows) and nRF51DK board. I want to send data from the sensor connected to DK every 200ms to the PC.
My question...