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 was looking at power profiler (just playing with it) and I run it without proper setup on nrf52840DK, after that It seems that dk does not execute any application...
My application is again having troubles with opening an AF_LTE socket. It hangs indefinitely on the call to socket(AF_LTE,...). This code has been running successfully at...
i use nrf51822 and uart project
i need disable only RX when tranmitsion and reuseable when tranmistion complete. i tried
//NRF_UART0->ENABLE = UART_ENABLE_ENABLE_Disabled...
Hi
Do any of the Soft Device versions support the periodic advertising feature which is part of extended advertising and involves AUX_SYNC_IND PDUs? I looked at the API...
I am having a high rate of connection reason 0x3E when connecting two nrf52832 devices together both with only one active connection at a time.
Most of the information I...
hi..
development board - nRF52832
SDK version -15.2 version
Fellowed method - B1b. Use Oberon crypto library instead of uECC
softdevice version - v 6.1.0
tools using...
After pressing F5 I get.
Preparing target for download Executing Reset script TargetInterface.resetAndStop() Reset: Halt core after reset via DEMCR.VC_CORERESET. Reset...
Hi,
I'm using NRF52811 to evaluate the direction finding. I have successfully got the phase data, but I found a strange thing:
I did some processing on phase data for...
I am currently testing Optiga Trust X using an NRF52 DK. I am using armgcc as my toolchain.
The example provided by the nRF5 SDK v17.0.0 is a great starting point and I...
Hi,
I am using nrf52810 and a sample SAADC code from the examples folder provided by the manufacturer. I have connected a potentiometer for validating my output values....
A continuation from here: https://devzone.nordicsemi.com/f/nordic-q-a/64842/mesh-pa-lna-problems
If I want to only enable the PA/LNA chip for the mesh stack, but not for...
Dear Nordic Support,
Our product is based on nrf52840/s140 and we have difficulties connecting to it using Huawei P8 Lite while it is fine using other Android or iOS phones...
I have a compiled code and I want only to change the uart pins without compiling the code again
If it is possible to modify only the hex code, how can I find the UART pins...
I am trying to find where to submit bugs against the pc-ble-driver. There are two major bugs I have found
saved CCCDs (in a bonded connection) do not get restored when...