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...
Maybe question similar to this one devzone.nordicsemi.com/.../
Can I use the interrupt generated by RADIO_IRQHandler(void) while implementing another protocol?
At the...
Hi everyone,
for our current project we have to implement some sort of activation lock. Therefore, we would like to use the MITM security mechanism of BLE. The idea is...
I have an nrf51822-mkit.
Let's say there are 2 BLE phones continuously searching for my module. Phone 1 connects and communicates with the module. The modules determines...
I used the ble_app_lbs example as a template, with a PCA10003 eval board (nrf51422 chip). SD 110, Nordic SDK V6.1. Keil uVision 5.
I launch my application and my board...
Hi,
In softDevice S120 can we make second sd_ble_gap_connect on different peer, without waiting confirmation connect of the first one ?
Bests Regards,
Jérôme
Hi
NRF51822 with SD7, S110.
I have some troubles with DFU procedure. I uploaded standard OTA-DFU bootloader and S110 to my NRF. Everything works well with my code except...
Hi,
I was wondering if it is some easy way to turn off that the system goes into system off mode after a while for ble_app_pwr_profiling?
I would also like to test it...
hello everyone,
we're currently working with some nrf51822 beacons and throughout the project we recorded the antenna patterns of several of them. In the first batch we tested...
Hello.
I neet to write long characteristic value (250B). I use GATTS Queued Writes from example devzone.nordicsemi.com/.../ based on developer.nordicsemi.com/.../a00892...
Hello,
I am frustrated by a pair of nRF24L01+ communicating with each other, where all the Enhanced ShockBurst features are enabled.
The PRX is initialised as follows...
I could scan/detect Beacons, and I could update the configuration without any problem with the nRF Beacons app. The issue is that the configured Beacons are not detected in...
Hi,
I want to use the nRF51 dongle with the Master Control Panel.
I found in the nRF51 Dongle User Guide that the Dongle will run with the Master Emulator firmware, but...
I don't expect the Nordic engineers to know this answer but I'd like to hear from other devs out in BLE land...
Have any of you encountered truly horrible BLE PHY-level...
I am using S120 device to receive advertising from S110 device and need to get the exact time + sender's address information at Radio End Event.
I use PPI to start Timer1...