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...
Hi everyone,
I have a device which can be a gzll host or BLE, depends on what software inside, and it is based on 51822. And now, I would like to combine this two function...
Hi,
I know that the NUS service ble_data_send() can send string and integer data via BLE to an app, but can it be used to transmit 24 bit float data ? If not, what other...
Hello,
I'm very new with the DFU on nordic and I would like to know if it is possible to upload a valid application so that my DFY can jump onto it ?
Thank you in advance...
Hello,
I'm very new with nordic environment. i would like to modify the FDS address because it seems it is always put to the end of the flash and when i flash a new bootloader...
Hello,
I'm flashing a bootloader (DFU) and then i'm flashing my application but each time i flash the application, Segger Embedded reflashes the softdevice and the MBR....
When building the sample code using the latest SDK I do not see the device in the device manager and after a while I get this error:
Any hints on what is wrong ?
...
I have already made a post for this problem. Initially, Amanada Hshei gave some troubleshooting techniques and it did not work out,
Here is the original post, and My request...
Using Windows 10
Master Branch
Compiled using Segger 4.16
Downloaded merged.hex
When running NRF Connect Link monitor and connected to nrf9160
I receive the following...
HI,all
I have tested ZC and ZED to establish network,I found a method zigbee_erase_persistent_storage(bool),when i put true on ZC and put false on ZED, first time they can...
HI,all
I am a newman for zigbee on NRF52840 with S140 softdevice,
I have two board, one is ZC and another is ZED.
On ZC board, I use ZB_GET_OUT_BUF_DELAYED2 to send...
I am using sdk15.2.0 with PCA10040 dev board.
In ble_app_eddystone example, the configured advertising interval and duration dont match the observed values.
I think I...
Hi Nordic,
I have recently received an error from pm_init that I have never seen before, NRF_ERROR_INTERNAL. After some debugging, I found it was really due to NRF_ERROR_STORAGE_FULL...
Hi,
I am using NRF MESH SDK V3.0 ,nRF5_SDK_15.2.0 and with s132_nrf52_6.0.0_softdevice .
I've noted some problems when i try to use the app_timer in repeat mode with a...
Hi Team,
I transplant the project Uart from example/peripheral/uart tranplant to blecentral/multilink project, but it does not work, it indicate that APP_UART_COMMUNICATION_ERROR...