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 Nordic,
It's hard to find an example to talk about the event of advertising. I checked the advertising chart and know I will get the event BLE_GAP_EVT_TIMEOUT. Where can...
Hi,
I attended a training session run by the BT SIG last week and met a helpful Nordic chap who, when I mused about how I was using a programming board to run a sensor...
Hi i am having doubt in RTC configuration.I am using RTC1 and i want to produce ticks for every 1 minute.I have combined the UART and RTC example to get the RTC output in...
Hello
i am using the Nrf52 with pca 10036 board. i am working on fruitymesh to work on visualgdb.
i am getting problem here
"#pragma pack(push)
"#pragma pack(4)
...
Hello, i need to count 1 or 2 minutes. Someone can recommend me if to do that is easier to use app_timer or RTC?
Which is the value that i have to put in the prescaler...
Hi,
I have bootloader ,Application with buttonless dfu (with FreeRTOS) and S132 v3.0,
Flashed SD3.0 and then bootloader with debug support. After updating application zip...
Hi all
I use the nRF52832 and the SoftDevice S132 V2.0.1. When I perform a soft reset (NVIC_SystemReset) while the SoftDevice is running, the fault handler is triggered...
Sorry i'm survey in forum ,and try for a week , the problem still there , please help me !!
I'm try to compile APP1 in IROM1( Start:0x1B000 Size:0x4650) ,APP2 in IROM2...
In Nordic's example GCC projects, the Makefile of the SD examples have -DSOFTDEVICE_PRESENT defined. However I noted that even though it is defined here, in nrf_drv_common...
I have a 1 second app_timer running which increments a 1 second variable used as unix time. We have a 32Khz Xtal, etc, which should result in good accuracy.
I have noticed...
The QFN package has an exposed gnd pad. Are thermal vias required in this gnd pad? The reference design has a 4x4 thermal via array. I believe this is only there because Altium...
Hello,
I'm using a BMD200 module (with a nRF51 chip inside) and the custom_board.h provided by Rigado along with their EVK. I'm also using a BMD200 on a board I developed...
Hi There,
Under what condition(s) would a master skip a Connection Event (i.e. not transmit to the slave)?
We are currently testing using v12.1 SDK. I have configured...
After connect I try to find a service using MasterEmulator method DiscoverPipes() . I'm using event masterEmulator.LogMessage += OnLogMessage; to print logs. First it write...
I'm trying to implement an application where one board updates another board with Nordic's DFU service. I'm using the NUS client example as a basis to develop the BLE central...