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...
Hi guys,
I have some questions about sd_flash_write function:
Will sd_flash_write() evaluates if the input value is 0xFF so that it won't need to perform an unnecessary...
I have 2 questions about LE Secure Connections.
1. What are the decisions of PKa and PKb passed in "2.3.5.6.1 Public Key Exchange" of BLUETOOTH SPECIFICATION Version 4.2...
Hello,
I follow the getting started with nRF52840-DK described here:
https://www.nordicsemi.com/eng/Products/Getting-started-with-the-nRF52840-Development-Kit
A...
Hello, I'm having trouble to make the image transfer demo work.
I flashed the .hex files found here: https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo to...
Hi all,
I am adding PWM to light switch server . I added success. PWM function run OK. I use PWM1,PWM2 with Timer 1 and Timer 3 and PWM library example .If I call function...
Dear Support Team,
I’m using nrf52832 and SDK 14.2.0. In my project ,there are two dsp,one is nrf52832 and the other is ntk658, they connect via uart with each other. ntk658...
Hi,
I am developing nRF52832 peripheral, SDK15.
Let me know about whitelisting.
I'd like to below functions.
1. Delete item(device) in white list.
2. Changeing...
Configuration is all 12 combinations of the following 3 x channels, 2 x modulations, and 2 x bit rates were tested to find the worst case. More substantial testing was to...
when i upload the hex file of a s132 softdevice example program through nRFgo studio,
its shows hex file uploading failed and shows this message "Invalid SoftDevice, data...
Hello Everyone,
I am facing an issue when trying to connect back BLE central again after disconnecting it from the BLE peripheral once.
The issue is reproducible as follows...
If I want to send two byte, how can I do? I use the https://github.com/NordicSemiconductor/Android-nRF-Blinky sample code.
In BlinkyManage.jave
public void send(final...
hi All!
I'm trying to use new SD140-6 function sd_ble_gap_adv_set_configure() , according to spec. if last PARAM is NULL, function behavior : " When this function is used...