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...
In the On Off Client Model in the nRF5 SDK for Mesh 15.0.0 (nRF5-SDK-for-Mesh/models/simple_on_off/src/simple_on_off_client.c) there is a check in the client callback handler...
I try to build and test my first time SES setup on Mac for further development on an existing nRF51 project and future nRF52 project.
I use SES for Nordic V4.14 and SDK...
Hi Nordic
I am looking at legacy code in nRF24LE1 that has to be ported to a new chip, nRF52xx.
The thing that I have come across is a strange thing in the datasheet...
Hi Nordics, I wonder is there any specification on IOT. I have seen the source code on IOT at nRF5_SDK_15.3.0_59ac345\examples\iot\tcp. But I don't know how to use it. So...
Hi all,
i am using:
- nrf52832 DK (IC revision 1 -> QFAAB0)
- nrf5 sdk for mesh v 3.1.0
- nrf mesh app v. 1.2.1 running on android 5.1/ second phone android v. 8.1...
On a NRF52832 based beacon I use to sensors, a SHT3 temperature and humidity sensor and a KX022 accelerometer.
I'm using the twi_manager library as it is used in the example...
I've made an application based on the SDK 15.3.0 ' Console over Bluetooth ' example:
https://www.nordicsemi.com/DocLib/Content/SDK_Doc/nRF5_SDK/v15-3-0/ble_sdk_app_cli ...
Hi, I understand that the Decawave UWB modules have nrf52832 Chip in them. But we are facing BLE issues (it gets disconnected and connects). We are using a Panasonic Tab containing...
I have nRF51822 AA with SDK 12.3.0 and SEGGER SES 3.10f. I was able to run and experiment with ble_app_beacon example, fixing known SES troubles, mainly with memory sections...
Environment:
BLE Slave Module: nRF51822, s110 v6.0, based on UART over BLE application example
If a peripheral and central is getting further and further, finally they...
Hi ,
my chip is: nrf52832
my SDK is: nRF5_SDK_15.2.0_9412b96
I'd like to know how to update the value of UUID when user press the "download" button ( the down arrow...
Hello all
when trying to prepare a DFU package, I managed to make it several times before, but now I am getting this strange error:
PS C:\Project\Nordic\ble-rd\firmware...
SDK version 15.2.0 (latest at the moment of writing). I am having trouble reading from UART in > 1 byte chunks where exact length is not known upfront.
The problem is, UART...
Hi everyone !
I'm working with an example code for the nRF52840.
I added some c files and changed from UART to SPI.
Until this point everything was able to compile and...