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...
what do I need to change in the android studio settings to compile the nrftoolbox source for a Nexus 6 (api v23)? I get a bunch of compiler errors (Error:(25) No resource...
I’m using nRF8001-R2Q32-T in my design, RF Balun (part number: 2450BM14A0002T), and 2.4GHz Chip RF Antenna (part number 2450AT18A100E). My question do I still use any network...
Is it possible to program an NRF51 to wake-up from SYSTEM ON by either RTC or external interrupt?
I have some sensors programmed to wake-up by RTC but I would also like...
Hi
I'm using nRF5 SDK V12.0 and S132 on nRF52832, I add a peripheral service base on the ble_app_multilink_central example so that the phone can connect to the center....
Dear Nordic team,
I've seen some short video from your booth at MWC 2017 last week. Could you post some photos or at least hint about the product examples you had there...
Hi,
Both examples were built failed in Keil due to exceeding 32K trial limitation. Is there any way to reduce the size? Or any suggestion?
Platform: nRF52DK
Keil uVision...
I am working on a project using a BLE Nano and Nordic sdk 8.1. When I compile my application and flash it to the device my program runs exactly how expected. If I unplug the...
I use the nrf52832.
In the beginning,I can download the code and it works well.
And suddenly,Keil told me "No Cortex-M SW Device Found",when I change a new chip it can work...
I use the nrf52832. In the beginning,I can download the code and it works well. And suddenly,Keil told me "No Cortex-M SW Device Found",when I change a new chip it can work...
Hi, i'am working on a custom board on which there is two led drive by a led driver.
The two leds are wiring to be drive by pins P0.14 and P0.15, but unfortunately these...
Hello! I am using a nRF52832 device, along with SDK 12.1.0 and S132 v3.0.0. Data is being sent data through BLE and received on an Android phone.
After some tests I noticed...