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...
In the Matter documentation, under the topic Building Matter - > Getting Help , the "Also see the quick start guide" link is broken. For me it gives:
NOT_FOUND: Requested...
Hello,
I am trying to use googleapis.com to perform cell and wifi geolocation and am having trouble connecting.
I am using a custom board with a nRF9160 chip and the 1...
In the below picture, it says Thingy 91 is certified for the bands given below.
Can you please confirm if this board is certified for AT&T , Verizon?
Regards ...
Hi, am I able to communicate over mesh with long range (coded phy) and simultaneously communicate over GATT (say to Android phone) using 1M phy? If so, could you point me...
Hi,
We are switching from vanilla zephyr to NCS and would like some directions about support for zephyr LTS2. Can we expect Nordic to keep patches to NCS 1.8.x tracking...
I had described my problem in my previous question .
In short, after a long time of a bunch of central BLE devices regularly connecting and disconnecting to my nRF52840...
I've did my homework and googling but got more confused than ever.
Basically I'm trying to printf to the debug (printf) viwer window to help me demonstrate certain information...
Hi Everyone,
Hope you all are doing well.
I'm using nrfConnect sdk v1.7.0 and vscode for development.
controller : nrf52833
Here I tried to build image with bluetooth...
Hi. I have been using this document to work on the Fanstel USB840F device. USB840F_User_Manual (squarespace.com) After erasing the device, I could'nt run this below command...
Hello, I am developing a custom board using the nRF52810 WLCSP package. I realized I made an error in the board layout after placing my order, the error being that I placed...
I made a DFU Bootloader for my nrf51822 that waits for two seconds before starting the application, so I have time to connect and flash.
That process was working with the...
If I set two separate UUID scan filters as below:
Is it possible to discern which event triggered the filter match?
At the moment on the scan_filter_match callback,...
Hello,
it's a nice concept to include sensors via the device tree and simply enable them in the project file. But I feel like I'm losing control of the sensor a bit. I don...