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. ...
Hi everyone,
I fill a bit surprise but I don't understand who the speed of the gps is working :
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/applications...
Hi, can someone provide an example of reading the device ID from an QSPI flash (NOR)?
I'm trying to get it using my NRF52840 using the nrf sdk17.1 with the flash IC AT25FF081A...
I see in the datasheet that the NFCT peripheral supports wake-on-field, but the application I'm interested in is to upload/emulate an ID number to the NFC tag, and then hours...
Hi
I need to reball some aQFN73 nrf52840 devices and I couldn't find the specific ball size in the product spec document Nano_BLE_MCU-nRF52840_PS_v1.1.pdf
Can someone...
Hello,
We are currently working on a project where we need to sample a frequency input on a GPIO pin up to 6MHz. I have tried GPIOTE and TIMER with a PPI channel, but can...
Hi
I am reading the exernal power in one ADC channel and the backup battery in other ADC channel. When my hardware has not external power and the backup battery drop until...
Your old documentation website ttps://infocenter.nordicsemi.com/ carries a banner saying it will be shut down on 18 June 2024. Please don't do this! I can't find equivalent...
I'm running NCSv2.6.0 on some custom hardware, with an nRF52832 IC fitted. I'm trying to trigger an ADC measurement every ~ 300usec using a Counter, so need to set the Counter...
Hello community,
I am working on a custom nrf5340 board design, that uses the BL5340PA external antenna module to implement the nrf5340 chip in the design. The BL5340 module...
I have recently upgraded my SDK from NCS V2.2.0 to V2.6.0, and have come back to some firmware I had working under 2.2.0 as I need to progress that. The firmware is based...
You may ask what poolside means. It means at my community pool, where I don't have Internet access via Wi-Fi for my laptop.
I wish to run some AT commands like AT%NCELLMEAS...
Hi, I have followed the instructions in Securely generating credentials for nRF91 Series devices - nRF Cloud but cannot connect to nRF Cloud.
I think the instructions on...
I'm confused about the use of these two functions. I want my app to sleep immediately upon start and then wake up and do a BLE advertise when I press a button.
I...
Hello everyone,
I've been spending a lot of time to fix the issue not being able to enter DFU mode with the following error. I've changed so many versions of GCC, but it...