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...
Hello,
I have few questions about PPI.
----------
1. How to configure PPI channels that runs one after the other? If yes, is there any example?
Because I have two...
I'm having trouble getting the Secure Entry gateway functions to work out of RAM. The nRF9160 datasheet has RAMNSC configurations, so it should be possible. We're able to...
Hello,
I'm not able to locate the QDID for S113 v7.2.0, associated with nRF52832 and SDK 17.0.2.
The product page for S113 indicates that S113 is Bluetooth 5.1 qualified...
Hello,
two part question;
-when a device is registered with the FCC, there is a good amount of documentation uploaded to the FCC website like test reports, photos of the...
Hi I'm wondering if anyone has any tips on implementing a I2C recovery sequence with NRFX 2.3.0 (as included with Zephyr 2.4.99). I've seen this discussed https://devzone...
Based on zigbee sdk 4.1, in the sample code of light_switch, leaving the network and joining the network are completed by buttons, the code is as follows:
Seen from the...
Hi, my BLE application on nRF52832 is designed to select two mode to operate with 3 position slide switch when power on like ON(Mode 1) - OFF - ON(Mode 2).
At Mode 1 position...
Hello.
I'm using nrf52840 to sample the voltage from the wireless board and then send the data to the PC via Bluetooth.
With the help of DevZone, it was able to construct...
Hi,
I have downloaded and installed nRF Connect for desktop - Bluetooth Low Energy. Now I want it to operate as a peripheral that can send connectable advertising packets...
I'm having an odd issue with libUARTe sending a TX buffer twice.
I have a custom board using an nRF52832 running an application based on SDK 15.3.0. The libUARTe code was...
Doing development on nRF52 DK board using buttonless DFU example and SDK 17.0.2. Running SES on Win10 and gnu compiler.
I've set up a 1 mS timer to run timing in my main...
I am using the ble_app_uart in combination with the f_storage example to write data to the flash memory. A issue which arises is that, when a softdevice is enabled, the nrf_fstorage_nvmc...
I am using Mesh SDK v4.2.0 and my goal is to get the device MAC from the UUID that is available from p_evt->params.unprov.device_uuid available on the prov_evt_handler callback...