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 all,
I creat a main task to process events, when the bluetooth connected, this main task can not work, and the bluetooth can still work.
I try to add the main task...
Hello
This is sumanth. I am working on implementing battery model in light switch program(mesh), I enabled the battery model in client and I would like send the battery...
Hi, in the documentation for this module there is no stencil design specification or recommended
reflow profile. My earlier experience of LGA-modules says I really need...
Hello,
I want to get the IP address of a CoAP request source (server). According to me, it is close of the objective of the client / server pair mechanism example. So...
Hi, I'm having problems negotiating DLE with a nRF52840.
I'm sending a LL_LENGTH_REQ (251 octets and 2120ms time) to nRF52840 from an ESP32.
According to the spec. those...
Hi
I am using nrf52832 dev kit.
I have configured my device to act as peripheral. i want to discover services offered by central devices whichever connects to my device...
I am trying to use the PA/LNA using the pc-ble driver. To do so, i need to configure GPIO and the softdevice. I found examples:
https://devzone.nordicsemi.com/b/blog/posts...
I'm wondering about how the notification queues are allocated when setting hvn_tx_queue_size using ble_cfg.conn_cfg.params.gatts_conn_cfg.hvn_tx_queue_size.
If I set it...
\components\iot\socket\api\socket_api.h contains a definition for 'struct timeval' that conflicts with \arm-eabi\sys-include\sys\_timeval.h
It creates a conflict with including...
Hi,
This thread discusses how to change the Makefile to interact with the Segger Systemview ( https://devzone.nordicsemi.com/b/blog/posts/instrumenting-with-segger-systemview...
Enabling or disabling notification on Client does always lead to an update of local database of Server by writing to its flash memory. Particularly NUS requires enabling of...
Hi,
I'm following this tutorial . In challenge 1, I was asked to change the transmit power level of the device.
Challenge 1: Try to add and populate the "p_tx_power_level...
Hi,
I am trying to integrate some ble code into my project but it keeps giving me errors like:
Error[Li005]: no definition for "ble_advertising_on_sys_evt" [referenced...
While developing code for our custom board, we ran into a filesystem corruption issue with fatfs+qspi block device and multiple directories. We were able to reproduce the...