I am using esb in SDK 11 and my understanding is that the radio causes interrupts that are forcing and cannot be disabled. These in turn causes software interrupt 10 to be...
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...
Hi, all,
At first, I have to say I am a newbie in programming for BLE. ^^"
I trying to development a cycling power meter, so I want to modify this CSCS example to...
Hello, Recently I tested and flashed the Zephyr program to the nrf52840DK, it works fine. While I flashed as usual last time, I saw the LED5 flashing and then the PC didn...
I would like to perform a OTA DFU in a nRF52840 DK using nrfutil. For that, I'm using the example that is in SDK/examples/dfu/secure_bootloader/pca10056_s140_ble in the target...
Hi
I have follows the following steps.
1) I build 'hci_uart' sample for nRF5340DK successfully by following guide https://docs.zephyrproject.org/latest/samples/bluetooth...
Hi, I tried the fourth step of this guide https://openthread.io/codelabs/openthread-hardware#3 , but if I start the OpenThread daemon, I got this output that is not the same...
Hi There, I'm trying to read the NDEF records stored on my NRF52 DK but I'm having some issues when the the NDEF record payload is less than 4 chars. I just get random symbols...
Hello,
I've recently run into an issue with the Command Line Tools. I was using version 10.13.0 up until today, and everything was working fine. When I updated to 10.14...
Здравствуйте, я использую Honor 8x телефон. Я считаю, что это очень трудно использовать приложение на этом телефоне. Соединение происходит только один раз, и после одного...
as i said above,i got 1.5GHz radio signal,such as follow:
left is 1.5G,right is 2.4G
I want to know if the PA is configured correctly in my code.
here is my code:...
Hi,
What is the best starting point(Sample) for project with:
OS (like FreeRTOS)
BLE data advertisement.
I already install nRF connect SDK 1.7.0
Thanks
We have our one of Product Firmware of NRF52832 written in the Keilv5. As the Application use the Softdevice Functionality we need to load Softdevice code and Application...
Hi,
I'm using Windows 10, Python 3.10, Wireshark 3.4.9, pyserial 3.5.
Hex used : sniffer_nrf52dk_nrf52832_4.0.0.hex
I see this question has been asked before but the...
Hi,
We area working on an iOS Application using nRF Toolbox as a reference. We are currently implementing OTA DFU over BLE and are able to update the nRF52 devKit from...
Greetings,
I am trying to develop an application on the nRF5340 DK that requires me to collect data from a sensor using I2C and I am confused on how to do that. I have seen...