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 have a particular issue that happens intermittently, I was hoping someone here has come across the same issue and possibly knows how to fix it.
My Setup:
Using...
Hi
I am trying to add manuf data to ble_app_hts sample advertisement but without success:
static void advertising_init(void) { ret_code_t err_code; ble_advertising_init_t...
nrf52840 last version of SDK Hello I need help. I want to start ble_adv and then stop with a button signal and start again with another button signal. The idea is
Loop:...
Hi,
I am using ble_app_uart example and want to detect the read evant/ call back. Kindly help me how to register a call back function of a read type characteristic. I want...
Hi all, I'm working on nrf52832 in segger embedded studio. Using ble scanner app, I'm entering some random values. So when i enter a value, I'm adding them to watch and checking...
Hi,
i am working under the mesh concept in nRF52. I saw the mesh demo in nRF thingy the link is here.
and i also have 4 nRF Thingy boards in my hand. i want to do the...
Hi.
I am currently weighing up whether to use a PCB or a chip antenna. Due to my product is going to be less than 20mm x 20mm, I would prefer the chip antenna to save some...
Based on mesh sdk 3.1, open NRF_LOG_ENABLED in the light_switch_server example, ie NRF_LOG_ENABLED 1, the following error occurred during compilation: Linking light_switch_server_nrf52840_xxAA_s140_6...
Hi
I changed the clock source from NRF_LF_SRC_XTAL to NRF_LF_SRC_RC, but it dit not work.
In the migration guide( Migration Guide ) I found out, that the method SOFTDEVICE_HANDLER_INIT...
Hello,
I am working on a custom PCB with NRF9160.
I have modified nrf9160 uart sample to add UART_1 and enable SPI_3 and everything is working fine.
Now I need to include...
Hi ,
I am using SDK v0.4.0.
Modem firmware : mfwnb1nrf9160030123prealpha
Asset tracker example is downloaded to the NRF9160-DK.
Since I am using NB IOT, I select...
I use nrf52832 sdk 14.0
SD+ boot(for ota)+app
In the applicaiton there are some user data to save. I used two pages ( one pages start from 0x6E000 and the other start...
Hello!
A few questions about the flashlog:
1. What's the difference between the flashlog and the crashlog?
2. What is the recommended way to obtain flashlog/crashlog...