I ran the ble_aci_Tranport_layer_Verification.ino sketch from the Nordic BLE library and I get no output to the serial monitor after "nRF8001 Reset Done" is displayed. I think...
I am trying to debug my code today and am finding that Eclipse is constantly breaking execution at the INLINE function app_timer_evt_get(). I do not have any break point set...
Hi,
Recently,
the DFU of the "Master Control Panel" (Android) can not complete the upload mission.
But,
the DFU of the nRF-Toolbox in iOS is
work well.
Old...
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...
we are using SPI3 in nrf52840 with nrf SDK 16.0
we are using this as below
1. SPI3 init -polling mode
2. SPI3 unint
3. SPI3 init - DMA mode
4. SPI3 unint
5. SPI3...
Greetings,
Is the command toggle_dcdc_state supported in the radio_test sample when compiled for the nRF5340? ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples...
I started with the BLE provisioning sample (ncs\v2.7.0\nrf\samples\wifi\provisioning\ble) using nrf7002dk/nrf5340/cpuapp build target with sysbuild which works fine to provision...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I am trying to use the `ram_report` tool and the results seem to have some issues:
1. The total size reported is much more that that reported when linking the zephyr.elf...
We are not using system off mode. since we not using external rtc. We are using internal Real Time counter in system on idle sleep (using ksleep).
In Basic led code , We...
We are building a Bluetooth remote using nRF52810 and nRF connect SDK v2.5.1
The remote have 20 buttons to be transmitted every 100mS, and we need several LED on / off commands...
I am trying to measure the battery voltage on my custom board which is based on the nRF52832 device. I am using nRF Connect SDK 2.7.0 in VS Code. The dts file for this custom...
Hi,
We had some trouble doing the certification of Tepec, Telec certification requires the RF power accuracy of ±3.8dB , while it is ±4dB in spec。Do you have any good advice
We are suddenly getting lots of cases where devices aren't able to perform Bluetooth OTA via our iOS app.
Primarily this is what we are seeing is this: `error=There is no...
In my previous ticket regarding DevAcademy tutorial for nRF 52840 I already mentioned. that starting from lesson 2 iPhone cannot communicate with the board and the VS Code...
Are there any current or future plans to implement Curve25519 (also known as Ed25519) for the NSIB?
It appears that the CryptoCell 310 supports it, and it is recommended...
MCUboot supports software security count based download protection. But it is found that it is not exposed by nRF SDK. It adds the "--security-counter" argument only if
...
Hi All. I am a beginner trying to complete the DevAcademy SDK fundamentals level course, and since I seamlessly completed lesson 1 on the Blinky sample, I reckon my toolchain...