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,
Yesterday I installed the image ' RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img' on a Raspi 3B+ and cpnnected a Nrf52840 DK via native USB. Using the 2.0.0 Thread...
Environment:
Nordic SDK 15.2.0
Eval kit nRF52840-DK / PCA10056
SES debugger on Windows 10
I was trying to integrate nfc_callback() for ...EVENT_FIELD_ON / OFF from...
Hello,
I have a problem with MQTT Publisher example on my nrf52832 DK.
1. I am using ubuntu & nordic's SDK15.2.0 for this mqtt example. On raspberry pi 3b I have installed...
I need to communicate with a sensor through SPI. However, in order for the sensor to switch to SPI mode, its CS pin must go down. So before I do SPI transfer, I clear that...
Hi,
I want to interface RGB LED- APHF1608LSEEQBDZGKC (Kingbright make) with nRF52840 operating at low power mode on 1.8V (@Vdd). The 1.8V external source is capable to drive...
Hi Nordic,
we use the demo "ble_app_hrs_freertos" (nRF52832, SDK13.0)
I'm trying to get it into low power (system on mode) , and the idle task keep on running and the...
Hello,
I had to hard code new MQTT broker settings. Specifically the NRF_CLOUD_HOSTNAME. Whenever I update the nerf_cloud Kconfig to select a new broker, the autoconf...
Hi
On our project we see often softdevice asserts with the version 6.1.1 of the S132. The application we have is offering a BLE GATT service that allows fast serial communication...
We are starting different projects around the Thingy :52. When studying the SDK and harware doc we are faced with a possibly stupid question : we have identyfied an accelerometer...
Hello all. I have been having issues using the hash functionality of the nrf crypto library.
Above is the screenshot of the output I am getting for the code shown below...
I am struggling with the Zigbee SDK for the nRF52840. I have successfully run the light switch demo with the PCA10056 board as the switch and two dongles behaving as coordinator...
I have been struggling to get a Zigbee end device talking to a SmartThings hub which is on channel 14. I have now discovered that regardless of the channel mask I give it...
I followed instructions given here https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
I got it working in Build and Debug mode. However...