I just tried out the new iOS nRF Toolbox 1.5 and it doesn't seem to handle long init packets.
I gave it a zip file that contains a 137216 byte 'application.bin' and a 192...
Hello everybody,
In the SD_EVT_IRQn ISR I check for BLE and SoC events and set flags for each so my application can fetch and dispatch the events in the main context. ...
Hi, in the example bootloader in sdk 7.2, there is an assembly code block in SVC_Handler, in dfu_ble_svc.c.
I found that the offset in line:
LDR R0, [R1, #24]
always...
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...
i am using mpu 9250 and and using https://github.com/Martinsbl/nrf5-mpu-examples this examples.
the question is can i use magnetometer on spi protocol?
because i have...
1. When I use NRF52832 as the ANCS client to get the notification attributes, if the data exceeds the size of a packet and requires multiple packet transfers, is it the BLE_GATTC_EVT_HVX...
Hello, I am working on a project which requires using FreeRTOS with the nrf9160. Setup: - Boards tested on:actinius icarus, Thingy91) - VS-Code with Ceedling as build tool...
Hi, I have implemented OTA DFU on Android with your official DFU library. We want the DFU to happen in background at a certain trigger (car driving, triggered from device...
Dear Members,
How can I connect via ANT+ to Garmin GSC10 ?
then display cadence and speed value in UART ?
Is it related with this function in ant_bsc_rx_d52_s212.uvprojx...
Hi
My problem is very simple but I don´t know how fix it.
I have a project in my work and it goes very well, but when I returned home,I have build It and it goes with...
Hello,
I'm having an issue with my nrf52832 with and ICM20948 IMU attached. My issue is related to wake up on motion. I believe I've set it right but I can't make it work...
Hi.
I have several issues when trying to respond to Direct Methods (using v1.4.0 of the SDK):
In azure_iot_hub.c:
evt.data.method.rid = atoi(topic->prop_bag[0].value...
Hi !
I am working with a NRF52832 and with SDK 15.2.
For my application, I need sometimes to deactivate the Softdevice to begin some radio tests.
So I have programmed...
I am doing the procedure described in the nRF52840 specification, figure 193 "UARTE reception with forced stop via STOPRX".
I am using 1Mbps with hardware flow control....
I'm testing out the Thingy91 Asset Tracking Application, but I notice when I poll the Accelerometer, I only get junk data back. +/-20m/s^2 on all axis. I'd test this application...
Hi! This is the first time that I develop a BLE system with this MCU, I want to know if it is necessary to install so many vias making a shield around the entire pcb. If so...
Hi,
i'm using SDK11 with NRF52832
After a pin falls from HIGH to LOW The GPIOTE_IRQHandler calls a function in my program to read 8 bits from the bus (Inside the interrupt...
Following the seminar today I tried to build and run this example.
built on command line using west (non-secure nrf9160-DK target)
in a continuous loop I get
```
SPM...