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 All,
I have ported the UART example ( <InstallFolder>\examples\peripheral\uart ) on top of blinky in nicla sense hardware. The TX is working only when rx pin is set...
Hi,
I'm trying to build a proof of concept for a BLE gateway that captures data from BLE sensors and sends it to the cloud via LTE-M connection. I'm hoping that the gateway...
Hi, we are developing a project based on the LWM2M client, everything is working fine but now we need three non volatile variables. We did some testing with the nvs example...
Hello,
I have recently been able to connect to multiple sensors using the nrf connect 2.0.0 SDK and nrf 52840 dongle as a central device. I was wondering how I could configure...
Hi,
I would like to create a multiprotocol BLE/Zigbee coordinator project on NRF5340 with VScode.
I can't find an exemple nor guide on this except from this one:
https...
What does this error mean?
here is my error massage.
<info> app_timer: RTC: initialized. <info> app: Debug logging for UART over RTT started. <info> app: Connected <error...
Hi, Does anyone know the quiescent/average power consumption of the IBasis sim card. I have a design based on the Thingy:91 and I am wondering if it is worth moving from the...
Hi, I'm developing an project that using 2 UARTE. My code flow is 1. when timer handler has expried ( set timer_expired_flag = true) (using app_timer) 2. Enable uarte1 to...
I have 2 custom boards running as BLE central/peripheral.
The peripheral is running the beacon broadcast example from SDK 17, ble_app_beacon.
The central is running custom...
I'm working with an custom application and a bootloader with code drawn from the examples in SDK 15.2.0. The main method of my bootloader is below:
I can run and debug...
Hi Community,
I want to use the UART Logging backend in my bootloader. Whenever I want to start the actual application via nrf_bootloader_app_start(), the bootloader hangs...
"S132 Link Layer subset for SD 8.0.0" and "S132 Host Layer subset for SD 8.0.0" have been listed as component tested. The S132 v7.2.0 is available for download with the latest...