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...
Hi,
I am working on SDK 15.2, s132 on NRF52832-based board.
I would like to use the automated tests like here to connect to my devices and do some tests.
My device is...
Hi everyone,
we are using nRF52832 with SDK 15.0.0.
Our device uses one central and one peripheral simultaneously that are running independently. Recently, I've faced...
Hello
I am trying the UDP example, but I can't find the IP address and port number of transmission, also I would like know how to view the code of functions and libraries...
hi.
As the manual says,It waits for an application event. and is called in the main while loop.
Does it mean that if I put some other routines carrying out polling function...
Hello, I am interested on nordic devices that support: 1) 802.15.4 (eg. Openthread) 2) secure storage for storing keys (e.g LWM2M credentials) 3) zephyr - rtos
I have seen...
Hi, we have a nRF9160 DK where we have uploaded the AT_CLIENT example on. Have tested the board and it works fine, able to send AT Commands and join to the network etc......
Hi,
I want to store scene when long press one button and recall scene when short press. I have done some changes but not able to achieve it, i am not sure if i should...
I was looking at this compatibility matrix, for SD and SDK.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcomp_matrix_nrf52832%2FCOMP%2Fnrf52832%2Fic_rev_sdk_sd_comp_matrix...
Greetings!
we are using nrf5340dk to communicate with a Nucleo shield that has LIS2DW12 accelerometer on it (shield is X-nucleo-IKS01A3). We have a problem communicating...
Hello, I'm beginner for nRF52.
I saw examples about entering DFU by button and buttonless.
Is it also possible that changing the boot mode by a gpio pin which controlled...
Hello all, I'm working on ADC and data transmission.
Device do ADC first, and send those values.
Sampling frequency of ADC is ~80 kHz (sampling per 13 microseconds), and...
Hello,
We are using nrf52805 for our project. Facing some errors like "GATT ERROR" and GATT INSUF AUTHORIZATION and GATT CONN TIMEOUT ERROR" when I want to upgrade my application...
Hi,
We are developing our product based on nrf52382. In the scope of the certification testing of our end product, the test laboratory asks me if the Bluetooth low energy...
I am currently building a dynamic multiprotocol application (Thread+Bluetooth LE) with the nRF Connect SDK. For tweaking coexistence I would like to limit the length (=duration...
Hi,
In nwp-036 page 7,here is the AOD sketch map as below :
As fat as I am concerned, the Transmitter and Receiver should be reverse ?
Or there is something I misinterpreting...