Hello,
Could someone give me a hint with the following problem?
I am using two example projects (ble_app_uart_c, ble_app_hrs) to connect a central and a peripheral.
An...
I created xml file for heartrate server using bluetooth developer studio and the plugin nRF8001_Arduino (plugin nordic semiconductor for arduino)
the generated xml file...
I read this older post ( devzone.nordicsemi.com/.../) and have a similar issue but with enough differences that I felt it was worth a new question.
I have an STM32 MCU...
I am having an issue with running the initial blinky example that came with the nRF51 PCA10028 SDK in the Eclipse IDE . I will include screenshots of the issue. I believe...
I use nRF51-DK and nRF51-Dongle for a BLE sniffer.
Always the sniffer fails and marked with an error "Encrypted packet decrypted incorrectly (bad MIC)".
It can not be...
Hi,
I'm using long write in one characteristic but if I try to configure this characteritic with write authorization (attr_md.wr_auth = 1) it doesn't work. I need to send...
Hi, I disassembled an Acer Mouse and saw a chip named "NRF A 3152c 1517UH". Can anyone identify the chip or provide me with the data sheet for it.
Regards,
Steve
hello:
My project is based on "esb_rx",NCS2.5.1,nRF52832.I need a Unique address for my product ,so I add flash read/write function for my projict, base on "soc_flash_nrf...
Hi,
we are facing an issue of loading the application written with nRF Connect SDK to the nRF52840 which has nRF5 SDK's secure bootloader. Update process should be performed...
I try to enable APPROTECT by nrfjprog but seems not work, I still can read the memory after device (PCA10090) reset.
Here is the commands I test to enable APPROTECT
...
I was trying to update the PPK II software, but I am receiving a error message: "Error: EPERM: operation not permitted, mkdir 'D:\'"
Well, in my Windows environment, the...
Hi,
We have been using the DeviKit for our initial development and now we have developed our own custom board using the nRF5340. I trying to flash the device, but couldn...
Hi, We noticed that if you do not "Disconnect" a SEGGER RTT connection (on the RTT Viewer), the nRF52832 chip latches into using a relatively large amount of power (~3mA)...
I'm running the latest nRF Connect under VS Code on Windows 11.
What used to compile and not show errors (a couple weeks ago, and running 2.6.0) is now showing errors on...
I am having a problem where the UART is getting noise and bad data (I assume framing errors too) with Zephyr drivers. I was wondering how in Zephyr do you check for framing...
Hello,
This demo gives me automatic pairing and password input.
https://devzone.nordicsemi.com/f/nordic-q-a/44658/communication-problems-between-ble_peripheral-and-ble_central...
This question is in lieu of an issue on the repository, because I don't think issues are accepted there?
I noticed I was getting the following CMake Warning:
Could not...
I am running on demo "nrf-knx-iot/samples/light_switch_sensor".
I built the demo and burned it into my nrf52840dk successfully, but I could not see more logs.
I found...
Hello! We recently acquired a Nordic Thingy:91 for prototyping and it was working great until I came into work this morning and it was no longer showing any signs of life...
Hi Support team,
When I compile the application on the network core of nRF5340, the result is like below:
There is a 64KB SRAM1 with usage 0%, could you tell me what is...
Issue: No Interrupt Signal on GPIO0 Pin of MAX30208 Sensor with Xiao BLE nRF52840 Using Zephyr NCS v2.6.1
I was write a code for max302078 sensor driver but in this i want...
In some examples that use nrfx libraries it is necessary to extract a GPIO PSEL, which is usually done like this. Give the following DT definitions
``` leds {
compatible...