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'm using a PCA10040 board with the UART example provided with the v12 SDK, and the data seems to get corrupted somewhere along the way between my Ubuntu machine and...
My app works well when working with Master control pannel, but when I use nRF Connect (Android App of Nordic) I have a disconnection without any reason. Especially when I...
I want to send some data more than 20 bytes.
I use
ble_nus_string_send(&m_nus, tx_stuffed, 10);
3 times.
In the advertizer.c
in the function on_ble_evt
I insert code...
Hello,
I am trying to get to the bottom of a double-reset-problem which I am facing, whenever I flash my software-program to the nRF52832 (1 for the flashing and 1 after...
SDK Release Notes:
nRF5 SDK v13.0.0
Release Date: Week 11, 2017
Highlights:
Implemented a new license scheme for the SDK distribution. See the
documentation...
HELLO,
I want using sdk5.2.0/s110 6.0.0 update app in app.I only find BootLoader->app.How can I achieve it.
eg:I use my phone connect 51822 board,then send a command to...
Hi
I'm fighting to read characteristics of my service with sd_ble_gattc_char_value_by_uuid_read.
I'm using SD130 V2.0.1 and SDK11.
Here are some snippets from my central...
Need help from the mesh experts in this forum!
I'm running the open mesh in the 52832 with the s132_nrf52_3.0.0_softdevice.hex softdevice. The mesh works fine in my tiny...
Hi,
I connected 74CH595 shift registers to nRF52DK board. When I built and upload my code with Keil everything works just fine, but if I compliled it with GCC and upload...
I want my device not to disconnected.
I'm trying with custom board with NRF51822AA.
I customized NUS example a little.
And also I've downloaded NUS example for Android...
I'm writing a firmware, with SD130, using mbed libraries.
Firmware used to run fine. I added a new object, and now, when connecting, it hardfaults.
I put a breakpoint...
Hi everyone on the community.
I've been struggling trying to upload the hex file created by arduino using redbear nrf arduino fork on a NRF51822 -v2 board that is being...
Hello,
last week I was trying to integrate a wake-on-motion-functionality for my hardware using some interrupt-handling. While that problem is solved, I came across some...
Hello,
I would like to stream sensor data from the Bosch IMU sensor over BLE at a maximum rate. I can collect data over I2C from the sensor but would like to know if there...