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...
As state in the title I am trying to run pc-ble-driver on nRF52840 Dongle running examples on Mac OSX.
I uploaded connectivity_4.1.4_usb_with_s140_6.1.1.hex file on my dongle...
Dear:
Do you have any cases about wireless serial port printing debugging at nRF52832 BLE device ?
When the device is not connected to the debugging line, the dongle can...
Hello everyone,
Im developing a simple BLE scanner and its purpose is to receive and send beacons data by serial port.
My application worked quite well when flashing to...
Hello,
I have been trying to debug a curious behavior leading to higher energy consumption (~17mA) on my Sleepy End Device (Rx is off when idle).
I am using the nRF SDK...
Hi There,
If I want to put some files, like video on the nRF52840 boards, and let them broadcast onto other devices. How can I do to find the flash path of the video file...
I'm having a hard time getting nrfjprog to remain in my PATH env variable when using the Toolchain manager. I am following this post -- I am able to `echo` my PATH variable...
Hi
I am usig a nRF52840 with the chip antenna 2450AT18D0100E (Johanson Technology).
How should I calculate the matching filter? I used the values from the reference design...
Hi all,
We met a problem with uart while producting our device. It happened when we communicating with our NB module(BC28), then i catch the waveform by the oscilloscope...
Hi, I'm trying to migrate to Nordic nRF Connect APIs for Direction Finding. To start I just tried getting the samples direction_finding_connectionless_rx and direction_finding_connectionless_tx...
Hi team,
Our customer asked about how to create their own mcuboot repository and module on ncs1.6.1. They hope this module can be added into the Zephyr build system, and...
Hello,
I am using nRF9160DK(PCA10090, 1.0.0)
I am using UDP sample to check power consumption and estimation.
PPK2 is used for this test. It looks OK.
I also like...
The documentation for setting up the characteristics is very thin - its no better than what one can read in the h-files. This method
sd_ble_gatts_characteristic_add (uint16_t...