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 am using SDK15.3.0 and s132_nrf52_6.1.1_softdevice. (nRF52832)
Getting higher current consumption ( 300uA ) while using the PWM library. ( https://infocenter.nordicsemi...
Hello, everybody.
I bought the nrf5340-dk board and tested the zephyr sample code. The Blinky code is worked. I tried the beacon sample code. But it is not worked. I think...
Hello ,
I have interfaced one NTC sensor with above attached image and below information :
SAADC pin : AIN2 ( NTC - pin )
VCC_nRF voltage = 3.3V
R14 = 51KOhm , 0.5...
Hi Team,
We have some application for using the oversampling code but we are facing some issue in that, we try to use the oversampling example to ours code but its calling...
Dear sir,
When use the template project(Which is in peripheral) for UART tx & rx is not working in without debug, but if i use base project(Like uart) file it is working...
Hello, I've seen some similar questions about resets after downloading firmware, but haven't been able to find the solution to my problem.
I'm using a Minew MS88SF3 NRF52840...
Hi,
We have a working application that allows FOTA when using the SDK 15.2 bootloader. We have recently tried to migrate this to SDK 17.0, and everything works except for...
Hi
I needed assistance to get the SKY66112-11 FEM working with the Radio Test Example, for certification testing (FCC, CE etc). I am using the NCS 1.5.1 SDK. I am using...
Hello,
I am using example code of MAX30101 Pulse Oximeter sensor with nRF SDK v1.5.0 on board NRF5240DK. I copied the example from the ncs \ v1.5.0 \ zephyr \ samples \...
Hi,
I am doing Mesh DFU , but there only have mesh bootloader hex file , I need to change bootloader source code, does there have some example? or where can I get the source...
Dears,
I didn't find any size information about IN105 & AN118. Would you kindly please help to provide a complete reel size drawing? Many thanks!
Best Regards!
Ricky...
I started working with BLE and I have some trouble understanding few things. The connection interval happens every X ms, that is set by master, usually the default is lowest...
Hi,
I want to combine ble_app_blinky and uart_pca10056 examples to get the uart communication(between terminal emulator and application) in ble_app_blinky app. I followed...
In the piece of code, where Ble_Stack_inti has been defined, err_code = nrf_sdh_enable_request(); DISPLAY_ERROR_IF_ANY(nrf_sdh_enable_request) APP_ERROR_CHECK(err_code); is...
Hi, I'm working on a datalogger application with a couple of sensors with sample rates of 32 Hz, 25 Hz and 0.1 Hz on the nRF52840. The goal is to sample these sensors and...