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...
Dear Team ,
when I am debugging my code then work properly work but when we upload another example .after some time again i try to debug my previous code in this time debugging...
I am trying to convert the Zephyr gsm_modem sample project to C++. If I include `gsm.c` without using `extern "C"{}` I get this error: ` undefined reference to gsm_ppp_start...
I have an https connection (sending json) that works fine when the response is less 2k. But for responses (from the server) that are over 2048 bytes, recv returns 0 bytes...
Hi,
Our program is now based on ble_app_uart example, and we want to add the 'wake up on NFC' feature. I checked the 'wake up on NFC' example and related posts sending via...
Link: https://www.nordicsemi.com/Products/Development-software/nRF5-SDK/Download#infotabs
Clicking "Download files" at the bottom, eg with SDK 7.1.0 selected causes a...
Hi,
I want to configure the bootloader (MCUBoot on a nrf9160) to reject a new firmware image update if the new image is not suitable for the current hardware (e.g. multiple...
Hi Dev team,
I have my Thingy91 deployed and running. I wanted to know how could I locate the base station that my device is connected to. I have the information of MCC...
Hello, i'am trying to display data on my sensor Bme280 aka (temp, humidity and pression but the build is successful and the jlink is well connected the wiring is like below...
Hi,
I was using nRF Connect with all applications listed. But after installing nrfutil from git, the application all disappeared. I uninstalled nRF Connect and reinstall...
Hi, I'm attempting to use an nRF21540 to boost the range of a BLE Beacon, and I'm running into a lot of trouble getting the Eval/Dev Kit set up. First off, is there any documentation...
Is there an nRF Connect mesh sensor example. The light on/off example is great, but very simple. There is an nRF5-SDK-for-Mesh example. Are nRF5-SDK and nRF Connect compatible...
Hi to everyone,
I'm evaluating an application consisting of a bluetooth mesh where each node sends a status message to the others.
The area where the nodes will be deployed...
Hi,
We need to know the list of models (like health, configuration, lighting, sensor, generic on/off) in nCS sdk 1.7.0
can you please share inputs
thank you,
To update the Application, it is necessary to implement the update via CAN bus. Below is the hardware part, we use a CAN-SPI chip to access the bus.
We´ra using Microchip...
I would like to disable completely the 2.4Ghz radio after the 52840 has full soft device enabled and ble stack has been run.
This is after the full sequence of bluetooth...