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...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi:
I am using SDK14.0 S132 for nrf52832 , i found it's sleep mode power comsumption large than 5mA .
I am using internal LDO and external power is 3.7V li-battery cross...
Hi
Just to be sure: I've recently bought the nRF52840 Preview DK (dev board for nRF52840) but I think I'm going to use the nRF52832 instead for my project.
Is it ok to...
Hi i want to create a new project in Eclipse. I did this my following the complete code form git hub for devzone.nordicsemi.com/.../
*Nordic has provided sample code for...
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...