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...
Hi!
I've based a new project for the nRF52840/S140/Preview-DK on ble_central/ble_app_uart_c .
I use the NRF_LOG_XXXX macros for debug and they print fine in RTT Viewer...
Hi,
I have two nrf51822 device, on work as GAP Central, another work as GAP Peripheral.The two device use different connection parameters, after the connection is established...
hello,
i have developed one board using nRF52832-QFAA and trying to dump simple LED blinking code in it using nRF52 DK board. But code is always dumping into custom board...
How do you do
Now need pwm_driver demo5 duty ratio, is there any way to 1/6 or 1/8?PWM and phase difference is 4 road?
Ask for a few days, change seq_values [], but how...
I am developing firmware using S132 (SDK 11) for a custom board.
After performing Pstorage Update, if I do not wait for the callback from pstorage before continuing execution...
I am currently working with a the nRF5x bluetooth chip family and connecting to a windows 10 device as a central. I am using uart to get some visibility into what is happening...
Greetings -
I recently downloaded the latest SD140 images, 6.0.0-6-alpha, and began having issues with BLE communication.
I'm developing a custom device, based on the...
Hi to everyone!
I have a problem with the NRF_LOG or with RTT Viewer.
I wrote this simple code, just to test an output console.
int i = 0;
while (i< 100)
{
NRF_LOG_INFO...
When a Jlink programmer is connected to multiple devices (daisy chained) how do I specify which device is being programmed on the command line using nrfjprog?
Additionally...
Hi
I am making a speed cadence sensor.
I am using the gpio event handler to check the cumulative wheel revolutions and send the recorded value to the app as a time handler...
Hi,
Once the main hardware init part is done, system idles for a while and then I get a hardfault (APP_ERROR_CHECK returns fatal)
I reset the chip, and asked it to continue...
Hi,
Currently i am trying to understand the gazell api using the nRF5 SDK v14.1.0 example gzp_dynamic_pairing. Within my process to trying to understand the gazell api...
I am planning to design BLE MESH based LED lighting system.
(control involved LED ON/OFF , varying two PWMs to control intensity for warm & cold LED drivers, etc)
For...
today simple test ble_nus_string_send time-consuming function, but found that the implementation of a ble_nus_string_send and wait for the success of transmission time-consuming...