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...
Hello,
I want to enable UART only when data transfer is necessary.
I am using nrf 52832 and sdk 14.0.0.
I am using "ble_app_uart".
I could not find the answer I...
Hello everyone.
I have a question about sleep_mode_enter() behavior.
I'm using nRF5_SDK_12.3.0 and nRF51822 for my project.
I put a lot of printf statements in the example...
Hello All,
I am working two BLE chipset , one is nordic and another one different make (TI) so is it possible to communicate between two different make BLEs using our nordic...
In NRF 51822 custom board I uploaded ble_app_uart code. Program uploaded successfully. But not able to discover from Phone and Tablet, where in another board it works properly...
hello,everyone.we want to use pin3 and pin4 as txd and rxd,but there has error.could you give us some help?
void debug_uart_init(void)
{
uint32_t err_code;
const app_uart_comm_params_t...
hi,
i made my nrf 52840 dk advertise unlimitedly using ble_app_uart example. connected and disconnected several times using nrfconnect app. it really works fine. with this...
Hi,
I'm using nRF52832 and LDETECT mode for GPIOTE PORT event to detect multiple interruption.
Even though LDETECT mode is described in the product sheet page 112 and...
Dear friends, my current measuing instrument is Power Profiler Kit. I have some troubles when i use it. e.g. 1) how to completely stop an updating plot that a PPK draws? even...
Dear friends, 1) As shown in the pic below, there are some values "max:13.70, min:3.33, rms:3.45..." at the bottom of the pic. which area is these values calculated from?...
I'm finding fairly large lags with the RTC2 I'm using. I use an app_timer to sample the current RTC count value as a timestamp (MM:SS:Hundredth-of-a-second) and send it out...
Hi all,
I have a question to complete the tutorial 'Setting up device firmware update(DFU) on the nRF5 DK'. this
I have tried to set up my nRF51 Development Kit.
Everything...
I am facing wierd behavior after migrating to sdk 10 serialization code i.e ble_connectivity example program. Unable to scan peripheral devices, some times unable to connect...
in SDK14 I'm trying to add an SD card into the BLE central example.
The SD Card example compiles and runs OK. Problem happens when I combine that code into ble_app_uart_c...
Hi,
I'm checking whether SDK 13.0.0 secure bootloader dfu can proceed correctly with iOS DFU library if the process is interrupted because smartphone application is restarted...
Hello,
I want to enable UART only when it is necessary to send data.
I want to use ble_app_uart_low_power_master or ble_app_uart_low_power_slave
The URL of ble_app_uart_low_power_master...