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...
Hello,
I am using nRF5 SDK for Thread v4.1 for thread implementation using nRF52840 SOC. I have used mqtt-sn sleepy publisher as my base example to develop my software....
Hello,
I am struggling trying to make this sample work on my board. I changed my prj.conf file with these lines:
And looking at other questions I discovered that sometimes...
Hi,
Is there any way to make app_usbd_audio_class_rx_start(...) complete the data transfer within the same context, rather than defer to user event
APP_USBD_AUDIO_USER_EVT_RX_DONE...
We have been using nrf connect installers 3.3.0 and now 3.7.0. We have recently seen issues with new users encountering this error when installing 3.7.0. Are there any solutions...
Hi,
I started to evaluate the Instaburst feature. I use light_switch_client example, but I am unable to provision the device once I enable this feature.
Below are the...
We are in the early phase of architecting a product that uses BLE and a proprietary RF protocol using the nRF52840 and are considering the addition of the nRF21540. In sifting...
I am currently trying to create a simple BLE observer which listens to advertisement broadcasts from a specific device (given via address). I attached the source code below...
Hi,
SDK - 17.1.0
I want to store my sensor data to the internal flash memory of nRF52810 for a long time. I have some questions here:
The data sheet says the flash...
Hello,
Few years ago I developed an application for nRF52832 (BMD-300). Now our customer wants to port the application to nRF52810 (BMD-330) as BMD-300 is not available...
When I'm trying to use arm_rfft_fast_init_f32 function from the CMSIS DSP library it seems to work with all sizes but 128. When the function is invoked with the size 128 it...
Hello,
Using a ZR device with nRF Connect 1.5.1.
I am wondering how to stop steering mode in a ZR device (e.g. if user requests an "abort").
It is started with bdb_start_top_level_commissioning...
Hi Dears:
When I downloaded and installed nRF Connect v3.3.1, the following screen appeared.
I remember when there was a drop-down box to select the BLE component. ...
Hi,
I would like to investigate some BLE issues on DFU project, but I couldn't find the implementation for advertising, connection and disconnection.
Where can I find...
Hello Nordic team!
I'm working on a BLE app with the nRF52-DK and an armband(M6) that has a heart rate sensor. My goal is to discover this service and read those values...
Dear ,
With nRF connect SDK, is there a way to check if the SD card is formatted with the correct file system, i.e. FATFS? If it's not in FATFS, how can we format it via...