I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
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...
Yan,
You mentioned these UART examples: examples\ble_peripheral\ble_app_uart or examples\ble_central\ble_app_uart_c I was not able to find them on your web site....
I have intention to use 52810's PWM output to drive motor. The timing requirement are critical so
hardware PWM is essential, rather than CPU generated waveform output.
...
Hi,
I am trying to increase MTU size for transfers and it works up to a size of about 72. After that I get an error.
Thanks to Sigurd I now know that it is when calling...
Hi, I've an application developed with SDK v8.0.0 and S110 v8, that is using the bootloader to start the main firmware and to start the DFU OTA (in case the user request to...
I currently have a problem with the gpiote setup. I'm using it to detect an interrupt from mma8652 accelerometer.
here is an annotated version with the key portions of...
Hi,
I've been trying to integrate the secure bootloader witrh SDK12 into my device, which had been working fine with the old bootloader and SDK11.
I've swapped everything...
Hello,
sd_softdevice_enable give me a hardfault every time. What can I do ?
Configuration:
Jlink / Ozone
Confirmed on 2 Sparkfun nRF52832 boards (nRF82832 AA rev 1...
Hello, I am trying a simple btle application where one mcu will send a "help" message and another will respond with its address. The mcu that asks for stores the address of...
Hello,
I would like to implement the nordic DFU protocol natively in a new app as I have historically found it tiresome and buggy to turn the DFU program into a library...
Hello, I am using eclipse app development, to achieve OTA function, use Maven to download DFU library, can not find the library, see your introduction: compile'no.nordicsemi...
I have a BLE circuit utilizing an NRF52832 cpu/integrated radio, necessary impedance matching network and a single ended micro-strip "L" antenna. How can I determine the gain...
I an trying to wake the chip and record the temperature readings when temperature reaches a certain threshold (eg: 80 deg C), can this be achieved using built-in temperature...
I debug the DFU Bootloader through UART,I am sure the APP code is complete updated,but the application does not run when the device is after bootloader to auto soft reset...