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, I am a MCU developer searching BLE MCU to develop some IoT project.
I would combine nRF series and LTE NBIoT module for IOT project.
And I need to integrate many different...
Hello all,
I am trying to use my nRF52832 DK for a wireless camera shutter for my phone. I have reviewed the example code from SDK 15.3.0 named ble_app_hids_keyboard as...
Using SES, nrf52840DK, the onboard debugger.
I am able to set a breakpoint and use condition like x == 5.
I am unable to use anything but the == operator. In SES I...
On line 904 of nrf_log_frontend.c there is a log message to indicate the backends are flushed – but this message adds a log to the queue. If auto flush is enabled, this can...
Hi forum,
I am worked on nrf52832 using sdk 15.0.0.
How to used RTS and cts for enable HWFC on nrf52832.
Is their any example for HWFC control through RTS and CTS line...
Hi Devzone,
I use Thingy91. On the nrf9160 side, I run mqtt_simple example; on the nrf52840, I run connectivity_bridge with BLE feature.
When I send "900" via nus service...
I want to control two RGB LED strips with I2S with different GPIO. Not able to figure out how to achieve it. While trying to initialize by separate buffers and data handler...
Hi there,
I have successfully programmed the nrf24le1 on the radio module using the nrf6700 (motherboard) through nrfgo studio. I did so by plugging the radio module into...
Hello,
Is the Power Profiler App capable of calculating and outputting the cumulative energy output to the device under test (when in Source meter mode)? I am using the...
Hi!
There is two things confusing to me about taking IQ samples in AoA application.
1. It is clear to me that that the time between switching of antennae (TSWITCHSPACING...
Hello,
I am using the Nordic SDK v1.5.0, the modem firmware is mfw_nrf9160_1.2.3 and the DK for the nRF9160
In our application, we are using AT commands to setup and control...
Hi,
There is a similar case:
High power consumption in sleep mode after using SAADC
But I am using the SAADC driver version 2.0 because the oversampling feature is only...
I have seen multiple posts about the nrf5340 that confuse me. Posts like this one say that the board/chip is not available yet, as of 4 days ago. But after looking through...
Hi,
I am new to the Nordic Semi world, having recently purchased a nRF52840 DK board and a nRF52840 dongle.
I have programmed an Arduino Nano 33 IoT over BLE and when...