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 Nordic tech support team,
I am currently testing DFU in my custom board (DWM1001) with secure bootloader and buttonless DFU. I was able to completely test the secure...
Hey,
I have configured 2 Thingy 52s , 2 nrf52840 Dongles and 1 nrf52840 Development Kit in a Mesh using Mesh Android Application
I want to create a Blinky type application...
Hi,
I am trying to do dfu in nrf52832..i made a zip file containing (app+bl and sd).the size of zip packet is 530 kb but the application space in nrf52 is only 328 kb..while...
Hi, I want to add PPP protocol to the Zephyr mqtt_azure example. I am using an nRF52840-DK with a Quectel BG-96 Modem. The generic Zephyr gsm_modem example using PPP is working...
Hi, I am using nrf52840 with S140 Soft device and SDK for Thread v4.1. In our test setup we got around 50 FTD devices in the same network. In some time interval we need to...
We are trying to connect the nrf9160 to a spi flash device. we have a custom board with the following pins connected:
sck: 27
mosi: 28
miso: 30
cs: 29
wp: 31
reset...
I would like to use the CC310's SRP accelerator with an application that uses S140. The uC in question is nRF52840.
I have added this code to the ble_app_blinky example...
Hi,
As per nRF52840 datasheet, the accuracy of internal temperature sensor is ±5°C. We want our device to be operational between 5 °C to 40 °C.
When we tested this extreme...
Hi,
I want to use the Zephyr network stack with its libraries on the nRF9160.
I tried to use the Zephyr tcp functions with the Zephyr network shell commands (eg. shell...
Hi Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports Dual Bank DFU. This limits...
Hi Team,
We are using the nRF52840 for our development purpose. For sake Cyber security purpose we need to disable the Jtag debug port.
For this we have used the below...
Hi Team,
We have seen 10 instances in past 2 months where customer mobile phones failed to discover BLE device. This has happened 8 times with Moto G7 power (Android) and...
We have a module based on the nRF52840, today we loaded the pre-compiled hex file for the BLE DTM code to 2 nRF52840-based modules and noticed when using the nRF connect DTM...
Hi !
I want to whiten the BLE Advertising data(channel 37,38,39), but I don't know how to do it.
I tried many things, but nothing worked.I'm on 52832 platform Flash_S132_NRF52_7...