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...
Hey,
I have configured 2 Thingy 52s , 2 nrf52840 Dongles and 1 nrf52840 Development Kit in a Mesh using Mesh Android Application
I want to create a Blinky type application...
Hi,
I am trying to do dfu in nrf52832..i made a zip file containing (app+bl and sd).the size of zip packet is 530 kb but the application space in nrf52 is only 328 kb..while...
Hi, I want to add PPP protocol to the Zephyr mqtt_azure example. I am using an nRF52840-DK with a Quectel BG-96 Modem. The generic Zephyr gsm_modem example using PPP is working...
Hi, I am using nrf52840 with S140 Soft device and SDK for Thread v4.1. In our test setup we got around 50 FTD devices in the same network. In some time interval we need to...
We are trying to connect the nrf9160 to a spi flash device. we have a custom board with the following pins connected:
sck: 27
mosi: 28
miso: 30
cs: 29
wp: 31
reset...
I would like to use the CC310's SRP accelerator with an application that uses S140. The uC in question is nRF52840.
I have added this code to the ble_app_blinky example...
Hi,
As per nRF52840 datasheet, the accuracy of internal temperature sensor is ±5°C. We want our device to be operational between 5 °C to 40 °C.
When we tested this extreme...
Hi,
I want to use the Zephyr network stack with its libraries on the nRF9160.
I tried to use the Zephyr tcp functions with the Zephyr network shell commands (eg. shell...
Hi Everyone,
We are using nRF52840 IC for our products which has 1 MB of flash.
Thread Secure DFU Example provided with Nordic SDK supports Dual Bank DFU. This limits...
Hi Team,
We are using the nRF52840 for our development purpose. For sake Cyber security purpose we need to disable the Jtag debug port.
For this we have used the below...
Hi Team,
We have seen 10 instances in past 2 months where customer mobile phones failed to discover BLE device. This has happened 8 times with Moto G7 power (Android) and...
We have a module based on the nRF52840, today we loaded the pre-compiled hex file for the BLE DTM code to 2 nRF52840-based modules and noticed when using the nRF connect DTM...
Hi !
I want to whiten the BLE Advertising data(channel 37,38,39), but I don't know how to do it.
I tried many things, but nothing worked.I'm on 52832 platform Flash_S132_NRF52_7...
Hello,
I have got three nRF52840 Dongles to test Bluetooth mesh. I have been going through the devzone queries and found that many people have previously asked about SDK...