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 use SDK 15.0.0 ble_app_uart_pca10056_s140 nrf52840
I set BLE parameters like this:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS)
#define MAX_CONN_INTERVAL...
Hello everyone.
I am trying to use my oled display with my nRF52832. I found a library that had been written before: https://github.com/monpetit/nrf52-spi-i2c-master-ssd1306...
Hello, I am wondering about something related to the numebr of elements. Does the number of elements needs to be fixed or it could also be also dynamicaly changed? Also, regarding...
hi..... i am using nrf52832 , merged the uart and timer example program . while i am debugging , debugged successfully , but timer is not working
actually i set the timer...
Hi,
I am developing a product based on nRF52840 chip. I want to know if there are any bootloader available for nRF52840 which has following capabilities:
1- The bootloader...
Hi,
I have set up nRF9160 DK by following instructions here: https://www.nordicsemi.com/Software-and-Tools/Development-Kits/nRF9160-DK/GetStarted#infotabs
By using nRF...
Dear nordic,
I have some doubts in BLE profiles.
1. If i started make custom profile as per your examples is that make any issue in BLE certification of product?
2.If...
I have an issue with the internal clock setting, and TWI. My custom board has an issue with the external crystal. So I switched to internal crystal with the following settings...
Hi Nordic
We are using the die temperature sensor on an nRF51822 we have observed a strange behavior. Some specific values seem to never be returned in the temperature value...
Objective: create a BLE gateway using the iOS Gateway app and nrf cloud demo
I have failed to make the demo work and am seeking ideas to help me get unstuck
I installed...
Hi,
I'm exploring the hid peripheral example with 52832 Dev Kit and made it working correctly. While, when I was tring to connect to it with nRFConnect, I found that the...