Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
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...