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...
I'm trying to use the QSPI periph to interface to a Flash, the project is based on the blinky and has UART and SAADC added in so far. I can use nrfx_qspi_cinstr_xfer to read...
Hello,
I am developing an application for location tracking to be run on a Windows computer. The computer will be communicating to a mesh network using the serial interface...
Hi,
I'm using nRF52840, with NFC pairing (based on SDK examples).
The problem is that sometimes, after advertising, my device is waiting and nothing happens. After using...
nRF52832, SDK14.0.0, S132v5.0.1
http://infocenter.nordicsemi.com/pdf/nRF52832_PS_v1.4.pdf
Section 18.8 (page 83) shows that the WDT registers are retained across Soft...
Build and flash mqtt sample. Use board nRF9160. Ubuntu 16.04. Firstly flash secure boot, just after that flash mqtt sample. Have this in terminal:
The MQTT simple sample...
Hey everyone, I am trying to setup the external temp sensor instead of using the simulated data
I modified prj.conf to:
CONFIG_TEMP_USE_EXTERNAL=y
and Kconfig default...
Hello
I used the pc-ble-driver-py to advertise Apple ibeacons, but it seems that they're advertised as connectable undirected packets which is not good in my case, as...
Was told to avoid using nrf and particularly to mix nrf/nrfx functions.
Need clear sdk_config.h requirements to setup that also addresses what must not be in the config...
Hello to everyone.
I'm working with Light_switch example for nRF52832 (PCA10040) and Mesh 3.1. I'm trying to modify the server example and to do that I need to know where...
Starting from this example I try to bring clock functionality to my BLE-project.
1. The external LFCLK-XTAL
I need some clarification about the use of the different...
Hi Team,
May I know your kind advice on the following issue when I tried to Open the SDK project in SES. I have seen some discussions on line but none of them works for...
I'm trying to migrate from SDK12 to SDK15, but my code always crashes at advertising_init() and goes to NRF_BREAKPOINT_COND. Even when I directly use the example from the...
I tried searching for this response but cant find exact answer
SDK15.2 and API6.1
I am trying to have an advertiser but would like to put it in some sleep mode and advertise...
There are a few pins I want to use but are already assigned to MCU interface UART or buttons like p0.05 to p0.08 and p0.11 to p0.16 on the nRF52840 DK. I’m wondering if it...
Hi,
We are encountering a problem when we try to avail Nordic UART service (NUS) and Mesh service in one application. The problem statement is that after Provisioning, when...