Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
hello,
I need to calculate the battery life of cr1632. For the calculation I need to know what is:
-Average Current consumption of device? (nrf51822 Bluetooth smart...
Hi, everybody , I want to ask I open SDK12.2.0 bootloader_secure project compilation is wrong?
But there was no uECC . h file in SDK12.2.0 .Why is this?And I want to ask...
Hi
I am trying to test the LE Ping feature between two nrf52s. I am enabling the LE Ping feature from one device via:
ble_opt_t opt = {0};
opt.gap_opt.auth_payload_timeout...
Hi,
I have faced an issue during an I2C read operation. My code stuck in the infinite loop of
while (!nrf_twim_event_check(p_twim, evt_to_wait))
{
if (nrf_twim_event_check...
If I understand the nRF52 DK, there's 3 physical debug-out ports on the board. One if for the nRF52 on the DK, which is also brought out through P5. The second one is brought...
I'm implementing a BLE Central based on S132 with functionality for getting a descriptor list from a connected device.
To avoid having to maintain a complete discovery...
Hello folks,
we setup a new Project (eclipse,SKD 12.2.0, S130, NRF51822QFAAH0) based on the sdk examples. But the thing since 2 days we got a error we actually do not understand...
I have a PCA10040 board and downloaded SDK 12.2.0.
I am trying to being a project based on experimental_ble_app_eddystone. I can compile and upload the code to the board...
Problem:
IAR compiled hex file does not work for ble_app_hrs
Environment used:
IAR Embedded Workbench for ARM 7.80 Kickstart evaluation
nRF52 DK
Observation...
Hello,
I use, with success, the FDS library to save data to the flash memory. I also use, with success, the bootloader to update the application (original dual bank ble...
Hello there, thanks so much for taking the time to read. My problem is the following
I am trying to run GZP (Gazell Pairing Library). After successfully pairing with a...