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...
Hi,
is it possible to use Nordic SDK with nRF51822 to have capacitive touch sensing with 2 dsital inputs, just as the mbed or avr library capsense?
MBED: developer.mbed...
Hi, i have a strange issue on connecting nRF24L01+ module to Arduino pro mini. I use arduino pro mini, nrf24L01+ module, 3.7V 6000mah battery and DS181 chip to measure temperature...
Hi,
When I start the TX sweep test with all 80 channels I get only 10 channels used by the RF.
Also power strength of the channels is modulated.
cf. attached frequency...
Hi
I am developing an iOS app that needs to communicate to an nrf51822(working in ble peripheral mode). The peripheral to which the app connect is selected using mac address...
hi nordic team:
I was wondering if the main program is too complex, and do not use the scheduler, and the connection parameter settings are correct. Whether because the...
Hello,
I have tested the DFU and everything works fine. Normaly the device enters into DFU mode with a pressed button 7, meaning the level on I/O 7 is LOW.
But in my...
Hi,
I've an HardFault, the program crash to the HardFault service routine at this row of the twi_hw_master.c:
--> NRF_PPI->CH[0].EEP = (uint32_t)&NRF_TWI1->EVENTS_BB;...
Hello, I am doing some dev on the NRF51822 with a Cortex MO manager. I have trouble on the MISO pin, and I am wondering if I have to drive this MISO pin by any kind of pull...
I've read in several other posts that it's possible to send up to 20 bytes per notification packet using sd_ble_gatts_hvx(). I've also read that we should not edit the file...
Hi,
In the step 3 of the "nRF51822_Development_Kit_User_Guide_v1.4" (page 11) :
Select nRF51822 from the Select Target list and click Build or press F7 to compile the...
Hello
I'm developing software for beacon-type device based on NRF51822. It has no buttons or other user inputs. Our use case:
User buy beacon-device. First phone which...
I've been working with SDK 7.0.1 and it seems there are some issues with device_manager_peripheral.c.
First off it doesn't compile out of the box, the debug code is turned...
In the document nRF51822-PAN v2.4.pdf, PAN #9 says that OUTINIT doesn't work,
"Initial value for GPIOTE output after configuration is undefined"
and example workaround...
SDK 7.0.1 is intended for version 2 (G0) chips, and the future. So it can't be used with earlier versions of the chips (like C0). So it shouldn't have workarounds for C0 chips...