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 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 all -
I want to use the device manager (SDK 7.1.0, SD110) to do a simple nRF51822 implementation where after the first bonding happens, and is stored in flash, the nRF51822...
Hi
I have a board with some extra bits and pieces hanging off the SWD lines.
This means the SWD needs to run at a lower speed (500kHz or less). At the lower speed, Kiel...
Hi,
I'm trying to build my IAR project but it's not clear to me what I should link against to resolve symbols referenced by the soft device headers.
Thanks,
Kenn...
Hello,
Is there any reference designs / documentation or ideas on how we can wake up NRF51 when there is radio activity on a specific frequency ?
In our design, we need...
hello everyone
the softdevice used in my system are s110_nrf51822_7.1.0 and s120_nrf51822_1.0.1
the connect interval i set is 40ms.
my system refers the ble_app_hrs(s110...
The S110 v7.1.0 documentation for sd_ble_gap_adv_data_set says:
The format of the advertisement data
will be checked by this call to ensure
interoperability. Limitations...
I use s110 softdevice and want to use multiple BLE gatt clients. Is there a way to use both ias and ans client provided by the sdk at once? At the initialization step both...
The link says (at the very bottom):
"Alpha release now available. Production release available Q4 2014."
Taking into account today's date and the fact that the latest...
I guess it puts the CPU into deep sleep mode and whatever interrupt will continue the code.
Is it possible to share any source code of this routine for better understanding...
Dear support,
My company has purchased PCA10000 dongles, and we are now using them to test our nRF51822-based products.
To do so, we are using both the Master Emulator...
Hello Everyone,
Is nRF51-DK www.nordicsemi.com/.../nRF51-DK given here enough for full application development with debugging and all or do we need anything else with this...
Can't download "UART App - accessible for nRF8000-series and nRF51822 customers"
even I have my product key entered. Clicking in the link makes to effect in Chrome
Hi,
I tested IoT SDK demo which Nordic officially released in end of Dec. As reading document
IoT_SDK_step_by_step.pdf which posted in blog in developerzone.
At last...