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...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hello,
i would like to turn off a sensor completely when unused and thought of powering it through the GPIO of the Controller.
I wondered if it is recommended or do the...
We have updated multiple android phones to nRF Toolbox for BLE app and we are all getting "Unfortunately, nRF Toolbox has stopped." error message when opening the app. nRF...
Hi,
I want to get a notification when the BLE event is started, in order to start a timer just after.
How can I get that?
I want to clarify my question :
My board...
I use the NRF 24AP2E in my communications, and I need detect if the communication is good.
I active the RSSI message, but in scanning mode I don't receive byte 0x20 in Measurement...
Hi All,
I am designing a circuit with nrf51822 and mcp25625 (microchip spi can interface). mcp25625 has an internal 16mHz xtal clock circuit and a digital clock out, I...
Hi, i'm kinda a newbie on this, and i'm trying to port the SDK available for arduino to a PIC, i followed the instructions on the SDK and also here
Now i want to verify...
I ran into an issue recently of attempting to make a pstorage_update call from the callback set in pstorage_register . It resulted in a difficult to track down error, so I...
I have a USB dongle of nRF24LU1p and it is identified as the Basic Remote firmware with a VID:PID of 1519:002B. I would like to reprogram it over USB but do not know how to...
For nRF 51822 radio transmission, the payload packet is started at the NRF_RADIO->PACKETPTR. Then what is the packet size? is there any parameters to control the packet size...
I should have an own function wich is called upon after Port 3 goes low. I haven't succeeded yet using ppi channels. (I'm using the NRF51422)
For the moment the code is...
Hello folks ;
I'm new here and glad to have such kind people around to see helping those other developers ..
Here is my question
I'm using one of the NRF24L01 modules...
Hi,
I'm using the attached circuit and we recently took our product to FCC testing and failed the 2nd harmonic because we were transmitting too much power.
I'd like...
Hi All,
We have been working on Arduino Mega board with BLE shield. We want to get the address of the BLE shield and we are using aci library for that.
I found this...
I'm in the process of designing a consumer product using the nRF51822. I'm using the "square wave" antenna and matching circuit exactly as the are in the development kits...