Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
Hi,
I face a problem when trying to perform a DFU firmware update via command line using nrfutil dfu ble.
I'm using windows 10 and nrfutil.exe version 3.5.0
I am using...
Hi,
In application note 'nWP017 - Antenna tuning', it provides quite a lot information about how to tune antenna.
But, once it is properly tuned, how do I know the matching...
Hi,
When I do not call advertising_start(erase_bonds); then I only draw about 2uA.
When I call advertising_start(erase_bonds); I draw 350uA.
I want to advertise. Then...
Hello Nordic Team,
I have few analog sensors that operate at 5V DC and outputs voltage signal within 0.5V - 4.5V range. I know i cannot interface these sensors with nrf52832...
Hi,
I am working on a project with nRF24L01P. Recently I was trying to make nRF24L01P to transmit packet continuously and i have configure the chip in no_ack, TX and shockburst...
I am using nrf52832 based on SDK14.2 development. I used the air upgrade method in the routine "buttonless dfu". After the online upgrade is successful, nrf52832 will be automatically...
Hi,
we have a nrf51 mounted inside an AC motor housing which we assume is causing an unintended flash erase from time to time (checked with nrfjprog --readcode).
Is...
Hi,
We have a custom board with a Telit Bluetooth module, Bluemod+s42, now.
At present, I am using the "nRF Mesh" APP to test the feature of proxy. But, I encountered...
https://devzone.nordicsemi.com/f/nordic-q-a/29255/mtu-size-of-nrf52832-as-central has the answer of how to change MTU size. Could you please provide more details with the...
Hello,
We have bought two EVAL boards, nRF52840-DK, in order to try our goal to add to our already working projects BLE option. This happened about two weeks ago, and since...
Hi,
I use S130 with SDK 12.3.0.
I have an application that permanently advertise with an interval of 10s but when the user push a button I switch to BLE_ADV_EVT_FAST ...
all the details needed to reproduce my situation, including:
development software, with versions soft device s110, nrf51822
Computer platform, with versions (Windows)
...
I am calculating the worst case current consumption of the nRF52832 SOC.
Could you please help to get the current consumption data of the nRF52 i.e. at -40 deg C and 85...
Hi. I'm using nRF52832, SDK13.0.0.
I made my code as below.
char_md.char_props.notify = 1; char_md.char_props.read= 1; char_md.char_props.write= 1; // char_md.char_props...