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 there,
I've been trying to run some basic code on nRF5340 PDK. I downloaded and installed the following:
nRF Connect application v3.6.1
nRF Connect SDK v1.3...
Hi, I have developed custom board on nRF52840 based on Thread and Zigbee SDK 14.1.0.
I wants to use zb_zcl_ias_zone_set_status function to send a report of the changed zone...
I have a problem when using JLinkExe + JLinkRTTClient . My operating system is Ubuntu 18.04, and I compile the project using cmake and gcc (using great helper scripts from...
Hi all,
We have a custom board based on nRF52840, and we are using the nrf52840 DK to program our board(For programming the chip, connection from DK to our board is made...
Hi.
Device : nRF52820
SDK 17.0.2 ( Softdevice 7.2.0)
I initialized the clock as below to use USB.
And before changing to sleep mode, the clock was stopped to...
Hi,
So I was using nRF52810 with epoxy or resin coated,but actually the signal quality did not match my needs, the signal faded about 20dB compared to the device which not...
Dear Members,
I manage to display data from GSC10 sensor ? but after few minutes in idle, it can not receive a data anymore,
How can I restart again ?
Is it related...
I am using the nrf52-ble-app-uart-c-multilink-master getting data from 4 UART peripherals that are connected. Once one of the clients disconnects, I am getting an error as...
I have a custom board using nRF52840. Some boards return success from sd_ble_gap_adv_start but no advertisement is seen in nRF Connect running on a Google Pixel 4 phone. Of...
Hello,
I need help with my application.
I am developing an application running on the EV board nrf9160dk_nrf9160 .I read the following article:
http://194.19.86.155...
Hi,
I am developing an application that needs to communicate with nrf51 module over BLE. Specifically I need to write a string on a given characteristic but unable to do...
Hi all,
I was going through the nRF Connect SDK tutorial and was trying to get the "Hello World" example running on a nRF5340-PDK (PCA10095, 0.8.0).
Before that I was...