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...
As per the Bluetooth Spec (v5.0) Page 2323-2324, it seems that LE Secure connections pairing supports 1-way OOB. See section of text below.
If OOB communication is possible...
Once GPIO is pressed (shorted to ground), I want to change the value of UUID or Major/Minor number
If not, the device will continue to advertise the previous values
Hello,
I am working on a custom project with nRF52832 using SDK14.2 and s132_nrf52_5.1.0.
Now I am trying to configure and use RTC2, and face the problem that ble_stack_init...
Hello everyone,
after hours of python module installation, I was able to run the PPK with PCA10056. I have cut the SB40 and used an external pwoer source with 2,5 V. I have...
Hi I have two problemes, I do not know where to start, so if someone has an example, I would like to see it. The first thing is if someone has an example about using pwm to...
When registering a base UUID with the SoftDevice via "sd_ble_uuid_vs_add", a uint8_t is returned which (per the ble_app_pwr_profiling example) is intended to be the "type...
SDK 14.2
I try to use the watchdog using this code
static void nrf_wdt_event_handler(void) { NRF_LOG_INFO(">>> nrf_wdt_event_handler") }
int main(void) {
...
nrf_drv_wdt_config_t...
Hello , I am working on the development kit nrf52, i want to know how i canget the value of the RTC overflw and then how i can reset the RTC to zero.
thank you in advance...
We are developing a React Native mobile application for iOS and Android, making use of the react-native-ble-plx library to interface with the BLE UART service from the examples...
I'm running various example programs, and would like to find documentation for the functions I see them calling, for example nrf_drv_saadc_init...
Where can I find documentation...
Hi,
I have connected my custom pcb to the development kit at pin 19. When i use jlink commander, the board is detected properly. I use nrfjprog to dump the softdevice(Using...
I'm trying the get the development kit of the nRF52832 (PCA10040) displaying a floating point value. I read several postings of this problem, but non of the suggested solutions...
Hi, I'm having an I2C read lock-up issue similar to those described here , here , and here .
I'm using SES, SDK14.1, and an nRF52382. The only other component on the I2C...
Hi,
I have a custom board with nRF52832 SOC and temperature sensor in it.Interface Between the nRF52832 and Temperature sensor is I2C.i have to see the data through the...