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...
Hello,
I have been working with a custom board that incorporates an nRF52840 in a similar way to the dongle (PCA10059). A problem had arisen in which there was no bootloader...
Hi.
I use 5340 + ncs 2.0.2
I used k_sleep and k_wake up periodly do something. but something is wired
under below example
in this example I though count value...
Has happened a couple of times on fresh installations of the toolchains, I am not able to build with NANOPB enabled due to the provided python executable not having the protobuf...
Hello,
We have installed latest NRF Mesh Android application.(3.2.4)
We were unable to find few menu's visible in the latest application.
Please can you help us to find...
Beacon example ( zephyr/samples/bluetooth/beacon )
Issuing the following:
I get images running on APP and NET core, beacon can be catched by nrfconnect.
But if I want...
I am just getting started with the nRF9160 DK. I have a few questions, and I have searched the DevZone for answers, but I am still a bit confused and unsure how to go on with...
Hi
Im am struggling getting nanopb to parse proto files in NCS toolchain zephyr context.
It appears that the python38 embedded in NCS toolchain does not include all standard...
Hi
This post is a NCS v2.0.x follow up for devzone.nordicsemi.com/.../nanopb-and-ncs-python-standard-libs
In the previous post the issue was solved by running in a virtual...
on your item nRF52-DK
there are differents between Resision 2.1.1 vs 3.0.0?
V 2.1.1 ==> Chip ATSAM3U2CA-AU of Microchip is alone to provide "programmation/debugger segger...
Dear Mr/Mrs,
Our commercialized product currently have a default: some (luckily rare) clients get a crash after the 1st configuration - sometimes hours after but always...
hi support team,
customer 52832 product had problem that they can't pass fcc test,the reason for this is they forgot to add capacity to those pins.
their design is:
...
Hi,When installing the nrf5340 development environment, the tool chain is installed and the "getting started assistant" check is also passed. However, there is no NRF related...
By default the Thingy91 has many useful factors it can measure:
Pressure, Humidity, Temperature, Light, Position, Button, Flip, Signal, Voltage ...
I really only need...
Hello,
I want to design a board with nRF52832 or nRF5340 which contains several sensors, QUAD or regular SPI flash memory, and a TFT LCD. This TFT has an SPI connection...