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...
main (5).c
I have attached my main code here.Please have a look at it.I am using fs_store to write in flash location in the on_adv_report() function under the switch case...
Hello Everyone,
I am using nrf51822 with S130.
After completely erasing the chip, with the below mentioned code snippet in application code:
NRF_NVMC->CONFIG = NVMC_CONFIG_WEN_Wen...
Is there a way to capture and clear a timer without being interrupted. This doesn't seem possible with shortcuts. also it looks like theres no capture event with which to...
Hi,
Im using nrf52 dk of pca10040 of softdevice 132 with sdk version 11. I'm working on MPUexamples. The codes used to work few days back but now, it no longer works properly...
Hi!
I'm developing an application with a dual role on the nRF52840 PDK. On the one hand, the second nRF52840 PDK in the peripheral mode with which it is necessary to provide...
hello
i want to make one way data flow connection by using 2 nrf52832 and keil 5v
TX uart ----->BLE ----->BLE -----> RX uart
can you please help me!!
thank you...
Hello,
I am trying to compile this demo with Segger Embedded Studio but compilation always fail with the error "Cannot open file C:/nRF5_SDK_14.2.0_17b948a/examples/ble_central_and_peripheral...
Hi! i am using nRF52832 development board . i have flash the example code in development board and it is successfully flashed into nRF52832 development board. But i am not...
Hi,all.
I made observer with using ble_app_uart(central).
And, I transmit UUID with using uart.
Test result, I confirmed that the previous value of p_adv_report-...
Dear All.
I can use DTM F/W for nRF52 Device. And I can use nRFgo Studio to do Bluetooth --> Direct Test Mode.
Now, I need to do test 2.4GHz. In the Features box of...
Hello,
Is there any sample code in SDK example, to show how to use nrf51822, to both broadcast a beacon and also to listen to a beacon from another 51822. Also I am using...
Anyone done or seen current consumption measurements for the Thread SDK on nRF52840?
I need to understand relation with other technologies and other chipses on this, and...
Hi, when trying to program my nrf51822 chip, I went through the following error streaks:
1.I started to get "no device found error". Can be easily solved by turning off...
Hi,
I have a similar requirement as stated in this question.
I am using nrf52832_xxaa with SDK v11.0. I have the following queries
a. Can external debugger modify CTRL...