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...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hi,
I am working on nRF52 with freertos + SDK13.0 + sd S132_4.0.2. I found the device will be trap in the xTaskIncrementTick of the xPortSysTickHandler when some task is...
Hi Nordic, can you please confirm the device ID for nRF51822 QFAA G1?
The HWID I discovered is 0x004A
Pls confirm so I can pull an update request for Black Magic Probe...
I tried to run the ble_app_hrs_freertos example on the pca10040 devkit, but it's not possible to connect via ble (using nrf connect, neither with pc nor with smartphone)....
Hello,
I'm testing the capability of BT5 so I bought two nRF52840 Preview DK (I also have one nRF52832 DK) and I have some questions that may speed up the work.
...
Hello,
i am writing an application which uses the SDK13 peer manager library for bonding. The Nordic chip is acting as a peripheral.
Is there an easy way to prevent...
Hi,I update my IAR IDE from version 7.70.1 to 8.11.1,when I compile the workspace ble_app_hrs_freertos_pca10040, the error occur in port.c, as following:
Error[Og014]:...
First try to create a TWIM driver from scratch without any DMA. Following the steps in the OPS I get mixed behavior and only the chapter with DMA generates any clock and data...
I ran into an odd issue on nRF52840 using s140 version 5.0.0-3.alpha. My application erases and writes to a region of flash.
I've found that I'm able to erase the pages...
Hello,
I have implemented experimental DFU buttonless example with my application and able to do the firmware OTA via secure bootloader example using private and public...
Hi,
I'm experimenting with the nrf52840 preview board.
I have tried the example "ble_app_att_mtu_throughput" using the coded option to check the extended range and it...
hi, everyone!
I have a question for pstorage, when i use pstorage_store,it was failed, return error code :15 how to solve it. Below is my code
void custom_flash_init...
With good luck, I traced my connection timeout to the slave/peripheral using nrfSniffer. What is most unusual is the slave unexpectedly stops corresponding with the master...
Hello,
I am trying to implement DFU secure bootloader to do firmware update over the air for nrf51822.
I have followed the steps as per the blog
devzone.nordicsemi...
Hello,
I want to ask, did the nordic chip support I2C slave ? I want to make other controller (STM) as Master and Nordic chip as slave in I2C.
Is it possible? or Nordic...
Hello!
I am trying to increase the MTU size to get higher speeds. When I increase the MTU above 65 the application locks/software reset when doing transfer. Up to 65 it...