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...
Hello,
I have purchased NRF51 MBED enabled board. I need some assistance in how to get started. I want to use the KEIL software and I am not able to.
I have downloaded...
I need a reference design of nRF51822 for minimum 1 meter range . The circuit will run from CR2032 battery for at least 24 hours and will take some readings from ADC input...
i am unable to sniff the packets between two devices once the connection is established between two devices..i am using nRF sniffer 1.0 ...
i am able to see only the advertisement...
Hi,
How can I control the PDU error code when reading an attribute.
E.g. Attribbute not found 0x0A. For more info see 3.4.1 Error Handling Bluetooth spec 4.1 Volume 3...
Hi,
I have created a custom PCB that more or less follows the Nordic SmartBeacon design: Beacon_V2.pdf
Instead of BAL-NRF01D3 I used the BALF-NRF01D3 as this is supposed...
I have use random number generator in S110, the source code just like:
uint8_t num_rand_bytes_available;
err_code = sd_rand_application_bytes_available_get(&num_rand_bytes_available...
what does it mean the VTG led turn red ? but it has no bad effect to my project. In addition, I find a strange phenomenon. I use three 1.5v battery to power my board. The...
I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
Hi nordics!
First of all, thanks for answering my questions before.
Now, I want to generate a clock(48 pulses) with 200us width.
However, sometimes the width of...
Hi ,
I have a application program which uses s110 and UART service .
The issue is the program is not working when I enable the Micro Lib in keil.
On observing the map file...
Hello,
I want to use flash for logging sensor data and sending via BLE.
I found several APIs for store data to flash.
pstorage (Persistent Storage Access Routines...
Hi all,
I would like to know how can I program and debug the nRF51822 development boards?
I've seen some boards have a built-in programmer and others haven't.
How can...
In the DFU code provided by nordic is explicitly states that.
"Soft reset from application must not reinitialize the SoftDevice."
In my application I do not have a button...
Hello,
I have made simple modifications to the multilink central and peripheral examples, adding an additional button and notification characteristic. Things have been...