I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi all
According to the following post, the RAMONB register doesn't exist since the nRF51822 has only 2 RAM blocks: devzone.nordicsemi.com/.../
But the current version...
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"...