In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
how i change my ip in ipv6_coap_server example use ipv6_address_set / ipv6_address_remove API.
To...
Hi Guys,
I have a MCU RTOS project. in Hardware board, builtin Nodic BLE chip over UART,RTOS BLE stack works fine.
We also have a MCU RTOS Emulator based on Qemu,we...
Hello,
I would like to have more info about canceling the pairing request on iPhone (thru the popup that asks if you want to pair with the device which is managed by iOS...
Hello everyone, I'm severely struggling to perform a simple task. I must be missing a very simple answer and, I hope with your help that I resolve the issue.
I am trying...
if the issue can be worked ,how to do that with android source code? the 2 ble pure devices (not android phone) connect with a ble android phone.
please check below, the...
Hi, For the Adafruit Feather nRF52840 board I cannot find any information about the RTC. On the Feather board the 32kHz crystal is connected to the RTC clock input (P0.00...
Hi
I want to migrate my application to Zephyr RTOS platform from old setup given below.
Old Setup: Hardware: nRF52832 board. Soft device: S132 Software: SEGGER Embedded...
Hi, I'm new to Nordic Semiconductor chips.
I have experience programming STM32 and Atmel microprocessors. I would need to program/debug the NORDIC nRF52832 chip, without...
Hello there, I am working on enabling/ disabling DFU in nrf52840dk using ncs 2.4.2. previously i was doing it using ncs 1.8.0 as follows: libraries used:
#include <mgmt...
Hi,
I use the above function to create a new dataset. When I use SDK 2.3.0, this works perfectly. But when I use SDK 2.6.0 I get the following.
When I tried
arm-zephyr...
Hi all!
So I'm just starting out with the Thingy 91 and I was following the Nordic Thingy 91: Getting Starting Guide and I was in the process of using MCUBoot to update...
I am using nrf7002-dk as client and running the server python code in my PC and I am using ngrok command line tool get alternate http link.
I am using wifi-fund lesson4...
Since https://github.com/nrfconnect/sdk-nrf has disabled issues, this is an assorted list of problems/limitations with the lte_net_if library ( https://github.com/nrfconnect...
Hi All,
I want to do dfu over uart with secure bootloader, am using nrf52840-DK, nRF5_SDK_17.1.0_ddde560 SDK and segger embedded studio V8.10.
compiled and flashed secure_bootloader_uart_mbr_pca10056_debug...
I use DWM3001C chip,it has a nrf52833 mcu inside.when i call ble_init() in main.c.it report error:
peer_manager_pds: Could not initialize flash storage. fds_init() returned...
Hi Team, I'm trying to port the acconeer project that worked on the old one NCS v2.2.0 to new NCS v2.5.2 and ran into a problem with the difference
c:/ncs/toolchains/c57af46cb7...
I am trying to use libmodem in a bare-metal app on a 9151dk, but nrf_modem_init() is hanging (not returning). What conditions can cause this? The issue looks a little like...
Hi there.
Right now, I'm facing the issue that I want to use the camera OV7670 with the nRF52833.
I don't know how to start or what example I can take as a base to start...