I'm trying to solve an intermittent problem when using the nRF51422 UART with CMSIS-RTOS (RTX) and MDK Networking library (V6.2) (TCP/IP stack).
My questions relate to...
Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi,
I have been trying to use CMSIS DSP library over nRF52840. I added appropriate CONFIGs in prj.conf file, and cmake file. However, whenever I try to use function from...
Hi,
I would like to change the CDC_ACM UART (CDC_ACM_0) baud rate in runtime mode on nRF5340, but it seems to be not working. Below is my code snippet:
The return value...
Hello,
I am working on project where my requirement is something like... Device will advertise and it gets scanned by its own scanning.
What I have done so far......
Hello.
We are migrating from SEGGER Embedded Studio (SES) to IAR Embedded Workbench (IAR). At that time, an error occurs that "__ICFEDIT_region_RAM_start__" is not defined...
I want to select the nRF52 series SoC as our product platform. I have a use case in which I want to get the optimal channel map and I find the "sd_ble_opt_get()" function...
I have taken over a older (5+ years) project that uses Gazell, but it didn't use the Gazell link layer to do wireless pairing. We were looking at shifting to SDK 12.3 (last...
Hi,
I am using the CAF BLE components to use bluetooth on the nRF52840, which I control over HCI via the nRF9160. This is all working.
To use the CAF advertising component...
Hello Nordic DevZone, My name is Ted, and I'm having some difficulty with a recently installed Nordic / Zephyr SDK and toolchain. On 2021-07-24 I downloaded and installed...
I'm trying to read the memory off of a BT840F, which I'm hoping to do via a debugger. I've read that a tag-connect cable can be used to connect from a pcb to the debug out...
Hi,
I tried running the "chat" example on two NRF52833DK boards, one as a sender sending a "Hello World" message every 500 milliseconds, the other as a receiver, and found...
Hi,
I have an issue when I migrate my app from nrf52 sdk v16 to v17.
I have setup an app with an uart communication, an app timer and a watchdog. All off these (uart and...
We are using the Libuarte - advanced UARTE driver and sometimes see crashes in the uart_evt_handler code in nrf_libuarte_async.c when it gets a NRF_LIBUARTE_DRV_EVT_RX_DATA...
I am interested in developing a Cloud Driver that communicates to my own servers over HTTPS.
Cloud API documentations state that a driver needs to implement a set number...
Can I UART/SPI/I2C on any pin of NRF52832?
- Can I UART/SPI/I2C on any pin of NRF52832 which is mentioned general-purpose I/O pin ?
- Is there any limit on how...