Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hello Nordic Experts,
I almost finished the development for my mesh project with nRF52840. But I faced some t ricky issues when in mass production. that is the time for...
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...