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...
Hello,
Following this post , you provide a mechanism to synchronize RTC or Timer between 2 nRF52. the available code allows a Timer synchronization, but in our case, we...
Hello,
I want to buy a nRF91 DK from digi-key, however I saw some errata on the matching network for the GPS antenna for nRF9160 DK v0.7.0 and v0.8.2.
Does the version...
Hello All,
I am working on nRF52810 development board. I use segger studio in windows 7. for reference i use nRF52 15.2.0 SDK. Right now I am trying to do blinking led which...
Hello! I am currently developing with nrf52832 SDK14.2, I used the Buttonless Secure DFU routine in the SDK to implement the DFU upgrade. In the project, after linking with...
hi guys,
i'm trying to send data between two boards (nrf52840) in real time. every time the input pin toggle there is a message to send to the central board.
i did this...
Hi,
I just tried to use the following code on the nrf9160DK with zephyr version 0.3.0:
errVal =setsockopt(at_socket_fd, NRF_SOL_SOCKET, NRF_SO_RCVTIMEO, (const char*)&sock_timeout...
Hi,
we're developing a project on nRF52840, and need to directly use the CC310 API.
The input parameters of the function CRYS_ECDSA_Sign feature CRYS_ECDSA_SignUserContext_t...
hi....
i am using nrf52382 and segger 15.2 version , i want my peripheral to send the data only if it reaches the certain limit (threshold value) on that case it should...
Hi i am working on nRF52840 Dongle , I could not find ble_app_interactive application for nrf52840 dongle,
i am trying to implement the same code with some modification...
Hello
I am using 3 nRF52840 DK for proxy light switch example. Using this I want to relay the ON/OFF signal from 1 server to other.
To test the relay mode working, I need...
Hi All
I would like to work with some BT 5.0 modules from Rigado and Murata.
Rigado: BMD-XXX
Murata: WSM-BL241-ADA-008
However, I need to work with them using AT CommandsI...
Hello.
I wrote a simple beacon application which advertises with uuid, major, minor and name. Now what I saw in sample beacon I found somewhere is that nrf connect properly...
Hello!I am using NRF52832. The antenna is aca-5036-a2-cc-s produced by INPAQ, but the bluetooth cannot be found.Whether the adaptive antenna can be provided and the technical...
Hi Every one,
I am trying to use two uart's communications concurrently in nrf51422, in my code i am running timer of one second.
Every one second in timer routine trying...