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...
With my custom board I can program it, debug it and it output log ok, but just can not be scanned or scanning any other ble devices.
besides: the code works well in other...
I am trying to use 2 SPIS peripherals to collect ADC data and have a couple of questions:
1.) I do not need a MISO function in my SPIS implementation and would like to know...
I'm designing a system with a main processor and a LTE modem, currently looking at the nRF9160. I flashed the at_client firmware into the dev board. Using a Nordic supplied...
Hi all,
My nRF52 application (central) uses a BLE link to connect to an Iphone (peripheral).
However it happens that the connection breaks, and I want to implement an...
I'm using the nRF52840 Preview DK board.
nRF5 SDK for Thread and Zigbee v2.0.0 (Release Date: Week 39, 2018)
Segger Embedded Studio for ARM V3.52
I can run the zigbee_dynamic_light_switch_nus_pca10056_s140...
I'm looking for a way to transfer a large file at high transfer rate with an L2CAP oriented connection with credit based flow control, as briefly referenced in this post....
I want to develop and BLE Mesh Network using nRF52840. For that matter i require one
1)SDK NRF 52840
2)DONGLE (TO MONITOR THE TRAFFIC),
3) Third thing i want a ble mesh...
I want to filter the peripheral devices with part of the UUID.
Consider my uuid is {0x01, 0x12, 0x23, 0x34, 0x45, 0x56, 0x67, 0x78, 0x89, 0x9a, 0xab, 0x47, 0x4E, 0x44, 0x00...
Hi.
I have a question.
if Master(0 of node) transmit data to node(2 of node), but 2 of the node isn't transmitted round with Master node.
Is there konwn method...
I'm having an issue trying to program the nRF52840 Dongle with the DK, and wonder if i am missing something. Here is my setup/what i've tried:-
I have nrf52 DK (52832),...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hi all,
I am debugging a program after compiling with no errors using the SDK 15.2.0 on a windows laptop and nRF52840 board. The program was designed to save 8 bytes of...
There is bug in SDK 15.3 in the way the DB discovery procedure handles SoftDevice busy state. In the discovery_start() function the code checks return code from sd_ble_gattc_primary_services_discover...
Dear all,
I am using nrf52832
SDK15 and soft device s132.
Is there a way to wake up the device from sytem_off mode(deep sleep mode) automatically?
Can I do it without...
Hello,
I have made a few example applications for the Thingy:52 with Zephyr Project and i really like it!
Now i want to make FW changes using Zephyr and I'm not sure...