I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hi Guys,
Thanks for your precious time and insight. Let me try to explain what we did,
We have developed a custom board
After assembling the board, we do a bare board...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi,
I just bought a nRF52840 dongle and I am trying to use it with nRF Connect Bluetooth Low Energy App to test communicating with a NRF52 DK that has a BLE peripheral...
Hello all,
I am developing an IoT module using nrf52832. My dilemma here is on how to make it able for programming for production?
What i require in production:
1. I...
Hii,
I'm using Nordic nRF5 SDK for Mesh v3.0.0 Example Code in LIGHT SW Provisioner Example i got Error code please healp me how to solve.
In Case Of
#define PERSISTENT_STORAGE...
SDK: nRF5_SDK_15.2.0
IDEs: Keil
SoftDevices: S132
When I use the SDK example to build for nRF52810, following the steps stated in nRF5_SDK/v15-2-0/nrf52810_user_guide#ug_52810_own_project...
SDK: nRF5_SDK_15.2.0
IDEs: Keil
SoftDevices: S132
Computer platform: Windows 10
chip: nRF52810
When I use the SDK example to build for nRF52810, following the steps...
Good Afternoon,
We are using the nRF52840 DevKit with our BLE peripheral app and after connecting on iPhone (iOS11) and trying to read the RSSI (readRSSI() from CoreBluetooth...
I am trying to send data from a phone to the NRF51822. The data is being sent from the phone in 20 byte chunks to a write characteristic. When the event handler for receiving...
I have been working on a C++ library for the BME280 sensor to be used within the Nordic SDK and am so far only focused on using TWIM, Within this library I intend to use TWIM...
when i use the ble_adverting_start(BLE_ADV_MODE_FAST);
and then use the ble _advering_start(BLE_ADV_MODE_IDLE);
then ble_adverting_start(BLE_ADV_MODE_FAST); the return err_code...
OS :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor 28-pin Land Grid Array / 15GPIOs / SWD Soft Ver:nRF5_SDK_15...
I have implemented Legacy OOB on NFC and when my Android phone attempts to pair with the device, I receive a NRF_ERROR_STORAGE_FULL error in PM_EVT_CONN_SEC_FAILED event durring...
Hi, now I'm developing my projects(bt-audio-advertiser) with SDK 15.2. and Thingy:52.
I want to load PDM data to extended advertising packets. I succeeded to use extended...
Hi, now I'm developing my projects with SDK 15.2. and Thingy:52.
The projects are bt-audio-advertiser and bt-audio-receiver.
I adapted extended advertising to a Thingy...
Hi,
I have a problem making NFC (with a simple text record) work when I enable SoftDevice: I do not receive any NFC event and NFC communication does not work.
I have a...
Hello,
I would like to get the value of a temperature sensor, convert it from A -> D, send it to a server and then get it with a client (mobile application)
I need a sensor...