In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
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...
Hi,
I'm working on direction finding with nrf52833dk (my own board latter on) and Nordic antenna matrix. I'm using NCS v1.6.0-rc2 and example Direction fing connectionless...
Hello there,
I'm facing inconsistency across two nrf51 PCB boards in term of sending the device name. I'm running the same exact code on both. One is advertising the device...
As shown in the provided picture, the download worked after connecting, but the function does not work.
I have checked the following. 1. Check the operation status of...
Hi,
there are couple of examples on NCS with edge impulse. I would like to know how much space edge impulse add to the application, and to see if it can fit into nRF52840...
I have a customer that is using the nRF9160 embedded into their own device. Need to know if the nRF9160 is a module in which case the customer's end device will need to be...
I have written a string data from peer device, and i want to update the device name with the string in run time without resetting the SOC, how can I do it and what are the...
Hello
I am using HTTP to requests on the server with NB-IoT network on NRF9160 chip
I found that in the HTTP REQUEST command with 1 REV () function to get the results...
Hi Nordic,
I've implemented an extension of the NRF DFU protocol using the "external-app" type. The transfer is stored in external flash, and can be approx 1MB in size....
Hi
I have tested direction finding examples successfully., by default parameters. Theses projects are used as "TX" and "RX" in AoA mode:
https://developer.nordicsemi...
Hello, following this question - https://devzone.nordicsemi.com/f/nordic-q-a/76417/saadc-tasks_calibrateoffset-shall-only-be-used-before-tasks_start-or-after-events_end-nrf52833...
How i'm supposed to check if the device is transmiting any data? I used nRF52833 DK as a sink and node of wirepas mesh network, added another DK and configured it as a regular...
Hi,
I'm making an firmware for the nrf52840 that communicate throw usb to a computer.
First I used the uart library that works fine but required the Jtag and Jling which...
I just cloned the latest zephyr from github and tried littlefs. However, the SPI pins have no traffic and CS line stays unchanged.
Is there something I forgot, since...