Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Hi, i use the SDK11 and i will send and receive beacon and be able to launch a BLE DFU.
I am able to make a software in wich i can receive and send BEACON but in...
I'm trying to upload via DFU from one nRF51822 to another nRF51822 via DFU
The receiving side is not a problem as there there are loads of examples.
But I can't find...
Hi,
I'm developing some code for an AVR MCU with the Adafruit nrf8001 and had a question about the expected behavior of the handshaking lines, REQN and RDYN
My understanding...
Hi all,
I'm working on nRF5_SDK_11.0.0_89a8197 using eclipse IDE. If I build any example project it compiles all the files every time even their is no changes in files...
Dear Nordic Team,
Thanks for support.
Last two weeks i am try to BLE DFU example code. But its not work. Please Check this Thread also devzone.nordicsemi.com/.../
...
My GATT service measures a few values, and stores them (~ 100 bytes). When the GATT server (phone) requests data from a specific characteristic, I would like to return the...
Dear Nordic Team,
Thanks for support.
I am using nrf51422 kit and SDK version 11.0. I want to know the BLE DFU test using example codes.
Enclosed bootloader hex file...
Hi again!
Thank you for all your answers this community is great! :-)
I am trying to develop a small app to be flashed on QFAB chips but I am facing a memory size problem...
While getting myself familiar with new SDK12 features I've noticed that when nrf_log uses deferred logging to RTT NRF_LOG_FINAL_FLUSH() results in unconditional breakpoint...
Hi guys,
Wanted to play around with the new SDK and the S332 Softdevice. I tried your multiprotocol example "ble_ant_app_hrm" with Keil.
Build fails:
http://dumptext...
Hi,
I am developing an app using the base module "ble_app_uart". In our application we would like to store data in the flash memory.
I am using "Flash Data Storage"...
I want to make my nRF52 turn on every 5 minutes, send data to a device over BLE and go back to sleep. For some reason once I turn on BLE advertising LED1 becomes solid and...
Dear Nordic Team,
Thanks for supporting.
We are worked in nRF51422 development kit.How can i enable DFU service in all BLE APP examples source codes in main.c
Please...