uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
Hi there,
I am wondering could the nRF sniffer follow a connection of two nRF Connect SDK built applications?
What I got is like the following:
After some searching...
I've been building a test application, and it's gotten bigger and bigger over time. Everything compiles perfectly. I'm building the ns version for the app core. nrf5340dk_nrf5340_cpuappns...
Hi,
I'm confused about ESB settings. I'm trying to renew our board with new nRF520840 chip and we must need to provide backward compatibility that the existing board has...
Dear,
I use NRF connect for VScode and I installed SDK V1.8.0 with the nrf for desktop toolchain manager application. The hardware I use is NRF5340. I want to use pin...
According Power Profiler Kit II - Quick Start the PKK2 is connected to the nRF9160 DK with
PPK2 VIN to P24 VDD_nRF
PPK2 VOUT to P24 VDD_nRF'
PPK2 GND to P28
...
Hi there,
it is a few days that I try to compile an overlay to manage a Microchip CAN device MCP2515 but I have compilation errors.
I should test the device on a 52840DK...
Hi Team,
I am working on NRF52832 based on the BLE mesh protocol here I am using the Light_switch example of SDK - nrf5sdkformeshv500src
I have a basic understanding...
Hi,
1. Please provide me with an example in which UART0, UART1, uart2, and uART3 are enabled
2. The sending and receiving rate of each UART must reach 1,000,000 baud rate...
Hello,
I have been working with a BLE custom board project for a few months and the product requires buttonless DFU feature. The bootloader that I initially used was derived...
Hi,
I'm developing a project with nRF52832 and BOSH BME688 sensor.
I downloaded the library from github to use the sensor (here it is the link https://github.com/BoschSensortec...
Hello,
I am developing BLE peripheral Reader FW using nRF Connect SDK v2.0.0 on VSCode
I have developed my application using NRF52840 DK (development board) and it works...
Hi everyone,
Does anyone ever get confused about BLE connection interval? As explained in this post , it determines how often the Central will ask for data from the Peripheral...
Hi,
We have a board with ESP32 and nRF52833, connected via UART. We want to upgrade the nRF firmware via either BLE or UART. The nRF image size is large so dual image slots...
I am getting this error in Ozone:
"The target stopped in HardFault exception state.
Reason: A fault with configurable priority has been escalated to a HardFault exception...
Hi Team,
I'm trying to build i2c example code with nRF9160 using Zephyr RTOS. But when i use "west build -p auto -b nrf9160dk_nrf9160 sample/drivers/i2c_fujitsu_fram" to...