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 want to know how to use extended broadcasting in nRF5SDK.
I have tested the Broadcast Multiple of NCS2.6. The maximum extended advertising data length is 31 to 1651...
Hi! I am beginning development on my first BLE project using nRF Connect SDK in VSCode. I have done a few projects using the old nRF5 SDK. I am wondering what is the best...
Using VS Code, I've tried to build the "BLE UART service" (= peripheral_uart) for the nrf52840dk_nrf52840 board. According to the documentation, this board is supposed to...
I am working on a project that uses nRF5340.
We are now looking into designing software update mechanism. As a part of this, on the app core I am planning to move slot1_partition...
Hello,
I am implementing firmware to communicate using UDP between two nRF7002.
The sender does not know the IP address, so it tries to know the IP address of the receiver...
Hello,
I'm having an error when running the spi_flash example on a nrf5340DK.
I added this to the .conf file to have more info:
Here are the console logs:
I'm...
Hello,
I am running into an issue when I try to use two SPI controllers simultaneously on the nrf5340dk. I am using ncs v2.6.0.
What I am trying to achieve, is a system...
Hi,
I am working on a device that is keyboard like, but it just needs to send one cmd to switch the screen - alt+tab/cmd+tab. I was able to get this working with Windows...
Hello,
Which nRF connect for Desktop should support Windows 7 OS?
The last one that supports Windows 7 cannot download the PowerProfiler addon.
For development we...
When I changed SDK v2.2.0 to v2.6.0 we are facing this issue can u provide information regarding this.
I have enabled necessary configuration in prj.conf file
# Enable...
I have my application code which builds and runs on my nrf5340DK. The project files were based on the zephyr sample for multi-advertising BLE.
Right now I'm building the...
Looking at the product specification for nRF5340, I can see power consumption data for the I2S interface.
https://docs.nordicsemi.com/bundle/ps_nrf5340/page/chapters/current_consumption...
Today I am attempting to set up an MQTT connection from a Thread device to an MQTT server on the Internet (for better or for worse, if this is a terrible idea I'm open to...
Hey
Im trying to as low power consumption as possible and for that i have found that sys_poweroff() gives me that.
My problem is that i cannot get a pin state change...