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 know that the nRF52832 is strictly a 3.3V device however, I was wondering whether any of the GPIO pins are 5V tolerant?
Is there any internal clamping diodes within the...
Hello,
I have noticed, that https://github.com/NordicSemiconductor/nrfx was updated with a nfct driver. I am trying to extended the nrfx port on micropython (see https:...
Hi,
I'm trying to setup the Peer Manager on a nRF51822 with installed the S130. I'm working with Eclipse where I installed the 12.3.0 SDK.
At compilation time I get the...
Hi, I have a two part question, I know the NRF51822 (and I believe all 4.0 BLE chipsets) are being sunset, when will this start taking place?
Since I'm currently using the...
HI,
i am using nrf51422 with sdk13.3.0 and soft device 130
i am receiving 69 byte of data through UART, i am compressing data in two packets. here after transmitting a...
I have an issue with BLE on Android when using low duty-cycle directed advertising and I'm asking here hoping some people have already seen that issue or something similar...
Hi,
I'm working on a custom bootloader based on the one included with SDK 15.
I have a blocking method (i.e. while loop) that runs at the end of the transmission of all...
Hi,
Some general Nordic BLE device questions:
How to add Characteristic?
How to send data to given c haracteristic?
We are using SoftDevice 132 with Segger IDE.
...
I am trying to free up some RAM on my nRF because I am getting Fatal error 0x4, NRF_ERROR_NO_MEM when I try to increase the size of a 2D array.
I do not understand how to...
Hi there,
I am considering the NRF52840 to build our new platform but I am struggling to find information about how the device Firmware is programmed.
Apart from SWD...
Hi,
I'm using sdk 15.2, with soft device s140 on nrf52840 dongle in peripheral mode. I'm using modiffied ble_app_proximity example. What I wan't to achieve is to set advertising...
I want SoftDevice of Bluetooth 4.2 for nrf52832.
I found softdevice.
15.2.0 nRF5 SDK
15.1.0 nRF5 SDK
15.0.0 nRF5 SDK
14.2.0 nRF5 SDK
etc
Which is Bluetooth 4...
i have one huge process one get positon sensor using i2c bus and another get led color also using i2c bus.
when color function is added in the process,positon sensor data...