In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
I put my code before ble_stack_init()
reset_reason = NRF_POWER->RESETREAS;
NRF_LOG_PRINTF("reset_reason: 0x%08x.\n",reset_reason );
//NRF_POWER->RESETREAS = 0xffffffff;...
Is it possible to receive connections without setting up a GATT service
For security reasons, I would prefer if generic apps and also the new Web BLE API could make connections...
Hi,
I loaded the code available at github for system on wakeup on gpio current and measured the current in low power mode by connecting a multimeter to a nrf51 dk.
The...
hi,
I am working with nrf51822 board using softdevice(s130).I am making ble initialization and continuously calling the power_manage() function in which sd_app_evt_wait(...
Before post this question. I post the MY QUESTION in stackoverflow forum.
but I couldn't find solution.
I know that Nordic board set Bluetooth Low Energy(BLE) multiple...
hi everyone.
we designed a custom board for nrf 51822QFAA chip and we flash the chip by using nrf51 DK debugger with tag-connect cable. when i flash the chip(using keil...
Hello,
I have a serialized app I'm porting to SDK 11 and the S130 SD.
This is an STM32 serialized to an nRF51.
When I call sd_ble_enable(...) for the first time at...
I'm wondering if the BLE is a low power efficient when it has to be always connected to the central device?
How it can be power efficient and the BLE while connected to...
Hello,
I'm looking for details on the nrf52 DAP signals SWDIO and SWDCLK. Such parameters als min. time high, low to Z, clock duty, maximum frequency, minimum frequency etc...
I am working in a custom board which is having nrf1822 chip and I am using Softdevice s130 2.0.1 , SDK 11.0.0, RAM available is 16Kb where soft device uses 5kb of RAM,heap...
I am duty-cycling the radio, so I listen with a timeout and then power off the radio (or transmit) if no packets were received. Currently I am ignoring the address event from...
Hi,
I have programmed s212 soft device onto to NRF52 DK and also programmed ant_broadcast\tx application onto the NRF52 DK. The LED is glowing to indicate that TX is happening...
What is the maximum input voltage for the ADC on the NRF52. I found answer for the NRF51 but nothing definitive on the NRF52.
I have a photocell (or LDR) to sense light ...
Hello,
I am trying to make a basic uart communication between my nordic NRF52 dev board (PCA10040, s132) and my STM32f429ZIT6 discovery board.
NRF52 : I used the example...
Dear Sir,
I and new of development nRF51(256K/16K), I read some sdk docs, but need further information and help.
Would like to save some application information...