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...
I am facing problem to connect my computer with another devices. when i am trying to connect it with another devices, it not show on another devices. So please help me to...
Hi, Nordic
When I use nrfutil dfu ble, it shows:
File "D:\Program Files\Python27\lib\site-packages\nordicsemi\dfu\dfu_transport_ble.py", line 226, in open
target_device_addr...
Documentation specifies levels of security mode 1, and first level means that connection is without any encryption. But how it is possible? Every connection starts with pairing...
Hi,
I have modified my files as mentioned here . When I upload the package, the template device show and I am able to connect. But when I subscribe to the notification...
I'm trying to find out if drawing more than 70mA through the PPK will damage it.
As I have a beeper on my custom board that can draw 200mA, and I'm concerned that attaching...
I have 6 RGB LED strips and I would like to control them by Raspberry PI. 6 strips with 3 colors each require 18 controllable PWM sources, so I have SN3218 which is exactly...
Hi all,
I'm new to nRF51822 and I'm trying to use the fds system.
However, I always get a NO MEM return code when calling the init method.
Any hint?
Thanks
This is my code,the problem is when cpu executed the __WFI() instruct it should be paused ,this means that NRF_LOG_INFO("wake up\r\n") should not been executed only after...
I am trying to integrate an ADXL345 with my nRF52. I am attempting to implement Bjørn Spockeli's driver which I stumbled upon here: devzone.nordicsemi.com/.../
I am using...
Hi all,
I have an application for nRF52 which works fine using SDK 12.1.0. I am now trying to make it working with 12.2.0 and it hangs.
Apparently inside the function...
My question is somehow connected to hardware side of SPI(M) peripheral implementation.
When using SPIM, I am observing 3 types of situation:
WhenSCK pin is defined...
Hello,
I took this project on about a month ago to do bug fixes within the app. The bugs are fixed but the OTA was not tested for the last 2-3 months. No changes were made...
Hi,
I am working on interfacing SD card with nrf52. I am sampling SAADC at 1000 sps and trying to write over SD card as well as sending over BLE. Both operations are working...
Hi everyone,
I am trying to update my nrf52832 chip with another MCU using UART.
I am using the bootloader example dual_bank_serial_s132 with the s132 SoftDevice.
...