Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
The nRF Kconfig extension ( https://marketplace.visualstudio.com/items?itemName=nordic-semiconductor.nrf-kconfig ) does not recognise some of the Zephyr kconfig extensions...
We are currently developing an ECG sensor patch that will operate over a cellular network, and we are considering using the nRF9151 for its LTE-M/NB-IoT capabilities. Since...
I'm interested in determining the current coverage enhancement behavior of a device, and I'm noticing a discrepancy between the AT+CEINFO and AT%CONEVAL results. Specifically...
as my last post issue nrf desktop in ncs SDK cant work when onnect to cmac os - Nordic Q&A - Nordic DevZone - Nordic DevZone .the ncs desktop cant work in mac os in nrf52840...
We are currently mass producing nrf52833. However, there is a problem with BLE communication. The defective product does not appear in the BLE search list at all. The failure...
Hi,
I'm working with UART with DMA(UARTE) on nRF52840. UART does not have HW flow control, just RX-TX.
I'm confused with DMA part. Is DMA circular or I have to reset it...
I have a nRF5340 using nrf connect v3.7.99-nc1 that is in a peripheral role. I establish a l2cap connection to the peripheral, to request a larger amount of data. That works...
Hi,
Working on a new project, custom board, using an nRF52840. Wrote my own DTS and all that. Program works as intended, but the nRF Connect for VS Code plugin refuses to...
Hello,
I am using nrf5340 audio sample with the custom board. The nRF Connect SDK version I used is v2.7.0.
I referred to this post and tried to add skyworks fem to my...
Hello,
I am working on using the Nordic nRF TNEP API to support an NFC Bluetooth tap-to-pair application with negotiated handover. I have been working on programming the...
I'm working on custom test software for use in production programming/testing of my product containing a nRF9160. I'm using the nrfjprog executable, but with problems, every...
Hello. It's not charging at npm1300. The manufactured circuit did not have cc1 and cc2 of usbc connected to cc1 and cc2 of npm1300. If cc1 and cc2 are not connected, does...
I saw the recent announcements on your LinkedIn, that you're partnering with various NTN providers, that allow one to use LTE over NTN. However, how exactly do I access these...
I have a multithreaded application running on NCS 2.9.0 and I want to be able to see what all the threads are doing at the time of a crash via coredump. I have the following...