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,
Is it possible to join an existing mesh network with a provisioner made on Nrf52840 (s140) ?
I have used the provisioner example to make a provisioner which actually...
Hi everyone,
I am working on a project, currently developing on the nrf9160-dk board. And I want to enable AWS and AGPS together in my project. And once I've enabled them...
Hi.
I modified the fstorage example to create the project.
I split Flash into three areas as shown below.
*Flash Area(0x26000 ~ 0x2ffff) : Bootloader
*Flash Area(0x30000...
Hello Nordic team,
We are making our own custom project, and we are facing problems in implementing lower power modes.
Reading from the info center, when the DK Board...
When initializing two channels, enter scan mode。After the two channels are converted, the callback function will be entered,Read conversion results。However, the requirements...
Hello
I am following a beginners tutorial on youtube and trying to implement simplest possible example of reading an analog value.
I want to use the nrfx library to do...
Hello,
I am working on a project where I am using 8 ADC channels on the nRF52832. When I run the code the device seems to get ADC values that look correct. But, if I pause...
I have an out-of-tree driver. It has an I2C that is working but also GPIO that are only working with compatible = "gpio-leds" but not with the driver compatible = "st,vl53lx...
On the nRF52840 there were many pins specified as "low frequency I/O only." Does the nRF53 have this same restriction? I don't see mention of these pins in the nRF53 datasheet...
Hello, I am working on application with nRF52833. What is max load current of internal LDO between VDDH - VDD? VDDH is 5V (USB) and VDD is 3.3V. There isn't anything about...
Hi
I am not busy developing an new product with nRF52840.
I want to use the BLE functionality and started with the ble_app_hrs sample application.
I download the pca10056...
Hi everybody,
I am trying install and set up Wireshark, i am in this step:
this is my output:
I think trhe problem is because of pyserial isn't detected, i have...
Hi,
I purchased a BLE dongle with your 3rd party HolyIoT: mini Holyiot-nRF52840-USB-Dongle. It is recognised on Nordic Connect, but not Nordic Programmer (Err msg: DFU trigger...
Dear devzone-team,
could you please tell me where the yaml files (like thingy91_nrf9160_ns.yaml) in the board folders are used?
I could not find a tool which evaluates...