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...
Hi,
For my application I am supposed to evaluate if nordic SPIM & SPIS drivers are working on interrupts..? In the driver file "nrfx_spim.c" I observed the below code...
Hi,
I have some questions regarding DFU:
Does it have its own BLE hardware?
Does it have its own processor? Or it's part of the main one?
Can we synchronize between...
Hi all,
struct spi_config {
uint32_t frequency ;
uint16_t operation ;
uint16_t slave ;
const struct spi_cs_control * cs ;
};
in documentation, it says...
Hi I am recently working on Enhanced Shock Burst (ESB) protocol. where PTX and PRX
and
PRX will communicate upto 8 PTX
i have a question like how a single device will...
I'm working on porting some Arduino code for a Crystalfontz 320x240 FT810 display to run on the nRF9160DK. I'm having some success, But it seems Zephyr has an FT8XX driver...
I use a example application from SDK_DIR\examples\ble_peripheral\ble_app_template\pca10056 base on nRF5 SDK v17.1.0,then use SDK_DIR\examples\dfu\secure_bootloader\pca10056_s140_ble_debug...
Hello there, my application needs to switch master/slave roles after the connection established.
As i know, the initiating device will be master every time in BLE. From...
Hello.
I am developing nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral.
I am creating a characteristic using characteristic_add. I want to set the attribute handle...
Hi
1、 A customer wants to evaluate the keyboard that can run ble and mesh simultaneously with nrf52 chip.
2、I found mesh example in both NCS and nrf5_SDK_for_Mesh_v5.0...
Hi, I am working on this project where provsioner provisions all the unprovisioned devices (nodes) and then sends the LED's data (containing brightness, intensity and pattern...
Hi, I tried running an spi sample program with code as in below, shorted the MOSI and MISO pins and data was visibly received in print statement:
While in the same code...
I have recently bought nRF9160-DK on Mouser, here's the product page: https://www.mouser.ie/ProductDetail/949-NRF9160-DK
On Mouser, it is marked as LTE-M NFC NBIOT GPS &...
In an attempt to do in app DFU I have taken the following resources for inspiration:
nRF5_SDK_17.0.2_d674dde\examples\dfu\secure_bootloader\pca10056_uart_debug
and the...