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...
I'm new to the Bluetooth LE world, and Nordic in particular. We have begun developing a system that acts as a Bluetooth master, and I am trying to figure out a way to test...
Hi everyone, I have just started using the s120 softdevice to implement a Central BLE device. The starting idea is to start with scanning and reading the advertisement data...
Hi,
I have seen several answers about how to achieve a higher data rate and I just want to make sure what I understand is correct.
I am using nRF51822 chip and the dongle...
I am developing a product using nrf51822 v5.2 SDK.The question is that Ble will automatically disconnect in some minutes after normal connect OK.The message by Sniffer is...
Recently while debugging my application i noticed strange behavior:
i set watchdog timer to restart application if my peripheral is not receiving any data for some time....
I have a nRF51822 Evaluation kit I am trying to get up and running. My kit has the older QFAACA part.
I followed the steps to setup eclipse and GCC and i am successfully...
Hello,
I took the ble_app_hrs rebuilt it and used Control to verify all is correct. I also tested it with the nRFTools Android App and it works fine I see temperature changing...
Hello,
I am currently starting with the hole ble topic. This forum helps me a lot in the last weeks to understand ble.
I am using S110 to provide a peripheral device...
I use the nRF51422 with S310 stack and i found the nRF51422 power consumption are quite different after connection on different phones which run the Master Control Panel as...
I have written some code that uses the SPIS to transmit data. One of the bursts is constant, for example I have a fixed sequence to send using the SPIS and so if I define...
Hello.
I use nrf51822 EK and custom board.
I have to replace the bd address i can not be found in the ble_app_ibeacon_bcs source code.
Is it any way to fix the bd address...
Hi. I'm curious if there's a way to filter devices in the "Discovered Devices" list while scanning with MCP. We have a lot of BLE devices in our office, so the list is fairly...
Hello, I am looking for the way I can use PWM to control duty cycle of connection. I am really novice and my understanding about programming and Bluetooth protocol is really...