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...
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...
Hi Dev Zone,
We have an existing design that includes the Espressif ESP8266 Wi-Fi MCU and we would like to add an nRF52 to the design. Our preference would be to add the...
I'm using NRF52833 with SDK v16.0.0 along with mesh SDK v4.1.0. I want to know if it's possible to write data which is not word aligned into the internal flash (For example...
Hi everyone,
I started working on nordic nRF52832 DK and tested out some examples. I think i am done with the examples now and am looking to write my own code apart from...
Dear Members,
How can we determine the first ANT message from my transmitter ?
We saw from ant_parameters.h,
Which variable is being used ?
Kind regards...
Hi,
Today I found that after I OTA my board, it runs well at first. But when I reset it, it will run old image again.
Before this OTA, my board has gone through many OTAs...
hi all,
I am currently working on a ble project, the led based on the NRF52832 chip is used as the slave, and the mobile phone is used as the master to form a star network...
I use nRF Connect to connect to nRF52832 device. 1st connection is bonded authenticated encrypted link, but 2nd connection becomes not bonded unencrypted link. Why 1st and...
Hi,
I was provisioning devices for a customer today when I noticed at the end of provisioning that the JSON database file that was exported had all the features except ...
Hello,
We are developing a library which is intended to use the trustzone feature available with nrf5340 DK. We followed the instructions available in Using a custom Secure...
Hi
When I use the nrfjprog with the command line:
The application is starting and the code running.
If I do the same again (with the same hex or a newer one) the...
I am developing a project with nrf mesh SDK 5.0.0, I use dimming code, but the code uses rtt input, if I want to replace rtt with buttons, what should I do? I'm learning,...
Hello! I will try to make this as simple as possible with the details regarding this issue What I have
nRF52840 DK (pca10056) (As BLE sniffer)
nRF52 (pca10040) (Used...
Hello
We are using NRF9160 AssetTracker 1 and MQTT to AWS. We have a AWS Certificate, Root Certificate and Public and Private Keys on the device.
We want to start testing...
My device get deep sleep mode. It wakes up from reset button trigger. Because I couldn't gpio pin trigger for wakes up. So I put vibration sensor to reset pin. It wakes up...