Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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 want to init all 8 pipes in the host device (gazell protocoll) with a single init byte.
Thats important because i want to send that init byte to the devices with...
Hello,
as I know max number of simultaneous connections for s120 equals to 8. Is it software or hardware limitation?
Is there 'serialization' version of s120 (worked using...
Hi,
I use a step-down converter(not the integrated one) to generate 1,85V for the nRF51822 in my application.
When the applications starts the output voltage from the...
I use two nRF24LE1s as transmiter and receiver ,Here is my question:
1、I set the transmiter side to auto reply mode using PIPE0 ,but i found the STATUS regesitor to be 0b0001...
We will do test the wireless module with the nRF24L01 chip for Japan Radio law.
We must achieve test mode such as FCC rule or R&TTE rule.
We have some questions about these...
I am adding the dtm rf functionality to an app but I have not been able to find the ble_dtm library up there. Does anyone know the location?
thanks!
-Tyler
I have to update my non soft device source code to SD because now I will use Radio.
My question is if it is necessary to rewrite all functions which are in SD API. Like...
I posted this on the Keil website, but got no answers!
I would like to use one of my ULINK 2 pods to develop my application. However the Keil interface defines a reset connection...
Is it possible to modify the software in such a way that the nRF1822 sets a GPIO high when it requires its high frequency clock?
We would like to avoid using an extra XTAL...
Dear All:
How can I use nRF51822 USB Dongle to connect my Android smart phone(Android 4.3)?
I install BLE Scanner App from Google play,but I can't found nRF51822 USB Dongle...
Thank you for your reply,Nikita
description of my system: Hardware:nrf51822,pca10001 Software:sdk5.20,run the softdevice s120
I call these functions sd_nvic_SetPriority...
I'm trying to get the ble_ant_app_hrm demo to work on my PCA 10003 board, but with no luck.
Here is my test setup:
Run SimulANT+ with Heart Rate Sensor simulator running...
I am using Eclipse Kelpler SD2 and GNU ARM 4.7 tool chain, plus GNU ARM Eclipse Plugin
and after download code into CM0
I got the warning
"The connected emulator does...
I want to implement a set of API functions in a separately compiled HEX, just like SoftDevice. It means that I need to use the SVC mechanism, just like what SoftDevice does...