Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hello,
I attached an Adafruit li-ion battery to the P6 connector on my NPM1100-EK before I realized that Adafruit has their polarity opposite of the NPM1100's.
The LED...
I can not find any serialized example for an application board in the nrf5 SDK, where can I find the " ser_s13 x _ transport" folder?
"In Keil, open one of the serialized...
Hi,
we are currently developing our product using nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18, 2020). We would like to implement the link margin which is...
Hi
I am working on nRF52840 Dongle S140 SDK15.2.
i am developing BLE NUS application for dongle. but dongle is not supporting UART com port through USB connection.
What...
I use a 52832 as the central device, a 52840 as the peripheral, the two established a connection for a period of time,(After a period of time (approximately 30s), there is...
Hi
I am evaluating nrf9160 with an nrf9160-DK on nb-iot in Greece. I am using the asset tracker application example.
I have an issue of DNS not resolving that is expressed...
I am using NCS v1.7.1. I am developing a custom application on top of 802.15.4, which is based on the 802.15.4 PHY test application.
The problem I am facing can be demonstrated...
Hi here,
I m working with a medical device which should probably have to be certified IEC 61508-SIL 3.
I m still new with that certification process, and wondering if...
Hi all,
I' am sending data from nrf_52840 through zephyr to nrf_connect_app for mobile, iam sending data in decimal format(uint_8t) but iam receiving it in hex,
what can...
Hi
The power profiler app can't find PPK2 after update nrf connect desktop and power profiler.
The programmer and Bluetooth Low Energy app also can't find nrf52dk after...
Hi,
I'm trying to use ble data instead of cli terminal. when nRF52840 received data from ble, I want send the data to cli instance. I called function named "void nrf_cli_print_stream...
Dear Team,
I'm using a custom board to test a radio module based on the nRF52840 chip, in this board the P0.24 pin is tied to a led that blink during the execution of an...
The poly1305 implementation is only covering the obsolete RFC 7539 which got updated by RFC 8439
https://github.com/nrfconnect/sdk-nrfxlib/blob/main/crypto/nrf_oberon/include...
nRF Connect SDK v1.7.1 sample \ncs\v1.7.1\nrf\samples\bluetooth\mesh\light_ctrl\
Long transition times fail due to a 16bit value which needs to be 32bit (I believe, can...