I have enabled data ready interrupt bit and also enabled the fifo bit and also enabled gyro_fifo and accel_fifo bits in mpu6050 so that when data ready interrupt occurs the...
I will be selling various ble products. My customers can connect to and program the devices using their bluetooth smart phone or tablet.
I want them to have the option...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
I am working on "nRF51_SDK_8.1.0_b6ed55fnnn\examples\ble_central_and_peripheral\experimental
\app_s130_demo\pca10028\s130\arm4" project .
In this project,in which variable...
Or is there any LCD you could suggest that doesn't need that much code? Simple numeric 2rows would be enough. Want to use it with the nRF51-DK to display some measured valued...
Hi, I have multiple nRF52840 Dongles and need to set one of them to permanently stay in advertising mode, even if a device disconnects.
If I use the nRF Connect tool to...
Hi,
I click on the device tree editor icon in VS-code and I see nothing
although I have an open working Zephyr nrf connect application in VScode.
I installed nrf...
Hello DevZone,
I'm building a Matter development environment with OTBR and CHIP-Tool:
NB: Ubuntu 22.04 with WIFI and BT, get CHIP tool from official pre-built (V2.5...
I am trying to install the nRF_Connect_SDK and associated toolchain under Linux Ubuntu ARM64. I find from other postings here that nRF_Connect_For_Desktop is not available...
Hi all,
last week i used nrf connect app (v4.28.1) to update firmware
after i pressed DFU button and selected binary file, then it will jump a window to choose like...
We are using a Nordic nRF52840 microcontroller alongside the nPM1300 power management IC. When the battery is switched off due to low voltage (undervoltage protection), the...
Dear Nordic Support Team,
I am reaching out for assistance with an issue I’ve encountered on my new nRF7002DK board. After successfully flashing the Azure IoT Hub example...
I work on NCS 2.8.0
I add follow to CMakeLists.txt
add_custom_target (
my_release_file
echo AAAA BBBB CCCC
DEPENDS all
)
when run "west build -b nrf54l15dk...
Hey all,
I'm working on a project where data gets written to an SD Card regularly. At reset, power to 3.3V to the SD card is activated and all runs relatively well.
I...
Hello,
For my project I am making a custom circuit board which is pretty much just the nRF52832 chip and the surrounding capacitors and whatnot. I'd like to program this...
Nrfconnect 2.7 worked fine, but I updated to 2.8 and get this error.
For this line, I try to access my internal flash storage partition offset.
The macro complains...
OS:Ubuntu
Board: nrf52840DK
SDK: NRF Connect SDK (master branch)
After building provided example: Bluetooth: HCI Power Control and flashing the board, in serial monitor...
I am trying to program the BC832 ( https ://www .fanstel .com /bt832 -1 ) using the NRF52DK (NRF52832). BC832 is a Bluetooth Low Energy (BLE) 5.3 with NFC module using Nordic...
Hi I want to make changes to the BLE Controller stack to create an implementation of a NWP. It involves 'core' changes. Can I use the 'nrf connect' ecosystem as it comes with...
Hello,
I just started to understand Zigbee and I had some problem. I created 3 endpoints. In one of them (endpoint counter_ep ) I need a attribute reporting. A reporting...