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 have some problem on my mesh application. (similar application as simple-onoff model)
Sometimes, the server(sensor) devices fail to transmit packet while receiving...
Hello Nordic Community, this is my first post, although I've been using the forums extensively for development.
I've been working with ESB on the nrf52832. The protocol...
I'm playing around with the light and switch examples with the Bluetooth mesh SDK on nRF52832 devices. I'm trying to find out what the maximum distance would be given changes...
Hello, I'm new to this devices. I have several NRF52840 devices and i want to connect them to a Raspberry PI via BLE. I'm not using sensors yet, I just wanna establish a simple...
Hi,
I use nRF5 SDK v15.0.0. In my application I need to change Bluetooth identity address. I can not use BLE_GAP_ADDR_TYPE_RANDOM_STATIC address type, because I need to...
Hi,
I have migrated my projekt from SDK 14.2 to 15.2, the bootloader is basically the secure_bootloader example with some tiny adjustments. When I try to upgrade my product...
Hi all,
I encountered problems porting MbedOS based software which uses Bluetooth Low Energy from MbedOS 5.10 to 5.11 to use the extended features od BLE 5.0.
The ble...
I have interfaced two Nordic nRF52840 boards with one as master an other as slave .
In the image attached signals from down depicts Salve seelct,SCLk MOSI and MISO of Master...
I run into problem, I think for now resolved, but questions remain: Do I have to stop BLE whenever changing ADC config? What did not work?
I don't know why it does not...
Hi, we made a custom board with nrf52832 and flashed example code experimental_ble_app_blinky from sdk13.
We are trying to change the radio txpower other than 0db (default...
Hi all,
I have a nRF52840 development kit and flashed (I believed it flashed successfully) with direct test mode .hex file from SDK 15.2. What I facing was not able to run...
NRF52840 - SDK 15.0 + Some register based custom functions. S140, 6.0.0. In order to work around some of the hardware limitations with SPIM in the context of a project, we...
The PWM Driver has all sorts of fancy stuff for dealing with clever sequences - but I can't see anything to just set a simple, steady, fixed duty cycle!
How does one just...
I need to configure 2 devices as relay nodes in order to relay messages from the client node to the server node
How can i implement this in the light switch example ?