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've built a HCI USB firmware based on the hci usb example in the nRF Connect SDK for the nRF52840DK. The configuration of the project has been slightly adapter to better...
Hello,
When I try to load a simple code to the app core of the nRF5340 with Segger Embedded Studio I get an error "Failed to download application. Undocumented error"
...
Hi, I have some question about CTE.
Recently, I heard that CTE should be appended to AUX_SYNC_IND. (for connectionless use)
Is that true?
If than,
Where can...
Hi,
I noticed that in the main / master repository of Zephyr there are features that are not yet available to the version coming with NCS (for example the State Machine...
I have several out-of-tree applications targeting the nRF9160 that all build correctly when built individually. One of these applications, named "secure_partition", is a customized...
Hello,
I am working on NRF52840 DK board, trying to run Mesh DFU example code.
The issue I am facing is that I have to run Bootloader Verify python script before the...
I am using nRF52 dev kit based on nRF52832 (PCA10040). Is it possible to set the VDD output voltage to 3V or 3.3V in this? If yes, how and what header files should be added...
Until today - we have been using nRFConnect 1.5.1. We are trying to upgrade the SDK/Zephyr to nRFConnect 1.7.0.
My existing projects that use crypto interfaces no longer...
I'm trying to get my head around the steps involved in doing something as simple as accessing a GPIO pin.
I'm running VSCode as my IDE, with the nRF Connect extension (V1...
I have modified the NVS sample in the Zephyr documentation to store some user data on the nrf52832 device. I'm wondering what the best practices are for ensuring the longevity...
Hello!
My issue is about setting the role for a thread device from my program, I'm programming the device using Segger Embedded Studio and the last SDK for Thread and Zigbee...
Hi community
In order to set a reasonable CONFIG_MAIN_STACK_SIZE I'd like to have a stack usage report.
I've seen the option CONFIG_STACK_USAGE . This generates an additional...
We read 3.6 V using the ADC, for our mass production devices. The error rate is about 50% of the devices show wrong values between 3,05 and 3,4 Volts.
Even though the ADC...
Considering nRF52810 for a new project with a dead-simple application. Background:
- application is just data-pipe from mobile app to UART, both ways. No encryption/decryption...