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...
Hi,
I need to write a 32-bit value to an NVM flash page whenever my code hits an assert failure. This failure can occur anywhere in the code - my application, the Nordic...
Hello,
I'm working on a circuit which has a pin connected to a pull-up resistor, using the nRF52 DK and SEGGER Embedded Studio 5.20 to develop the software.
This pin is...
Hello everybody, I am using Zephyr with the nrf52840-dk device. I would like to store the DTLS credentials with a secure way. I don't want to be part of the code and thus...
I have been testing out HTTPS with the http_application_update .
I have been able to successfully setup a TLS 1.2 connection, but I was seeing a lot of "Peer closed connection...
Hello
I would like to modify my Transmission Parameters of my Thread network. According to the CoAP protocol ( https://tools.ietf.org/html/rfc7252#section-4.8 ), it is possible...
Hi Dev Team,
I am trying to measure the low power performance of the nrf9160.
For this, I tried to use the "system_off" example in the folder : C:\Users\adeel\ncs\v1.4...
Hi,
I'm trying to alternate between the beacon sample and the central sample in one application. It builds and initiates, the connection example from central is functioning...
Hello everyone, this is my first time participating in the forum. I am a very new hardware and firmware developer (this is my first job in the industry of iot). I have chosen...
We are currently evaluating external memory on the NRF52840 and are trying to use external memory within the memory space of the processor (XIP). We are aware of the erratas...
Hi, I am using nrf52840 as a peripheral. How can I use more than 1 uart(1 for GSM,2nd For GPS, and 3rd for show data in PuTTY). Which pins I can use for this? and how? any...
Hi,
We have a requirement where we need to store some application parameters (Eg. APN name ) in the nrf9160 flash. This parameters will be storing during production time...
Hi,
1. I was trying to measure the Bluetooth throughput of nRF5340PDK using the sample from ...\ncs\v1.4.0\nrf\samples\bluetooth\throughput, but from what I see in the requirements...
Hi Support team,
A customer would like to use an external 32kHz TCXO to nRF52840. As the picture shown, the original 32kHz crystal and the loading capacitors are removed...
Hi,
I using the nrf52840 EVB(pca10056), there's no nrf21540 connect, but in our design we will using the nrf52840 + nrf21540.
And I build the radio test example with...