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,
we've developed and produced a nRF52832-based custom PCB with custom firmware that is using advertising, scan, connection, custom Bluetooth service and characteristics...
Hi there,
I am designing my own custom nrf52832 PCB and would like to have my design evaluated before put it to production. I am just wondering if Nordic Semiconductor provides...
I am running SDK 15.2 on an nRF52840. I have programmed my secure dfu bootloader, application, settings.hex, and softdevice via jtag. During the first run after programming...
Dear fellow developper,
I'm trying to create a BLE device using HID service to control music, volume and so on.
I have successfully implemented a keyboard + Consumer...
Hello,
I would like to know if anyone else has faced this issue. Indeed, if i want all the consumer control interpreted in the right way, i need to add a keyboard in my...
I'm working on a project with nrf52840 and i'm trying to send and receive ipv6 packet throw thread protocol so i tried to use to send with otIp6Send and receive with otIp6SetReceiveCallback...
Hi,
We are currently working on a project involving a few Connectionless BLE advertisement transmitters based on nRF52832 (SoftDevice 6.1.0). On the receiving end we have...
Hello
I m hardware designing engineer in Turkey.
I m designing bluetooth controlled lighting armature. it must be connect other lamps. And must controlled by phone ios...
Hello all,
I got the nRF52832 dev kit and have been playing around with it. I am using Segger Embedded Studio V4.12. I tried out the ble_app_uart and the writable_ndef_msg...
Hello! I used the "blinky_rtc_freertos" example and transferred ticksource from RTC to SYSTICK in "FreeRTOSConfig.h". The application has stopped working. What am I doing...
Hi Every one,
In my application i want to use two UART's simultaneously, for that i am doing continuous switching of UART communication pins.
I am able to communicate...
Hello,
I am trying to designe my own iot sensor board with nrf52840
For my sensor board i will just add lipo charger IC and MPU6050 (accelerometer)
When i look at designe...
Is there a generic sdk_config.h file for each of the Nordic SDKs?
The ones included for each example seem to be missing useful macros/defines, for example, omission of SEGGER_RTT_CONFIG_DEFAULT_MODE...