Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
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...
Hello,
We have a evalkit nrf51822 and we search how to try the bluetooth with the direct mode but after programming with the firmware direct_mode_test we still have an error...
Hello Everyone
As new nRF51-DK board contains on board nRF51422 IC , can i download S110 stack on it directly and start my application , as i want to do bluetooth low energy...
Hi,
I am currently implementing the BALF-NRF01D3 and I read in the docs that no 0.8pF capacitor is needed on the output (SE).
Does this mean that no antenna matching...
I am reading the sample app codes of ble_app_hrs_s110_pca10028, which is using the simulated data as the heart rate, battery data. My question is in which function the data...