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
I have two nRF52833 development boards: one is using BLE peripheral_uart, and the other is used as RX (BLE central_uart). My issue is that, with the TX setup being completely...
When a button is pressed during power off, the buttons module disables the wakeup interrupt but the button scan never happens, leaving the module in an invalid state and preventing...
Dear Nordic support,
I was reading the Technical Documentation in the GPIO section for the nRF9151 , and I came across this blurb:
"Note: When a pin is configured as digital...
nrf5340 - running the complete BLE advertising and handling the read / write gatt client processing running in network core and doing rpc to application core
Create a sample...
Hi
I have questions about nPM1300 VOUT1 inductor
1. Our load current for VOUT1 will be <20mA, so could we use below inductor?
2. Datasheet 6.3.5 define it's recommended...
Hello
I would like to use the SPI to communicate with an IC without having a software driver.
I have the following device tree:
& spi2 {
compatible = "nordic,nrf...
Hello,
We are using nrf52dk, with zephyr OS also we have done the setup in VS code with extension.
Toolchain version: v2.9.0
SDK version: 3.7.99-ncs2, these all came...
Dear all,
I'm having difficulties scanning as a central device showing the short /long names like e.g. "Polar H10 xxxxxxxx" I can see the names when scanning on my smart...
Hi,
We recently managed to get the onomondo softsim working on a dev kit, we used the sample code provided by onomodo to do this. Now we want to add the softsim to the nrf_cloud_multi_service...
Hi everybody,
I have problem with my nrf9151-DK and attemp to create PPP communication.
First of all, I have to say that I am a beginner in this matter. I haven't come...
Hi,
I'm new to the nRF52840 and BLE and want to send a simple string like "Hello World!" to a paired device (phone) at a cadance of 1Hz e.g. I started with the peripheral...
Does anyone have experience with using a TP4057 with the nRF5340 for charging and fuel gauging? I watched Adding battery charging and fuel gauging to your nRF52 Series project...
Hello,
I am using the nRF52832 WLCSP with the imprint "N52832 CIAAE0 2207A5", and my FICR reports a codepage size ox 0x400 and a code size of 0x100. This results in a...
Can the nrf7002 be set up to have both a STA virtual interface and an AP virtual interface at the same time?
From all the documentation it doesn't specify that only one...
I am using the Nordic Mesh Library with an ESP32 IDF-based application on the ESP32 side, and I am using ESP32 BLE Mesh. On the Android side, I have created a node to send...