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 all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
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...