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'm using the nRF52840-DK with SDK 17.0.2. I've developed part of my app, and would like to integrate secure OTA reflash for it. I've copied the code at examples/dfu...
Hello,
I am wondering if there is support for secure web sockets (wss:// protocol) together with the NRF52840 and if there are any example available. So far I got communication...
Hello Devzone Community,
To compile nRF Zephyr based applications at the command line normally depends on the meta-tool `west`. `West` has many capabilities and options...
Hey all Trying to understand how to properly build a basic bluetooth example without errors using zephyr between the 2 cores Error: manually cleaning and flashing reading...
Hello,
I use this code for system_off on a nrf52840 custom board. const struct device *button = device_get_binding("GPIO_0"); gpio_pin_interrupt_configure(button, SW0_GPIO_PIN...
nRF52840 Dongle is configured as Sniffer in the right way according to documentation. When sniffing capture on Wireshark is started, only the Advertising packets are captured...
I have a project where I use the nrf9160dk as a gateway between a BLE sensor and LTE.
The hci_lpuart sample is flashed tonrf9160dk_nrf52840 and the nrf9160dk_nrf9160_ns...
I got a Segger J-Link EDU to be use to program my Nordic Thingy 91. I have previously program the device via USB using the NRF Connect Desktop :Programmer. But connecting...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). I am using ncs v1.7.0 for development. I am trying out a few things...
Hello guys,
I would like to work using nRF52 as my processor to create products in the future, but I heard about Specific Absorption Rate (SAR) testing and that is good...
Hi all, I am a little confused by the requirements for the external GPS antennal options. My board is version 1.0.1.
In this page ( https://devzone.nordicsemi.com/nordic...
The project I'm using the peripheral BLE UART that has been modified to use freeRTOS and PWM.
I'm using two channel PWM to drive a resonance motor at 25.6 kHz. If I disable...
Dear
First of all, I am so sorry because of my english skill.
I got NRF_ERROR_RESOURCES when the connection between NRF Module and mobile device is disconnected due to...