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'm currently looking at using a last will message that updates an attribute on the cloud if the device disconnects from the broker. The broker and client agrees...
Hello everyone,
My current setup:
1.Development Kits = NRF52840
2.Nrfutil Version = 6.0.1
3.Softdevice = S140
4. Operating System = Linux
In current goal is to...
Hi There,
I am currently using a custom bootloader for my devices which was started from the secure bootloader example given in the SDK, I am using BLE as the transport...
i have nRF Connect SDK v1.6.1,excuted “west update” and “west zephyr-export” command(the project will not built successfully without executing these 2 commands)
then i was...
ncs version 1.6
SES
Windows 10
I have installed ncs completely using standard tools.
Now I am following the tutorial Part 1.
The project hello_world is created...
Hi,
I have a GPIO used as input or output. When it's used as an input (99% of the time), I have an interruption on it (falling and rising edge).
When I use it as a output...
This is my first time using Nordic SoCs, so forgive me if this is a silly question. I have a Fanstel BT832X evaluation board (model EV-BT840(832)-V4). I tried the Nordic's...
I upgraded the code from sdk13 to sdk17.
The setting is the same as the original code and there is no error.
However, if I build, the original code is built with the app...
how am i going to merge ble_app_multirole_lesc and ble_app_blinky
I add
into ble_app_multirole_lesc main.c
and it stuck in services_init()
seems like the err_code...
Hi,
I would like to make a system that goes to sleep for a while and wakes up for a short time thanks to the rtc. According to the documentation, the power consumption of...
Excuse me:
PPK2 doesn‘t work,I don't know why,The computer does not recognize the usb port after connecting the USB cable,The indicator light of ppk2 is not on.What should...
Setup:
nRF PPK2 is connected via USB to the port DATA/POWER to the PC
Running nRF connect version 3.7 from ubuntu 20 causing the following issue, when using "Power Profiler...
Hi, I'm having issues programming my Thingy91 via the NRFConnect programmer app.
The Thingy in question has had various applications run on it over time, but the objective...
Hi,
I am currently setting up an MQTT client via the MQTT publisher sample on zephyr.
My mqtt client is a NRF5340 and it is connected via ethernet with my pc and also...
Hello support
I have modified the cli examples and run into "undefined reference to `nrf_cli_uart_transport_api'" linker error.
The error message is
Compiling file:...