SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
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...
In some examples that use nrfx libraries it is necessary to extract a GPIO PSEL, which is usually done like this. Give the following DT definitions
``` leds {
compatible...
Hello. I am developing a product equipped with BLE communication function using nRF52480. I am experiencing an issue where the BLE connection cannot be completed.
[Environment...
Looking at the uart_nrfx_uarte2.c driver it appears that Nordic is not looking for the compatibility string in the driver but instead is looking for uart0,uart1, etc. This...
Dear Support-Team,
due to the 2KB limitation of the secure buffers of the nrf9160 modem I am trying to setup native tls. I found the https_client sample which sounded promising...
Hi,
I am using nrf52840 with SDK 16.0. We wanted to dynamically allocate 49kb and 75kb of memory. Is there is any risk while de-allocating? Is it recommended to use the...
Hello,
I have a product that uses just works pairing, as the user should walk up to the device to pair (but not bond). As this is using Just Works, the connection should...
Hello, I have an Adafruit nRF52840 Feather Express , and I'd like to be able to flash the micro through the USB virtual COM port because it has to go in a case and the SEGGER...
We have devices in the field with one MCUBoot Key and we'd like to get all of our devices on the same MCUBoot Key to make managing the fleet easier.
Is it possible to migrate...
The PTX is nRF24L01+ and the PRX is nRF52833.
The code for the nRF24L01+:
Everytime I call NRF24L01_TxPacket to send out 32 bytes data I get the error code MAX_TX ....
TOOL : NRF SDK 2.6.99 (VSC)
1.When connecting a broadcast audio source with USB audio to listen to music on the sync side, there seems to be some stuttering. How can I solve...
I have been working on snoring detection using thingy53 project which is there in https://www.electromaker.io/project/view/snoring-detection-using-nordic-thingy53-backup#...
Hello,
I am trying to flash the Serial LTE modem on the nrf9160 on a custom board using the nrf5340DK and the nrf Connect Programmer. I am using the P20 port on the DK and...
HI
I am planning to test it by linking the DTM of nRF Connect For Desktop.
However, I am contacting you because the DTM does not work.
The nRF52-DK board operates...
Hello,
I am trying to issue the command like AT%NCELLMEAS=3,3 on my console when running asset_tracker_v2 and using Serial Terminal, which is a superb terminal for issuing...