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...
Working on an ANT project.
Switched a project from S210 to S310 to add BLE feature.
For the ANT part, there is no source code modification at all.
Sweet.
This is not...
Howdy ya'll,
I updated nRF Programmer yesterday (1.4.8 -> 1.4.9) and noticed binaries were not flashing to my board anymore. My JLINK is able to read the device's memory...
Hi, I am in need of some guidance. The overall goal is to set up MQTT/TLS communication from end devices in a thread network, via a border router to the AWS cloud. I have...
Hi. I am currently having a nrf52840 custom board and tried to program the sniffer hex file. nRF programmer gave me couldNotOpenDevice (0x4) Lowlevel error: JLINKARM_DLL_ERROR...
Hi all, I have a problem. I'm using a mix of the nrf samples azure_fota and azure_iot_hub connecting to Azure, using certificates X.509. The problem is the expiration date...
Hello everyone.
I have a nRF52840 DK that I am working with.
1.) When I plug into the USB port J2 (MCU interface) I am able to connect to the board program/debug using...
I wrote some code that has multiple custom services where my device acts as GATT Server.
I register the handler for every service (3 in total) with NRF_SDH_BLE_OBSERVER...
Hi,
I am debgging QSPI( type name: IS25LQ040B) in nRF52833, I met " NRFX_ERROR_TIMEOUT ", Could you give me some advice, please?
// Set QSPI pins to pins related to...
Using this \nRF5_SDK_17.0.2_d674dde\examples\ble_peripheral\ble_app_blinky and nRF5_SDK_17.0.2_d674dde\examples\ble_central\ble_app_blinky_c
As described in \examples\ble_central...
Dear community,
I'm facing a problem during bluetooth scanning. I'm using the example named in the subject. This allows me to use the UART as debug printout.
I slightly...
Hi, I'm trying to upgrade nRF Connect SDK from 1.3.0-rc1 to 1.3.0 because I need one of the bugfixes to keep developing. I'm on macOS catalina and I've used the Toolchain...
Hi,
I am looking at and testing the ble_app_hrs_c_pca10040_s132 example.
When the whitelist ist set up with the "whitelist request" we execute the following two lines...
Hi,
I am developing an application that requires communication between two nrf52840-based devices. There is a scenario in my application where the devices needs to exchange...
Hi,
[179] RTC: COMPARE event is generated twice from a single RTC compare match
This anomaly applies to IC Rev. Revision 2, build codes CKAA-Dx0, QIAA-Dx0.
It was...
Hi everyone, I'm an intermediate level nRF Connect SDK IDE programmer, and I describe my issue below:
1.- In the link below I found an example of code for the analog port...