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...
We are using nRF51822 for our products.
We want to know the min value of "Receiver sensitivity" when we use this chip for BLE.
The Datasheet says "Receiver sensitivity...
Dear
The BLE Multi-link example (ble_app_multilink_central and ble_app_multilink_peripheral)
shows how one central device can connect to multiple peripheral devices. ...
In the MCP app, if I have the following service data for an Eddystone beacon:
0x10, // Eddystone-URL type
0x00, // TX power in dBm. This is a signed integer so 0xEE ...
Hi everyone,
I'm using the nRF Connect SDK 3.0.2 and the nRF Connect Toolchain 3.0.1 with the matter ‘light_bulb’ example. I just want to do the following: 1) Get exactly...
I am trying to create a partition on my external flash using littlefs
Here is the line that is returning me an error
FS_LITTLEFS_DECLARE_DEFAULT_CONFIG ( storage ...
We are developing a very low power product. In some cases like not getting registered, PSM not being available, ... we want to drop the connection and go to a sleep state...
Hi,
Using nRF Connect SDK 2.7.0 on an nRF9160. Using native tls, works fine, i can setup HTTPS connections.
Problems arise when i try to use MQTT with native TLS (with...
I'm currently developing a USB dongle using the nRF52840 , and I'm facing an issue with inconsistent data reception intervals. I’d appreciate your insights on this problem...
We are developing HW that includes nRF9151 running DECT NR+ with the Wirepas stack for mesh connectivity between multiple units. The product is expected to move between geographies...
When Enabling an advertising set already enabled on the Softdevice Controller, the HCI error command disallowed is produced when according to the BLE specification 6.0 it...
Dear Nordic Engineers
We found a problem on the NRF54H20. When we ran C:\ncs\v3.0.2\nrf\tests\benchmarks\multicore\idle_gpio example, the current tested on the VDDHV of...
We have a product based on the nRF52840 which uses the GC9A01 display driven using SPI on battery power. The device also functions as a Bluetooth connectable so it is normally...
Hi,
Our team is interested in WiFi location service in Cloud Services.
https://www.nordicsemi.com/Products/Cloud-services/Location-Services
However, under the WiFi...
Hello, question about mcuboot, particularly the imgtool.py.
When I run west build, the build eventually fails on:
Error: Image size (0xbac8) + trailer (0xc30) exceeds...
Hello Nordic Support team,
I'm receiving the Transmission failure and Lora Initialisation failed message despite to correct wiring and everything else. I'd attach a link...
Hello Nordic team,
I'm currently developing on the nRF5340 and recently encountered an issue related to BLE advertisements . After thorough debugging, I was able to confirm...
Hello Nordic Support Team,
I have three queries to make.
Is it possible to force the channel in which the data transmission is happening using nRF52840 DK.
To explain...
I am trying to set up a w25q128 using SPI with a nrf5340 on a custom board and had a few questions. I have used DevAcademy as a reference as I do eventually want to set up...