Hello,
I would like to develop a custom key sharing algorithm for nRF8001 chips. As far as I have understood the only way to use full 128-bit temporary key (TK) is OOB...
i am useing nRF51822 pairing with nRF24lu1 over GZLL protocol now,
is there someone have the experience on how to config the parameter of GZP_TX_RX_TRANS_DELAY in function...
I have a peripheral running the S110 stack, which presents a characteristic to which I want the central (running S120) to be able to do a long write. What I've been trying...
Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
Hi,
We are use iBeacon to position mobile phone. What can we do to increase the RSSI power?
50m is enough for our application, but we need to stable the value of RSSI...
Hello,
How can I manage the rotation direction of DC/EC motor with NRF52?
This doesn't work:
#define DUTY (90)
while (true) { nrf_gpio_pin_write(SERVO_PIN1, 1); app_pwm_channel_duty_set...
Hello, I am using the Peer Manager and FDS. I am storing one record with file id 0x1111 and record key 0x2000. When I call fds_file_delete( 0x1111 ), subsequent call of fds_gc...
Hi,
I want to do some math operations on matrices in C with complex numbers like multiplication, eigenvalues a nalysis,.. Can someone recommend any library?
Since I am...
How can I read and/or write registers belonging to the Network core from the application core. I would like to do it without modifying the hci_rpmsg that is built by default...
Hello,
MCU: 52832
SDK: nRF5_SDK_17.0.2_d674dde
I am currently using ble_app_hrs_freertos_pca10040_s132 as starting point with SEGGER Embedded Studio as debugger...
There are source files (nRF Connect SDK) with two SPDX license indentifier: "SPDX-License-Identifier: LicenseRef-BSD-5-Clause-Nordic" and "SPDX-License-Identifier: LicenseRef...
Hello,
I am starting to work on a sample project, wherein I need to include multiple C++ files, all present under a common folder. Can I define that common file path under...
Hi
I use keil or SES to compile the example(nRF5_SDK_17.0.2_d674dde\examples\multiprotocol\ble_ant_app_hrm\pca10040\s332). There are some errors occurred as shown in the...
HI
Recently, I had updated the toolchain manager in NRF connect desktop. Now I have version V0.10.0. I think, at the time of the tool manager update my NRF connect SDK also...
Hi,
I am trying to implement a Thread Border Router on Raspberry Pi 3 with NRF52840DK as a Network Co-processor (NCP).
I have followed the below steps to install the Thread...
Hi
I succeeded in changing the channel mask in the advertize_init function, but I could not change it in the middle of the function.
For example, I want to change the...
Hi,
I am new to Nordic product. I bought nRF52840 board and DWM3000EVB board from Qarvo for building some UWB project. I checked this forum a little bit. But I still did...