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...
Hello,
I have set my softdevice s132v3 with SDK12.2 and nrf52832 to use connection event length extension and data length extende with connection parameters as shown below...
Two Factor Authentification is enabled for my primary account (I had to create a second one to ask question).
Something has gone wrong with setting up two factor authentification...
I wanted to implement a time sync feature on nRF-52840 DK. I took a reference from this example, but there were certain things unclear to me.
Can somebody explain to me...
Hello. I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
There is a numeric comparison as an authentication method, can I do it with sdk17.0...
Hello,
I'm new with Nordic products, and I'm trying to use my New dev kit nrf5340 DK.
The request today is about my code, I implemented my code in the DK, and now I want...
i have nrf52832 and softdevice s132. i want to calculate throughput. i tried running ble_att_mtu_thorughput example and read https://www.novelbits.io/bluetooth-5-speed-maximum...
Hi,
when debugging BTmesh (with MPSL) breakpoints trigger an assert. This is listed in the known issues of the nrfConnectVScode page:
https://nrfconnect.github.io/vscode...
Hello, i'm trying to flash a code in my module nrf52805 thx to my Dk nrf52840. i have this error I followed the instructions here: https://devzone.nordicsemi.com/guides/short...
Hello,
I want to build a configuration where MCU Boot secondary partition is in the external flash and QSPI data encryption is turned on.
I modified the nrf_qspi_nor...
Dear, I want to interface nRF5340 to normal 16x2 Alphanumeric LCD running on 5 Volt. Are the Port pins of nRF5340 5 Volt compatible when nRF is running with 3.3 Volt supply...
Hello,
After succesfully configuring the W5500 driver using Zephyr, I am trying a few examples in the given samples (socket echo). I am unable to send or receive / ping...
On the nRF5340 P0.00 and P0.01 are used for the 32.768 kHz crystal by default and are not available as GPIO on the connectors.
how to remap this pins to gpio?
I need to develop a pair of BLE-capable devices that talk to each other. The communication between them will be very simple - the central needs to tell the peripheral the...
Hi,
When the NRF9160 boots the GPIO level of a given pin, such as P12, is set to high (3.3V) before the main application gets a chance to call gpio_pin_configure and gpio_pin_set...
I am now using the DFU functionality to upgrade the code combined with the CoProcessor and radio_test samples and find that the code takes up too much space to upgrade. I...