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...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi All, What is the best way to modify ble_app_multilink_central and ble_app_blinky example codes, so BLE tag can send to ble_app_multilink_central Its own address. The ble_multilink...
My application uses a NRF52 (SD132, SDK 15.0.0), very simple circuit and needs to be extremely low current consumption. I measured the current in conditions of BLE on and...
Hi, I'm having some issues with migrating from SDK12.1 to SDK16 while discovering services.
It seems to connect to Android without much issue, but on iOS the connection...
A project is currently utilizing an NXP module to access the SD card via 4-bit SDIO. I am exploring the feasibility of integrating an nRF52840-based module, and have a few...
I am trying to use the battery example in " /ncs/zephyr/samples/boards/nrf/battery" to measure my 3V coin cell via VDD. I am using P0.14 to enable a set load on VDD before...
I'm using a nRF52840 DK (PCA10056 2.0.1 2020,14 683193023) with an adafruit FTDI serial TTL-232 USB cable (part number P70C uses the FTDI -FT232R chip inside a translucent...
i use pca20023-sr3_nrf52832_product_example demo to test, but there was an error occued , the segger rtt views displays:
00> [00000000] <info> app: System ON 00> [00000000...
Hello,
I'm in the process of developing the HW board for a nRF5340-based product. I need the customer could update the firmware using a serial port (USB or Bluetooth is...
I am testing a number of boards with a QSPI memory module with NRF52840 chip.
The QSPI driver functions all return without error even if the chip is not present. What is...
I have made PCB 32mhz crystal footprint with error. I have used other khz frequency too. Now I can't solder 32mhz crystal is it possible to code nrf52832 and control various...
Hello,
I wanted to test the long range, so changed the primary and secondary PHY to BLE_GAP_PHY_CODED from BLE_GAP_PHY_1MBPS in the advertising_init() of the peripheral...
I'm trying to debug a Zephyr application on nrf52DK. However, due to the use of multi-threading (in Zephyr) I can't use J-Link Debug Server (as I'm used to). For executing...
Hi,
Can you please answer below queries.
1. Do you support CIoT EPS attach without PDN connectivity optimization? 2. Do you support UE Usage Type (HSS and Samsung MME...
In Nordic parlance, what is event and what is interrupt? To my understanding, in ARM parlance, events are signals that can be routed to NVIC to cause interrupts.
Basically...
Hi All,
the sdk17 documentation has the sad adc included (sad because a 12-bit adc turns out to have 9 effective bits and then with +-3% error on top of all that effectively...