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, I am trying to expand on the ESB PRX example and want to recreate functions with the same functionality as Arduino's micros() and millis() functions. I'd like the following...
Hello, Nordic & all:
I have a problem when use P0.21 as the libuarte's uart RX( base on libuarte example/sdk17.0.2) for my custom nrf52840 board, I looked up the reference...
We just received a PPK2 and have used it in several configurations to test a custom nrf52832 board that runs on a 3v lithium coin cell.
When connected in the following manner...
Hello:
I am working on an application that uses a simple UDP socket for transmitting data. I would like understand the zephyr BSD socket behavior when there are cellular...
Hello,
I see a number of threads on the Nordic devzone where people are asking about official support for a DFU bootloader that combines BLE and UART for transports. Most...
hello Nordic
i am working with nrf52840, SDK16.0, s140 (maybe i will change softdevice later)
i build a project on the peripheral blinky example, i change the advertising...
Hello,
My application is based on the example "ble_thread_dyn_mtd_coap_cli" (nRF5_SDK_for_Thread_and_Zigbee_v4.1.0). I would like to be able to send large files via Bluetooth...
Setup -
nRF52840-DK
Nordic Connect SDK version 1.5.0
Sample - nrf/samples/peripheral/lpuart
Commented out "uart0" in the board specific overlay
Uncommented console...
Hello i'm trying to compilate the project secure_bootloader_ble_s132 but i'm having issue with micro-ecc.
when i complie on keil the bootloader exemple i get this error...
Hello,
As the question shows, how to add RTC function to a 5340 empty project?
condition
ncs:1.5.0
board: nrf5340dk
I have found a project,but it's 52840.
...
Hello,
My application runs in non-secure mode on the nRF9160, and I would like to disable external access to CPU, RAM and Flash.
I understand this is done by setting the...
Hello
I have board nRF52833 and i have several questions:
1. Is AoA example available ? I would prefer to have example of software for tag and for the localization...
On a custom board based on nrf52840.
We want to implement OTA DFU with radio (not necessarily BLE, e.g Serial 4G Modem)
We already checked the Serial DFU example and made...
Hi
I found the function
in nrf_ble_scan.c.
This decoding looks wrong to me since https://devzone.nordicsemi.com/f/nordic-q-a/27012/how-to-distinguish-between-random...
my gcc version: gcc-arm-none-eabi-9-2019-q4-major
defined in discarded section `.intList' of app/libapp.a(softuarte.cpp.obj)
////////////////////////////////////because...