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. ...
LTE link monitor does not work.
OS: Mac SEGGER IDE: v4.16 place: Tokyo in Japan.
I set up the environment from scratch following Get Started Assistant v0.9.2, updated...
Hi,
our installed base of sensors transmit their data in periodic BLE 4.0 beacons. I would like to develop a relay board that receives these beacons, and then retransmits...
Hi,
I want to use the nRF9160 DK for an NB-IoT application. I am located in Bavaria, Germany where there is no LTE-M coverage. I understand that I need the NB-IoT version...
To the kind attention of Nordic support team, from www.nordicsemi.com/ I downloaded all nRF24 Files.
I found very interesting the nRFgo Motherboard (nRF6310 Rev 1.4) pinout...
Hello ,
I am new to nrf52832
i am using external interrupt for led on and off
here the problem is when i press the button 1 led will turned on if i press the same button...
For Zigbee RF manufacture test, we did try nRF52840 using the sample code "radio_test" in SDK nRF5_SDK_15.3.0_59ac345,
but it seems that only the TX power information can...
Hi all,
I'm developing a buttonless DFU based application using the SDK v15.3 Following the documentation was pretty easy and I'm now able to run the app_ble_buttonless_dfu...
Hello All,
I am working on nRF51822. Use nRF51 SDk 12.3.0 version for reference. Writing program in IAR in windows.
Porting the OTA DFU to my custom APP.
use SDK 12...
Hello
I am developing a product by using nrf52840 and s340.
I know the way how to certificate ble. It is using the dtm example.
But I don't know how to certificate...
Hi
I have a question.
I am using USB CDC UART example code for my application development.
I have changed VID and PID in sdk_config.h file as per requirement.
Now...
Hi All,
I want to communicate ST25R3911B with nrf52832 controller,
It is interfaced on SPI controller.
I could not find any API related to this in SDK 15 but while searching...
Hi!
I'm having issues compiling the nRF9160 samples in the SDK. I've followed the Getting Started Assistant. I'm currently on the master branch. When I check out the v3...
I am able to see all the other three packets (URL, UID and TLM) in Eddystone Validator app except the EID packet. But I am getting the EID packet in 'nRF beacon for Eddystone...
Hi everyone,
We are going to certify a TRAXENS product design that contain an electronic card with a nRF52840 module on it. For that, we want to communicate with the nRF52...
Hi
I am using digital microphone with nrf52832 dk using PDM library for interfacing
I am referring nRF thingy for firmware development, sound service is successfully developed...