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 am using SDK11 with S130, NRF51822 that using ANCS and facing bonding problems after reach the max bonds.
Reference to nRF51-ble-peripheral-bond-handling example,
...
My application is doing kind of old communication with an old machine.
Communication line is bit banged by an GPIO. Baud rate is 0.5ms.
"Start bit" is still used to synchronized...
Hi,
I use nRF52832 with sdk 12.2.
and I running the ble_app_hrs_c example code on pca10040 evb.
I can scan many hr devices but polar h7 heart rate not.
I check Iphone...
Hi I use nRF52832 and move my project to SDK13.
I want to use debug mode in keil-c and try to find after ble_db_discovery_start function call why no csc_c_evt_handler_t call...
I'm working on an OTA firmware update process, using my own bootloader and application. To understand the process' limitations, I need to know to what extent one can update...
hello everyone:
how many timers can i open in nrf51822(QFAA) with SDK9.0? the APP_TIMER_MAX_TIMERS's max value
#define APP_TIMER_MAX_TIMERS 13 /**< Maximum number of...
Hello,
I am referring to this link
www.nordicsemi.com/.../3rd-Party-Bluetooth-low-energy-Modules
and I am referring to Xuntong PTR5518 11 15x15x2mm PCB China product...
I see BLE_GAP_EVT_SEC_PARAMS_REQUEST generated from SD. How to call this request for pairing state?
I can't find any peer manager in the project.
Explane, pls.
Following is a simple application that I have created. It has no softdevice and the configuration is very similar to blinky freeRTOS example.
Source code:
main.c
...
Hello ,
I'm working on custom board, I'm trying to disconnect from the Central (Andriod app) when the battery is below certain level and stop re-advertising.
Below is...
In s130 Soft device v2.0 document, it says it can have role with up to 8 Role concurrent with Central, Pheripheral, Advertiser, Observer.
I'm not sure i've understand all...
Hello. I'm using nRF52832, PCA10040, SDK13, S132 and "ble_app_uart" as reference.
When I connected board through by bluetooth, I couldn't see notification message which...
Hello,
According to the nRF Sniffer Guide 1.2, the sniffer is supported on a number of platforms (nRF51822/nRF51422 Evaluation Kits and others). All of them (as far as...
I am working on a project where my nrf51822 is on for long periods of time in lower power mode. Yesterday I made some updates to the code and the devices were working fine...
Hi Nordic team,
I print logs at each function in ble_bas.c. I used the App of nRF connect to test BAS. I can see on_connect, on_disconnect and on_write at enabling/disabling...