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)...
Hi,
I have just acquired a new nRF52 DK devkit.
Performing a `nrfjprog --recover` followed by `nrfjprog --eraseall` doesn't work to remove the protection.
I do not flash...
Hi,
I use the secure BLE Bootloader to update the nRF52840 (with S140).
Now I want to add a UARTE to update the STM32 connected to nRF52.
Do you have a solution to do...
Hello,
I am using two nrf52840 DKs to test ble transmission and i2s output. The nRF Connect SDK I use is v2.6.0.
Both of them are ble connected. One sends data to the...
Hello,
I think llpm's sample project is wrong. Evaluation board is not supposed to be communicating.
To verify the defect, the value of the time variable is fixed. This...
hello, my code was built under ncs v2.6.0 and tool chain 2.6.0 without issue, I upgrade them to v2.9.0, then I get these errors, can not figure out how to fix them.
could...
Hi,
From https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/samples/bluetooth/direct_test_mode/README.html , it writes " After programming the sample to your development...
Hi,
I’m working on enabling the asynchronous API on UART1 in the nRF Cloud Multi-Service sample for the nRF9151. Despite setting the necessary configurations, when I call...
I'm using NCS v2.9.0 and attempting to communicate with an ADXL372 IMU over SPI. Occasionally, the MCU successfully reads from the IMU and begins printing values. However...
NCS 2.7 with mcuboot via sysbuild
custom board with nrf52840, 2 custom applications (manufacturig and end-user)
In my application our DFU will be performed over BLE...
Hi,
I have the following Device Tree in my application:
I get the error -134 during the application startup. Debugging the application shows that the error happens...
Hi, I'm developing ble applications.
But there are problems on calling Ble APIs.
If I call the functions that conatins bt_le_adv_start() in main loop(Maybe main thread...
Hi,
I have a BLE interface with services and characteristics and I want to have different level accesses for my characteristics with for example two levels:
level user...
Hi,
Setup:
nRF NCS 1.9.x and nRF NCS 2.5.0
nRF5340 and nRF52840 both with an external crystal attached to HF clock input.
Problem:
Inaccuracy in timing of UART at...
This is sort of a hardware question, involving the RADIO peripheral in the nrf52(840) line. The question is simple. Is there any limitation on when you can change the TXPOWER...
I have a driver for a Piezo buzzer running on bare metal that I would like to port to the nRF connect SDK. The existing PWM-based driver in Zephyr does not fulfill my requirements...