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...
Dear nRF52832 experts,
I have a SPI slave device which can periodically notify the MCU with data ready (DRDY) signal. For each DRDY signal, we should perform a SPI transaction...
Hi there, I am developing a mobile solution using BLE. Actually I use a sniffer based in IC nRF51822 and Wireshark + nrf sniffer as a tool for traffic capture. Sometimes,...
Hi,
I have similar problem to what is described here .
My situation: 1. I connect 2 PDM mics to the board (CLK is pin 27, Din is pin 26). 2. I connect a couple of TWI...
I was wondering if there is any way to setup a callback when data is received on an open socket, as opposed to just regularly polling the socket?
The application I have...
Assume a BLE connection has been established between a master and slave. The device in question could be either the master or the slave (if it matters).
I have an application...
Hi, when using fds_record_iterate() to iterate over records, it only returns the record ID, but not file ID or record key. Only after opening the record you get the file id...
The nRF52810 datasheet shows the EVENTS_COMPARE register as RW, so I'm assuming that I can write to it.
But when I write to it, nothing happens.
Example.
I set up...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...
Hi,
We've circled back to this problem, now that we've increased speed.
We're using UART to communicate between the nRF52832 and an STM32.
Recently we increased the...
Hi,
I am trying to read UART data which is populated from another device going into the nordic board.
However, I am unable to read this data. I am using the ble_app_beacon...
Hi,
We are running a setup that pumps sensor data from light switch server to light switch client. After provisioning/configuration the setup is working fine without any...
Hi all,
I am try to test light switch server example in mesh SDK (v3.2.0) with nRF5 SDKs(v15.3.0). Using Coded PHY(125kbps) as this post or standard PHY (1Mbps) seperately...
Hi Devzone!
I'm using the fft function to check the frequency of sound from mic sensor.
All seems good but, o nly up to 2500hz is shown and the frequency above it is...