Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
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...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi,
We have made a custom board using the NRF52832 chip. The device is in hard fault mode and we believe it may be because of the corruption in internal memory. We wanted...
Hi,
Currently I am trying to test DCDC mode on my custom board nrf52832. After soldering 15nH and 10uH on DCC(pin 47), I issued the following command after softdevice enabled...
@Vidar: I have followed your steps in tutorial for "Development with GCC and Eclipse" and when I try to flash my device I get the below error
Nrfjprog.exe is not being...
Like many others (read a lot of threads here about this and also beneath the tutorial to Eclipse many people write that they suffer for it) i have problems in Eclipse with...
Hi,
I'm using the example dfu/bootloader_secure_ble for NRF52832 (PCA10040 board) in nRF SDK 13.0.0 version and on my mobile the "nRF Connect" application.
If I use...
Hello,
I'm working on a project based on the ble_app_multirole_lesc example, under examples/ble_central_and_peripheral/experimental and I found a bug.
In ble_evt_dispatch...
Hi,
I am using nrf52832 with sdk11 and s132.I am using ble_app_beacon example wherein I want to advertise with different address after one power cycle.
In ble_stack_init...
I have uploaded the Image with Keil µVision compilation errors, included Files in main.c and on the left side the compilation of micro_ecc_lib_nrf52.lib file using " build_all...
Hi there,
I'm trying to do a DFU over BLE using the Nordic nRF5x SDK on version 14.2. I'm using an NRF51 dongle on the PC side while trying to transmit to an NRF52832,...
I am using a nRF52 to communicate using both BLE and proprietary protocols. When using BLE, I apply the workarounnd for errata 102 and 106. However, when I switch to my proprietary...
Hi
We are using PCA10040 together with the ble connectivity firmware, pc-ble-driver and pc-ble-driver-py as a part of our automated test system. Eight dev boards are connected...
Hi,
I've been trying to update Espruino ( github.com/.../Espruino) from using SDK 12 to SDK 14, which is proving to be a pretty horrific task.
The latest issue I've...
Hi,
I am currently porting an application s110-based to s130v2.
Previously, I used to create critical sections using sd_nvic_critical_region_enter/exit .
Reading...
Hello,
I am using nrf52840 PDK, sdk 13.0.0 for my college project. I am trying to rewrite this nrf mpu example , in order to read data from MPU9255 and observe the data in...