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...
Dear Hardware Application Engineer,
We are using nRF ASICs for our IoT products for the past two years.
In nRF52x series products, forex. nRF52840, there is a power supply...
When I do a DFU on my device (nrf52832 with Zephyr) using nrfConnect, the update is successful, but I get a message in the log stating "Length of data to send exceeds MTU...
Hi Nordic,
I am using the Raytac module with the nrf52840 inside, I have set my hardware as mode of Reg0 DC/DC enabled. Which disconnected the VDD and VDDH. Also I have...
Hello,
We need to use the RX TX on TTL level. That is possible with the nRF24L02 chip, as fa as I can understand from the datasheet. But we also need to use 8 bits, even...
Hello,
I am using nrf52840(nRF5 SDK v15.2.0). armgcc compiler, softdevice s140 hex, and application + OTA bootloader combined hex file.
in my application, I have some...
Hi,
We're developing with Zephyr OS on nrf9160 and recently added SD Card support. We build our application also for qemu_x86 for testing purposes and would like to add...
Hi!
Hope you are doing well!
I was wondering if we can use a normal characteristic to do the buttonless DFU (i.e. transmit all .hex file through that normal characteristic...
Hi, I have a few questions related to extended advertising. I am trying to receive extended advertisement sent from an nRF52832 with an ios device. The Softdevice used is...
Hello!
I have the Serial LTE code running on an NRF9160 DK and sending AT commands to publish data to MQTT broker.
It happens sometimes that the NRF9160 looses network...
I want to verify below configuration can operate or not in bluetooth ?
Fitness tracker is preset in connected mode. Broadcast mode can be selected as fitness tacker have...
We have been tracking down the source of excessive power consumption that we have been seeing with the nRF52840. Our application is spending the vast majority of it's time...
Hello,
I am following a tutorial about writing a custom ble service on the NordicPlayground Github:
https://github.com/NordicPlayground/nRF5x-custom-ble-service-tutorial...
I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...
Hi, I have a BLE service:
BT_GATT_SERVICE_DEFINE (lres_svc,
BT_GATT_PRIMARY_SERVICE ( BT_UUID_LRES ),
BT_GATT_CHARACTERISTIC ( BT_UUID_LRES_STAT , BT_GATT_CHRC_NOTIFY...