I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hello,
Recently I designed a wireless keyboard with a nRF52840 as the main processor. I had the board reviewed by a friend and had it produced by JLCPCB. I have assembled...
I'm currently attempting to profile a non-rechargeable lithium battery on nPM PowerUP(2.2.3). When I start the profiling process, the charging stage is correctly skipped,...
We've designed our own board based on nRF9160 for main CPU w/ LTE and an nRF52 for BLE. Using BMP for debugging.
I've successfully run several boards through the production...
hi,
i'm learning this exercise and i got this build error.
i'm using nrf 9160dk so can anyone tell me what problem am i facing in build time error.
thanks
vivek
Not sure if this is an nRF Connect or VS Code or Zephyr or West or some combination of the above, but I'd like to configure the development environment (nRF Connect extension...
Hello Nordic,
I am currently evaluating the nPM2100 using the nPM2100 Evaluation Kit for a low-power embedded device powered by a CR123A primary lithium battery (Li-MnO...
Hi,
I am testing an eSIM card. I am able to read the ICCID (20 digits) using the following command:
AT%XICCID %XICCID: 8934014012215261620 OK
However, I don’t know how...
This should be a simple answer. I had the nordic extension loaded on my dev machine for a while.. I have since deleted manually a few SDK (2.7 and the like) . I attempted...
Do you agree that the following AI response is accurate? If so, I understand it to mean that I need 3 capacitors: one 68pF in series with each NFC trace and one 430pF in parallel...
Hello everyone,
We are currently working on a project in which we plan to use the nPM2100 + NRF powered by two AAA Li/FeS2 batteries.
We would like to use the nPM2100...
Using NCS 2.9.0, on a custom nrf5340/nrf7002 board.
When connecting using WPA2-PSK to a Cisco AP, it seems the wpa supplicant adds some Cisco specific IEs to the association...
Hello I am looking for some guidance. I have not found a clear answer in the documentation, but should a nRF5340 host used with nRF7002 have an external HFXO? We only use...
Hello Nordic Team,
I am working on OTA functionality using nRF Connect SDK 2.9.0 on the nRF52833 controller.
Earlier, my application size was around 320 KB, and I reduced...