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...
I am trying to change after 10 seconds into non-connectable mode. I am using the below code for initializing:
I want to change mode into non-connectable using this type...
When I use dfu_nrf52832_xxAA_s132_6.1.1.hex, it works all devices updated with blink code as described in dfu_quick_start.md But without any provisioning Process, why? And...
Firstly , I have 2 phone. Phone A is huwawei using android 7 and Phone B xiaomi pocophone using android 9.
Phone A already success connect using UART. But I want to try...
I have a same question:
https://devzone.nordicsemi.com/f/nordic-q-a/22025/in-nrf52840-not-able-to-program-boot-loader-hex-is-using-nrfgo-studio/86420#86420
But I not working...
Hi, I am trying to run the following demo here: https://github.com/NordicPlayground/nRF52-ble-long-range-demo
I have followed the instructions and copied the demo folders...
In my understanding, only Nordic NRF Connect (Android and iOS) can be used to bootload a device using the Nordic DFU.
Is there a corresponding command line tool to perform...
I followed the issues from https://devzone.nordicsemi.com/f/nordic-q-a/54149/error-by-loading-solution-on-ses, which fixed the zephyr script issues, but was seeing the same...
Hi,
I have migrate to SDK14.2 the MPU9250 exemple from the peripheral folder in the nrf52-pesky exemples : https://github.com/e27182/nRF52832_pesky https://github.com/e27182...
I am using the nRF52840 DK with the s140 softdevice and am trying to copy the interrupt vector table to RAM to modify interrupts during run time.
I run the following function...
I am porting the eMD-6.12 firmware/library by Invensense for the part MPU9250 into the nRF52832. My toolchain is compiling through gcc allowing examples from SDK's to be quickly...
Hi,
We 're currently using an ARM SOM that will run Yocto Linux from NPX for our current project. We have the nrf52840 connect to this SOM via USB, and we want to be able...
I am using SDK V15 with an nRF52DK and Keil compiler.
I have difficulty finding an example to use a GPIO to drive a Piezo Buzzer. The requirement is very simple: use a GPIO...
Hello,
Is there anyone successful in communicating with an nRF52 based GATT server from a Windows 10 App? I’ve skimmed through the forum and do not come across any positive...
Hi,
I have an application that verifies a chunk of data and EdDSA Ed25519 signature against a remote public key.
The device application generates a random number, sends...