Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
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...
When exporting the example project BLE_HeartRate from the online IDE to the GCC (ARM Embedded) toolchain, the makefile fails to compile.
First, the compiler throws "fatal...
Hi:
I am using nRF51 Dongle to develop my platform, and software is base on esb_low_power_prx and esb_low_power_ptx in nRF5_SDK_V11.
For production, I need to program...
When I connect to another beacon using sd_ble_gap_connect() scanning on my device is stopped. I have to wait till connection is established or establishing connection fails...
The Nordic set comes with a Device number of it's own. I want to overwrite that device number, or store a device number in a different location in the EEPROM. Is there any...
What files within the FDS are used by the modules of the Nordic SDK?
For example, I know that the Peer Manager uses the FDS as a storage backend. I need to know what files...
Previously I implemented a DFU bootloader. It works fine on s120 softdevice.
But after I ported it to s110 v7.0 softdevice, it can not work. After investigation, I found...
Hi,
i just followed the steps for migrating to peer_manager - as lines out in the tutorial.
However i will never ever get a callback to pm_evt_handler.
I am trying...
Hi,
I am facing some issues on the Android part of the BLE.
Firstly it takes around 20 seconds for the android phone in scanning mode to find the nordic board. This...
I encountered the following error while adding device manager to ble_uart_app in SDK_11 s130 using the hardware nrf51-DK. I'm using Keil compiler.
._build\nrf51422_xxac_s130...
While using the device manager, I encountered this line;
#define SEC_PARAM_MITM 1 /**< Man In The Middle protection not required. */
Since security is important, is...
Hello!
I'm trying to test several types of ANT communication like broadcast, background scanning, etc.
And When I check ANT broadcast rx example, I realized that some...
Hi Support Team,
i want to know the voltage range of AVDD(internal DC/DC output) of NRF51822 when DC/DC enabled, please help to check.
i don't find this information in PS...
I use nrf51822xxac, sdk 9.0.0, sd130. When I connect to some beacon as a central I no longer receive BLE_GAP_EVT_ADV_REPORT and I am not able to receive advertising packets...
Hello,
We do not want our beacon on at all times. I suppose our need below has been asked before.
Is there a sample snippit of code, or a document on ble_app_beacon...
hi:
i want to create timer in my code, i create timer and start the timer ,but the timer do not work,i found timer number can not exceed four,detailed information in the...