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...
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. ...
Hello.
I have a custom board with a uBlox BMD300 on it. The BMD300 is based on the nRF52382. The BMD300 had a pre package firmware in it that acted as a BLE UART bridge...
Hi all,
I am using the python bindings in recent weeks to development a BLE scanning device and have found the python bindings very useful for getting the kit up and running...
On MacOS Big Sur (11.2), trying to get started with nRF5340 samples, but getting create_nordic_project.py failed (1) errors.
I installed manually using the nRF Connect v3...
We are in the evaluation phase of a technology that is planning to use sound to transmit data between phones and devices.
We are currently using Quiet open source library...
Hi Team,
We are using the nRF52840 DK for one of our project, as part of that we are using the RNG functionality with CC310 Library.
When we call this "CRYS_RND_GenerateVector...
Hi,
I try to do the Onboarding workflow for 1NCE SIM Cards with the NRF91 Module: 1nce.com/.../
So the solution is to send a GET Request to a special endpoint and you...
We have certified the Centauri gateway with https://fccid.io/2AKNO-VOLCT200LTE ID. Now We have a query that we used nrf52840 chip as a BLE during certification.
Now on this...
Hi, nRF newbie here, forgive me if I'm being dim. I've searched the devzone, can't see obvious answers. nRF52840, SDK 17.0.2, Nordic SES 5.30a, using nrfx_* drivers I'm using...
Hi all,
I am working with a BNO080 imu and have ported an Adafruit library into the ble_app_template and created a custom service.
Independently, the IMU code and the...
Dear Nordic,
I am running into an interesting side effect when I disable the app scheduler library from my program. I have been previously using the app scheduler to service...
Hi,
1/ Is it mandatory for Direction Finding process to have all streaming advertising messages from beacon to locator connectable ?
2/ Is it possible/easy to manage live...
Hi,
I have an application and I want to send the output of the application via CoAP LTE connection. My plan is to modify the nrf-sdk CoAP Client sample to achieve this...
We are trying to use mcumgr/mcuboot with Zephyr on nRF53. During development, we have enabled the Zephyr shell functionality and would like to use mcumgr with it (CONFIG_MCUMGR_SMP_SHELL...
Hello!
I've got a problem when performing a DFU OTA. I first flash my software(#1) with bootloader in de nrf53840DK. When i make changes to the software i use app_update...
Good day, I have seen a few people asking about connecting the Nordic devices with the RFM95/Sx1276 modules. I understand that it is SPI driven, but I am a complete novice...