Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...
Hello,
I tried to flash an application to the nRF52832. First I flashed the softdevice, after that I flashed the bootloader and next the application.
The application...
We were doing various tests using PCA10040.
Then suddenly I can not connect to the PCA10040 board.
In the boot loader mode of PCA10040 board, connection is made.
What is...
Hi, I use the nRF52832 board (PCA10040 v1.1).
Before creating a custom PCB that uses nRF52832-QFAA, I chose
Q22FA12800025 FA-128 32 MHZ 8.0PF (load cap = 8pF)
and ...
This should not be a sudden my PCA10040.
Jlink are probably going to have failed.
It does not appear in the USB Jlink to appear as Atmel.
Is there a way to recover...
I am doing a project about nrf51822 smart beacon kit and a person has give me this link: infocenter.nordicsemi.com/index.jsp
to download the firmware and hardware files...
Hello,
I develop a BLE central device based on nRF52 (with the newest connectivity firmware and SoftDevice with API v3) and the pc-ble-driver in version 2.0.
Since my...
Hello Everyone,
I am working on nRF51 I need to save data with timestamp (current date and time).
Is there any example code is available so I can set current time and...
Hello,
Recently read about FIDO’s U2F authentication protocol for NFC and Bluetooth smart.
https://fidoalliance.org/fido-alliance-equips-u2f-for-mobile-and-wireless-applications...
hello everyone,
I am doing a project about Ibeacons. I need to make a selfmade bluetooth smart beacon (excuse me for bad English). I found a schematic circuit design of...
Hi all,
I am trying to get an Android Nexus 5X app to work with an NRF chip, and facing some problems, specifically with writing to a characteristic. Really hope to get...
Hi,
I discovered unusual behaviour in a SPI read transfer.
My transfer consists of writing one byte (peripheral register address) and receiving one byte (contents of...
SoftDevice Version s132 SDK Version
12.2 Kit NRF52832 PC10040 DK
I am trying to run the ble_app_beacon example after importing the project into Segger Embedded Studio...
Hi,
My application always stops at the end of ble_stack_init() exactly at:
return sd_nvic_EnableIRQ(SWI2_IRQn);
of the function softdevice_handler_init.
My board...