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. ...
I2C burst write for nRF5340 at 100kHz is failing with a reply of -5. (Trying to use the BMI270 drivers sample, it will fail during reg_write of the configuration file)
Reading...
hi
I have nRF9160 dev kit, which I am using in a LAB with a private LTE SIM card, which has 99920 PLMN ID.
The network supports Band 3, and NB-IoT is configured as an...
Hello everyone,
1st of all, thank you for taking your time to have a look over my "problem".
I have a device that I am working on, that acts as aperipheral, it is...
I modified, My application's bdaddr is set public device address. secure bootloader's bdaddr is set same public device address.
When run DFU on nrf connect for desktop,...
In my application, I am unable to read back the publish address which was configured during initialisation through mobile.
Please suggest any APIs.
Device: nRF52832
...
HI
The SDK is "nRF5_SDK_for_Thread_and_Zigbee_v4.1.0" and I find a question that is: for all thread programs, add nrf _ delay_ ms () function in while (true) will affect...
I use a sample in NCS1.5.0 to start my project . but examples in NCS1.5.0 are single ble service .always like these: bt_conn_cb_register(&conn_callbacks); bt_enable(bt_ready_cb_t...
Hi,
1. I see the following differences between VDD1 and VDD2 descriptions:
nRF9160_PS_v2.0 P385
2. What are the differences between VDD1 and VDD2 features?
Thank...
Hi all,
I am trying transition from SDK 15.0 to 17.2 and having a branch instruction to itself (an infinite loop) which I think has something to do with the adjustment of...
I would like to create SPI clock timings using the following documents. https://infocenter.nordicsemi.com/index.jsp?topic=%2Fps_nrf52840%2Fspim.html&anchor=topic
1. CSN...
I'm trying to figure out a strange issue with GPS. We have a pretty well debugged and stable system that we're adding some features to, mainly GPS. We're on SDK 1.5, using...
Hello!
I am developing an application which is connecting to an nRF52 board using the Android-BLE-Library implemented by Nordic The application is doing the following: ...
I was looking at nRF52833 as a candidate to use it as a BLE keyboard and USB keyboard (as it has USB2.0)
But in the API documentation section I see that HID keyboard is...
Hi,
I am developing a product using HA.
I am using SDK 3.0 and nRF52840 Dev-kit.
I am using the thermostat cluster, basic, time, power config, and OTA.
Along with...
Hi Devzone,
I use the original MQTT_Sample example, just change "Client ID", "Alive Time" = 120s, use NBIoT + GPS.
Development set up:
ncs v1.5.1, ubuntu, thingy91 ...