I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I've been trying to get Wireshark up and running on Windows. I can't seem to get it working. I've tried managing my Python installations, deleted them, reinstalled them, checked...
Hello,
I am interested in testing the BLE long range mode of nRF52833 (or nRF52820) and have found documentation about the long range testing that has been performed on...
Hello, I am trying to do DFU over BLE for nrf52 devices from another microcontroller (ESP32 to be specific), I couldn't find any data or example code to do this, are there...
Hello,
I have developed an application for my NRF52 DK and I want to port it to an NRF52832-QFAB-R which has a reduced amount of storage. I have changed the parameter "Target...
Hi,
I am following then nRF Connect SDK Tutorial - Part 1 | NCS v1.4.0.
I am using nRF Connect SDK 1.4.99-dev (installed via the Toolchain Manager)
In part 1.3.2 Build...
I recently switched from 52832 development using IAR to 52833 development using SES. As a result, I downloaded all new versions of the SDK, softdevice and, of course, SES...
There is a marked improvement in the handling of TrustZone in nrfjprog 10.11.0 and 10.12.00, but it seems it's still not quite all the way there. I can do:
and am able...
Hello,
I am developing DFU over a custom IEEE802.15.4 Protocol in our own embedded OS. I managed to write the new Firmware starting at bank1_start address. Now I need to...
Hello,
I am using nRF connect SDK v1.4.99-dev1. I have imported ZigBee light_bulb, light_switch,network_coordinator project in SEGGER and successfully created
the Zigbee...
-I was following this link- " devzone.nordicsemi.com/.../" and installed SEGGER JLink.
(all on Ubuntu)
-Installed gcc-arm and changed the tool chain path on Makefile.posix...
I try DTM using the serialized application . The serialized application interface is UART.
The software on Connectivity board is ble_connectivity in nRF5 SDK , it is not...
nRF52832 and SDK 17.0.2
Using the Examples/crypto/nrf_crypto/aes/aes_all_cli example I am getting the wrong output in CFB mode.
"example key_size 256_bit"
"example aes...
I am working on nRF51-DK with nRF51422 with softdevice S130 and SDK 12.3.0.
I see that GPIOTE driver provides sensing for signal transitions like NRF_GPIOTE_POLARITY_LOTOHI...
Hi,
I have setup the Segger Embedded Studio for ARM (Nordic Edition) V5.10d, and managed to compile a sample app from ,
V1.4.2 -> nrf -> samples -> bluetooth -> peripheral...
Hello,
I have different behaviour with 2 identical boards.
They behave differently (at least for BLE functions).
With jlink interface, I saved the flash binary of...