I want to make sure I'm far from ever having a stack overflow event. Is there a way in the IDE or elsewhere to monitor this risk? The map file produced after a build?
I am working on BLE. I have created a service using read property(services_set_barometer_service_barometer_data(void *src, int size))
After connection is set-up i am calling...
Hello, I'm using the nRF51822 and tried the HID Keyboard Application (S110, ble_app_hids_keyboard) example. (Nordic\nrf51822\Board\nrf6310\ble\ble_app_hids_keyboard )
The...
Hi all,
I have a situation in which softdevice (s310 v2) seems not to forward events to my nrf app (bootloader running dfu) in spite of the fact that my iOS app sees the...
I am sending setup commands to a NRF8001 D device and I receive a command response with status of 0x89. This appears to respond to ACI_STATUS_ERROR_UNSUPPORTED_FORMAT. I cannot...
Hi I'm working on a school project and I need to send data from an accelerometer to a phone I'm currently able to update "dummy" data from my nrf51822 to my phone after following...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Hi,
I have 3 nRF5340 Audio DK's and want to decrease the sample rate and the bit rate. By now, I have changed the rates in the .config and autoconf.h files (from 48kHz to...
hello, team:
I'm new to the nrf5340 develop.I have installed the nrf connect SDK v2.0.2 many times.
when the installation end,I can only find nothing but the '.git' in...
Hi
The documentation of nRF5340 Audio Application of nRF Connect SDK 2.1.1 mentions "onboard hardware codec" and "external hardware codec".
From https://developer.nordicsemi...
I am using a development system that uses a Microchip MCP2515 chip which has the drivers included with Zephyr and everything works perfectly with 52840dk board. Who can tell...
Hi,
I am evaluating the nRF5340 Audio DK by applying the sample code nRF5340_audio.
I tried changing the frame to 7.5 ms by editing prj.conf as below and no audio came...
Hello everyone
i am used Arduino nano ble 33 board in that board nrf52840 is used anyone known how to increase Tx power of Bluetooth i am used Arduino ide for coding
I'm using version 2.0.2 of NCS
I have code working with nRF52840 in Zephyr
I need to move that code to nRF52832 (also in Zephyr)
My application is failing to start BLE...
I tried building the pc ble driver connectivity hex build.
I tried various ways to build it with different command shells and:
1: I saw the error "couldn't find make....
Hi,
I was wondering how I could somehow log data of device in the field to an SD card or the flash storage of the device or even over Bluetooth. Which of these options do...
i'm using the nRF52840 with a custom micro-kernel designed to support user-space applications with multi-tasking. multi-tasking is implemented using separate stack space for...
I'm having an issue that (I think) is related to MacOS Ventura upgrade. I'm trying to update the firmware on a DK52 Development board by copying the .hex file into the JLINK...
Surprisingly, our new ordered nRF52 DK v3.0.0 boards won't work in the BLE App (nRF Connect for desktop) App. Seems related to:
"The newer devkits have hardened APPROTECT...
Hi,
I am using nCS based application running on nrf52840dk, wherein we have QSPI based external flash memory available onboard.
My question is, since zephyr RTOS provides...
Hello,
I'm trying to measure the accuracy of the internal low frequency clock on the nRF52833 for hardware verification. I've set it up so that an RTC generates a tick event...