I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
I'd like to read and write data to the reserved app data space while in the bootloader. Is this possible with pstorage?
Because the BOOTLOADER_SETTINGS_ADDRESSS = 0x0003FC00...
Hi,
I am using 'pstorage_update' to store data in the internal flash. Whenever the number of bytes that should be written matches the size of a storage block everything...
Has anyone tried to generalize this example to different sized variables? What I would like to do is allocate a data structure, write that to flash, and recall it at a later...
I've a PCA10036 V1, I change the IC to nRF52822 QFAA-B016. With nRF5_SDK_11.0.0-2.alpha_bc3f6a0 and SD: s132_nrf52_2.0.0-7.alpha_softdevice, the programme started but if I...
Hi
We are developing software for the nRF51 with Keil under VirtualBox. Previously we used the PCA10000 dongle with the Master Emulator and MCP without issue. Now, with...
Hi
As described in this white paper: https://infocenter.nordicsemi.com/pdf/nwp_036.pdf during the reference period of CTE signals, 8 samples are taken. These samples contain...
Dear,
i think that the evb nrf52 dk missed the bootloader because when i push on Segger (target connect j-link), there is the message NO PROBES CONNECTED VIA USB.
I...
Hello,
I’m trying to understand exactly how the location module works in the Assert Tracker V2 application. I want to see the NMEA data in the logs, but I’m not sure how...
I’m using the DECT Shell perf command to evaluate DECT NR+ performance.
Could you please clarify the units and scaling of the snr field in nrf_modem_dect_phy_rx_pcc_status...
Hi,
What file or files should contain CONFIG_GPIO=y for a simple application developed with nRF Connect SDK v2.9.0 such that VS Code does not show squiggles under #include...
Hello! I am currently developing my own custom service with two nrf 52840 development kits where one acts as the Client and one acts as the Server. I have managed to set up...
Hello,
I would like to ask how to update the appName field in the shadow register on the nRFCloud, using CoAP protocol.
I was able to change the appVersion by passing...
Is there any point to using deferred logging with the RTT backend?
The way I understand RTT is that it writes the message to a buffer where it is fetched via DAP, skipping...
Hello,
I'm trying to implement runtime power management (SDK 2.9.0), but as soon as I enable the option, the shell and logging on UART0 stop working at startup. The rest...
Today I bought a new NRF-PPK2, but compare with my old NRF-PPK2.
For the old and new PPK2, I use the same DUT.
It can't show the same current with my old one? can you...
Hello, We are developing an application with nRF52810 based on nRF Connect SDK V2.4.1. The application is utilizing the BLE connection, particularly the NUS Service (emulation...
Hi,
In our project, we are planning to use the nRF9160 for both LTE-M and Wi-Fi. Thus, we have connected the nRF9160-DK to the nRF7002-EK in the developing phase as we read...
Greetings developers,
I am using nrf connect sdk 2.7.0 with nrf52811 soc. 1) present situation:
My application sequential in nature and does not have multiple thread...
I have problem with one question of the lesson 5 Quizz of the "nRF Connect SDK Fundamentals" course (Dev Academy)
https://academy.nordicsemi.com/courses/nrf-connect-sdk...
Hi,
I am failing to build any of the Matter, Thread or Zigbee for nrf52840dk with the following failure.
I successfully build a blinky and bluetooth app, so my tool chain...