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...
hello Nordic
trying to migrate from ncs 2.5.0 to 2.7.0
well i did the mistake of installing the toolchain via the vs code .. for some reason it installed it in the wrong...
DFU is now implemented on ipads and iphones, as well as on Android phones, and the app platform is nRF Connect. The problem is that the firmware upgrade can be achieved normally...
I was trying to build off of the example of Lesson 6, exercise 3 from the Intermediate course on DevAcademy.
https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate...
Hi there,
I am trying to interface SPH0465 microphone with nRF Dev Kit 52832 with the following configurations of I2S:
I have followed the code from echo example...
Hello!
I am hitting a really frustrating issue running Zephyr on a XIAO BLE Sense module which is based on the nRF52840 MCU. I am simply trying to verify development setup...
Hello,
On a pairing failure from iOS (either cancel or timeout of the pairing dialog alert "Bluetooth Pairing Request"), the device no longer allows pairing until a software...
Recently our firmware team encountered a new version of NRF52840 and our hardware team "orders the available chip". How can I know and manage the version when we design the...
I was wondering whether having GATT client and server in same chip (NRF52832) would work? If so, then how would I need to set up bt_conn_auth_cb on zephyr if both uses passkey...
Hi,my board is nRF52840dK,and the SDK is ncs 2.7.0.
I want to modify the subevent parameters,
Is there any API to modify them in my code but not in prj.conf? such as ...
The provisioner sample was used as the base code for adding the function to set model's publication address. After doing so the end node goes into
Requesting Help regarding...
I currently am using a nRF9160DK. I want to have the nrf52840 on it scan for BLE devices and return the device count and then send this over UART to the nrf9160.
How can...
Hello,
I am contacting you today because I recently bought an nRF5340 development kit, as well as several Nordic Thingy devices (52, 53 and 91) and I have been working on...
Hello,
I am contacting you today because I recently bought an nRF5340 development kit, as well as several Nordic Thingy devices (52, 53 and 91) and I have been working on...
Hi, I was reading through the errata for SoftReset and see a note: [161] RESET: Network core is not fully reset after Force-OFF
Can you please clarify how to reset both...
I'm trying to use Adafruit LSM6DSOX (I think it's a misprint and it's actually LSM6DSO), regardless. I can get it to work using I2C but I need it over SPI.
I have been racking...