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...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Hello,
I'm using SDK nrf5_17.0.2 on nrf52840
I'm implementing a custom nrf block device for a spi nand flash, and I'm getting trouble with the calling site of the nrf_blk_dev_read_req...
Hello Everyone,
I am using NRF52840 development kit, I have compiled the code using SDK15.0.0. I am using soft device as well. I have to implement flash protection in my...
Hi,
I’m finishing the design of a nRF5340-based custom board featuring a NFC coil-inductor antenna. Will orientation of track turns - clockwise or counterclockwise - affect...
Hi,
I am looking for example/ sample implementation of secure boot/ erase using NCS SDK v1.6.x, suitable for nRF52833.
Please point me where I can see such code, or document...
Hi,
I'm trying to integrate buttonless dfu to our project. We don't have any security concerns and given the existing project constraints, it's not desirable to use peer_manager...
Hello,
I tried the smp_svr example with the nRF52-DK of sdk 1.6.1., i compile the solution whit segger v5.50c
I connect with the NRFConnect Device Manager app,
I try...
Hi all,
I am trying to get started with the Nordic thingy 91 but I am not able to update the latest firmware.
The programmer is only showing one Serial port. The instructions...
Hi Nordic Team,
I have interfaced bme280 with nrf52840 and I got the temperature successfully. I have used https://github.com/knuta/nrf5-bme280-twi link for that.
Here...
hi.
I use nrf52840 sdk nRF5_SDK_17.0.2_d674dde.
I need to control the H and L changes of IO within 300ns, I want to turn on the high-frequency part when necessary, and...
Hi nRF team,
we are building our project on top ble_template_example, and we want data encryption for bluetooth data .
we have seen below ways :-
1.) AES Encryption...
I had a generic USB dongle that I used to receive beacons on my machine from an nRF52832 chip.
To be able to perform OTA DFU, I replaced that generic USB dongle with an...
Dear NORDIC Engineers
I have a qustions about NRF52.We have a project that used NRF52833.We want to add the AOA&AOD function to the project.So I would like to know about...
Building the pc-ble-driver on an Arch Linux machine fails with the following error
./pc-ble-driver/src/pc-ble-driver-4.1.4/src/common/transport/uart_transport.cpp: In member...
Hi,
I'm considering using NRF52832/52840 as BLE central while configuring its I2C as slave.
Should I initialize I2C with TWIS instance? How do I suppose to set the slave...