Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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...
Hello
i am using BLE Relay example with softdevices 132 and sdk version 13.
i make this example simple, no more connection.
just adverting and scanning continuously. here...
Hi all,
I'm using nRF52840 and S140 based on the ble_app_uart example. I get a error code 4 when use sd_ble_gatts_characteristic_add to add a characteristic for another...
Hello,
Help me, please.
I am testing ble_app_uart. Softdevice is S130 and SDK is nRF5_SDK_12.2.0_f012efa.
My development board is Waveshare's NRF51822 Eval Kit.
...
Hello,
I'm writing an application that uses the SAADC and would like to set up a high limit to trigger on.
If I use the following code, I'm able to trigger 1 ADC sample...
Hi,
I plan to design a system of 51822 that includes 1 center and 2 devices. And 8K Bytes data should be transmited from each device to the center per second simultaneously...
Hi, I am using a two nRF24L0+'s.
One for TX and one for RX. Transmitting in one direction only. There is sometimes a packet arriving out of order. Every minute or two....
I use ESB sample code ,change to do 8k sample rate ADC(10bit) and transport by ESB ,but overflow when output receive data to PC use uart at UARTE_BAUDRATE_BAUDRATE_Baud1M...
Hi all,
I was trying to test the SDK13 ble_connectivity example being able to compile it when the NRF_SD_BLE_API_VERSION == 4 , but it seems like there are not pc-ble-driver...
I just got my NRF51822-BEACON. I didn't see any LED flashing when I insert the battery. Also I can't find this beacon on nRF Beacon android Application.
hi,
i need to do long process and more flow of functionality that all could stopped by softdevice. so i need to enable and disable soft device. could it could affect my timer2...
hi
here i have use block size 16 byte and block count 5096. this is my start address 0x27000
i have tried to clear 79 pages.
and read data from flash with specific...
Hello to all
I have the next code, basically what it does is reading a button state and if it is pressed then the manufacturer data of the BLE package is lets say B, on...