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 support team,
customer is using 5340 1M i2c interface, and we find out that ncs 1.5 still don't have 1M driver, we have to modify the source code,may i ask the when R&D...
Hi,
I am saving temp data along with timestamps in the internal memory and sending it through ble.
if during transfer the queue becomes full (NRF_ERROR_RESOURCES), I am...
Hello all,
I'm developping a firmeware to test the bluetooth inside of our case. So i want to start DTM with a bluetooth command.
The command goes right, but the dtm_init...
We are switching between two modes of ADC sampling in our application:
single shot - Consists of a routine -> Init saadc -> convert a sample of one ADC channel -> uninit...
Hello,
I am trying to implement the workflow "Application as the manifest repository" as described here:
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf...
Hi DevZone,
We are trying to move our existing application from SEGGER compilation to a GCC build for CI / CD purposes. However we are seeing a strange bug with uint64_t...
Hi, I use an NRF52840 in my product. The NRF52 is interfaced with an external module in UART. The NRF52840 is always powered by the battery using the different power mode...
Hello All,
Working in lift industry, I recently recovered a BLE project developed by an ex-colleague running on LairdBL651 using with nRF connect SDK 0.3.0 (nrf52810, Segger...
Hello
I am using app_pwm control. When creating PWM, I am using the code as below, can I put float value in period?
I think I can only enter INT value at the period...
I have cloned the BLE code from the periperal_uart example provided in the SDK. However, I am using C++ so I am perform my BLE initialization inside a .cpp file (i.e. main...
Hi,
i'm trying to compile the asset tracker v2 for the nRF9160-DK but i get the following error:
"opening dependency file modules\mcuboot\boot\bootutil\zephyr\CMakeFiles...
Hi all
I have Openthread setup
BorderRouter [ with Raspberry pi and nordic in NCP design].
EFR32 radio board that has been flashed with ot-cli-ftd and made as Leader...
Kindly confirm modem details, BIP ,Refresh command support etc. as mentioned in sheet. -- Kindly let me know whether the question from the operator is clear
Chip nrF52810
SDK - 17.0.2
SD- S112
Mine is a system which sends out beacon continuously (no scanning).
From the spec, I see that the, 2Mbps is the only feature...
Hi
I am currently developing using GPIOTE, TWI, and TIMER.
There is no problem when TWI is only working, but when interrupt (GPIOTE, TIMER simultaneously) occurs, TWI...