I'm trying to make a BLE device that actually pairs securely. I posted this question on StackOverflow but didn't get any answers - maybe someone here knows more. As far as...
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...
I am new to NRF52832. I want to monitor continuously PIN 3 where I have connected USB to check whether my USB is connected or not. How can I do that. Please reply ASAP.
Hello,
I made an application inspired from the ble_uart example project.
I encounter now a problem that I don't have with the ble_uart example.
I found that after...
Hello,
I have problems connecting a nrf52 with a TI cc2650. The cc2650 is the peripheral and I can connect to the device from my PC and from some other devices. But when...
hi.
i try to add compile my application by dfu . i add library's and include them.
#include "ble_dfu.h"
#include "dfu_app_handler.h"
with this i click compile...
hi,
Everyone,
I have started with new ANT project using S210 and example-> scan and forward inside ant directory.
I want to know if there is any SDK i can send extended...
Hi,
I am now on implementing a dynamic change between the 2 possible roles central and peripheral.
I try to do this like described here:
nordicsemi.com/question/35367...
Hi,
We have built a BLE product using nordic nrf51422. When system power off mode is enabled, the current consumption is coming to be around 16 uA. In our application,...
Dear Nordic Team,
Thanks for support.
I want to know the possible for voice file transfer to over BLE. I am using BR281 audio detection on semiconductor. I want do the...
I'd like to retain a few bytes after a restart from system_off. I know the GPIO state is retained, are there any other registers other than that? It looks like RTC1->CC[0...
I've been struggling for some time to get L2CAP transfer between an NRF51822 and a Linux machine using bluez.
I've successfully created a connection between the central...
Hi,
I want to understand ANT and want to begin development with ANT once I figured out how it works. After reading posts on this forum I found out that not all Softdevice...