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,
Do you have a declaration of conformity for the chipset nRF52832 ?
I need this document to justify to my laboratory the conformity of the Bluetooth module to the standard...
hi,
I have some questions, please help me solve these questions. ( I use SDK 15.2.0 and nRF52832)
1. my customer ask how many central bonded with one nrf52? (my project...
Hello,
I am trying to send data from my light switch mesh client (nRF52840) to my gateway, the nRF9160 using UART. I added the UART functionality to the light switch client...
Hello there,
I followed all the steps in the following link:
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.nrf52%2Fdita%2Fnrf52%2Fdevelopment...
My device (nrf52832) has two signals triggering GPIOTE interrupts. I need to be as low power as possible, so both are setup to not use hi accuracy, making them share the PORT...
i need a help
As mentioned in this thread
https://devzone.nordicsemi.com/f/nordic-q-a/18512/directed-advertising-with-pre-shared-irk
in need to do directed advertising...
Hi,
We want to measure our external custom board which is not based on nRF52 chip. That board has current consumption header and it's chip draws maximum current of 60mA...
Hi:
I find a odd question when i use SES to develop nRF52832, ESB protocol is using and i need to config some different slaves with same code except the pipe num, i define...
Hello,
In my current zigbee project I have a sensor end device which should sleep when possible. I am handling the ZB_COMMON_SIGNAL_CAN_SLEEP event and have added zb_set_rx_on_when_idle...
Hi,
I am using NRF52 SDK version 15.3, Segger Embedded Studio.
I am using the ble_app_beacon example in examples/ble_peripheral, I have programmed 2 devices with the...
We are attempting to replicate the background DFU process presented in the example DFU over TFTP. Reference SDK that we are using is 15.2
What we do:
- We are trying to...
Hi,
While using the BLE advertising module, it struck me that it automatically stops advertising as soon as a device connects. This is not acceptable in my application as...
Hello. I am developing a project with a static password. And when I connect to the device, in the debug messages for the auth_status field I get the following values: 61,...
Hi ,
I want to add DFU service into ble_app-uart example, for that I want take reference as ble_app_buttonless_dfu.
But when I am trying to test the working of ble_app_button_less_dfu...