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,
Tools used for programming
I am trying to program my custom Adaruit nrf52832 board through NRF connect Programmer.
I am using Nordic nrf52DK to program Adafruit...
Hello,
I need to temporarily hardcode MBR_BOOTLOADER_ADDR address in the code so flash area is calculated correctly in fds.c. I have the following code in my ld file:
...
I'm having issue where after booting I can immediately do three SAADC samples as follows:
This works as expected where I get the callback immediately after the third call...
Hi Nordic,
I have decoded the advertise report below. Will you please confirm my understanding is correct.
Especially
[02] --> NUS_SERVICE_UUID_TYPE
[01] --> BLE_UUID_NUS_SERVICE...
Hello,
I am using the ble_app_beacon example on a nRF52840 dongle.
Without changing the code I am able to load and use it on my dongle.
Now, I am trying to add some...
Hi , i have attempted to build an spi read and write function for the BMI085 imu sensor and I seem to be having a problem with the read function. i have used the spi example...
Hi i'm studying ESB in nrf52833 DK
I have a few question.
1. When a packet is sent from ptx to prx, transaction starts, and when prx receives a packet from ptx, it sends...
Hi,
I want to add ble dfu to the hid keyboard example using nRF52810. I have tried unbonded and bonded,both are not work.
By using the bonded way, I made the following...
HI,ALL:
In SDK16, 1 .as topic,when I trigger the mouse_movement_send() and the mouse_click_send() at the same time, Error occurs.
2.how to detect BLE search device sucessfully...
Dear Members,
I tried to find a file *pca10056 project for bsc_rx on ant_plus ?
Can anyone tell me where I can find that file on the SDK ?
Thanks
Visit my lab...
We use a frontend that requires four pins and the timeslot API with our own protocol on nRF52832 & nRF52840. This works fine, but for BLE to work properly we need to leave...
i have a problem with the nRF52 DK (PCA10040) I followed these instructions https://infocenter.nordicsemi.com/pdf/nRF_Sniffer_BLE_UG_v3.1.pdf and the python version is 3.9...
Hi, I am using nRF Connect SDK 14.0 with nRF9160 DK.
I want to use nRF52840 as a controller and nRF9160 as host. To achieve this, I flashed hci_uart sample on nRF52840 and...
Hello!
I move my device from nRF52811 to nRF52820 ( QDAA-C00 ) and I have a problem when using a comparator and TWI
If I configure TWI0 or TWI1 and use it with external...
Good day,
I am using a DK board with the nRF52832 (pca10040) and I am using a 4 kHz buzzer connected to the gpio 16. I have seen the examples pwm_driver and pwm_library...