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...
I have encountered a scenario in which my application is terminating the BLE connection via a call to sd_ble_gap_disconnect, while around the same time I receive a write request...
I'm able to successfully use peripheral/uart example to read the data from GPS module. I achieved the same by setting baud rate to 4800, and connecting rx and tx of GPS to...
Hi,
Question about FOTA (firmaware upgrade over the air).
I know that nrf52832 has 512 kB of flash, and the ble stack( softdevice ) has 136 kB , and the bootloader has...
Hi,
I put my NRF52 to sleep (POWER OFF mode) and configure it to wake on GPIO port event like so:
This GPIO is set up on a reed switch. Occasionally, the NRF52 will...
Hi
I found a strange issue on nrf52832. And I use nRF5-SDK-v13.1.0 .
When I assignment P0.7->SCL & P0.6->SDA, the twi function not working. But I change the assignment...
Today I read about the new nrf52810 and I want to know about its main differences with the nrf52832.
I see a lower power consumption for the 52810 vs 52832 and no NFC on...
Hi
Currently I try to migrate my software project (with SDK14.2, S132 (5.0.0), arm-gcc toolchain ) from nRF52832 to nRF52810 (with SDK14.2, S112 (5.1.0), arm-gcc toolchain...
Hello everyone, I am a beginner in the use of Nordic Thingy: 52. I would like some help trying to reprogram the Nordic Thingy module. After a programming error of the Thingy...
HI,
I am unable to communicate between a SDK 8.0 based nRF51822 sender and SDK 14 based NRF52832 receiver.
The data rate of the SDK 8.0 sender is 250 KBits/sec, whereas...
Hi,
Can someone help me with question on SPI?
What is the difference between SPIM and SPI? They seem to have different clocks
Also in the SPIM section, the frequency...
Hi there,
I am developing a BLE dongle on nrf51822. There is no external 32.768KHz crystal oscillator on my customized board(only has an external 16MHz oscillator)....
hi,
I need to know how to use "power on reset". From the reference document, I can understand BOR and POFWARN. But the POWER ON RESET, I could not get any idea.
1. POR...
i have project with nRf51822 and uart. i use uart fifo in Uart_app_ble example sdk11. now i need disable or enable Rx, TX.i tried this function :
NRF_UART0->TASKS_STARTRX...
Hi,
Has anyone successfully used semaphores/mutex implementations of FreeRTOS?
The code I am working on is based on the FreeRTOS HRS SDK example. I am looking to add a...
Trying to compile using the on-line Mbed compiler. I keep getting cannot find "nrf.perhiperals.h", and I cannot locate it either.
Possible someone can point me in the right...