nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
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...