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...
Hello Guys,
I'm working in a project and I wanna turn off the radio "ble" and go to sleep, deep sleep to save the power, the current consumption while it's connected is...
I want to use the Launch App message as well as the Text Record Message together, so that when my app is launched, I can also access the message that will give me something...
Hello Fellow developer,
I go a BLE product that is linked to an Android and iOS APP.
The main use case of the product is to be used without touching the phone (while...
We plan to use a nrf51 board which has a button that can switch the ble mode between the master mode and slave mode . Is this plan feasible? Thank you!
Hello, I'm new with the nRF51-DK-Board .
At the moment I test the hid keyboard example. The connection with Android and Windows works fine, but with my MacBook it don't:...
Hi,
I use nRFgo Studio(v.1.21.2.10 win7 x64) "Program Application" to program the combined file(SD+Bootloader+application), it will indicate an error as the attachment...
Hello,
There is an issuse in my project that using nrf_gpiote_drv lost interrupt.
SDK: nRF5_SDK_13.0.0_04a0bfd
Chip: nRF52328_xxAA
Board: PCA10004
There is two...
Hi,
I am developing on NRF51822 custom board but I had a problem on how to init TWI driver to communicate with MPU6050.
In short, when receiving a BLE_CONNECTED event...
Hellow,
I'm using app_timer to play the buzzer.
The default behavior is
1. key in
2. timer start: 8Sec for key action stop check
3. Buzzer on (pwm1)
3. buzzer...
Hi, I am using sdk 12.3.0 sd130v2. I have the hardfault_implementation.c included in the project. But I am not able to keep breakpoint anywhere in that file. I have made HARDFAULT_HANDLER_ENABLED...
I have initialized SPI0 master by this code:
static const nrf_drv_spi_t spi = NRF_DRV_SPI_INSTANCE(0);
...
nrf_drv_spi_config_t spi_config = NRF_DRV_SPI_DEFAULT_CONFIG;...
Recently I have been working with the serial bootloader from SDK 11. I can upload a softdevice, and supporting application using this bootloader without issue, as long as...
I started working on mesh 51 series ,
Points for which we need inputs
Data packet size for transmission
Process for association and address assigning during commissioning...