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.
Hi,everyone
I am using S132 and SDK13 to set two peripheral links,now i want connect two centers using different connection parameters at the same time,for example,connect...
Hi,
Can the nRF52832 support higher data rates:
UART TX baud rate of more than 1Mbps, such as 3 Mbps without bitbanging.
TWI of 1MHz
any trick to get them...
Hi,
I recently purchased the NRF52 DK. I'm using the ble_uart_example for the SDK 11. I'm using the softdevice PCA10040.
I noticed the the SDK 11 includes the RTT c...
I want to use the nrf52840 with DCDC in high voltage mode to drive the circuite directly from a LI-ION battery.
Is there any reverse current protection built into the chip...
When you start a receive task, what will the radio do if the HFXO is not stable? Not begin to ramp up until the HFXO is stable, OR begin to ramp up but not become active until...
nrf52832, returns an error even with parameters
IROM1: 29000 57000, IRAM1 3CC8 C338, softdevice_enable() works without errors.
#define PERIPHERAL_LINK_COUNT 1
#define...
im working on nrf51822 using sdk 9 ....i completed bonding using ble proximity example without privacy key.....now i wish to add privacy key ..what all changes i have to make...
I'm using the with SDK version 13.1.0 along with S140 SoftDevice v 5.0.0-3.alpha and trying to utilize the Bluetooth 5 Extended Advertising feature.
The function ble_advdata_set...
I'm periodically polling a TWI sensor with a blocking call, as in
ret_code_t err_code;
m_xfer_done = false;
err_code = nrf_drv_twi_tx(&i2c, address, subAddress, 1,...
My external application processor UART, every 5 ms @ 19.2 KBPS transmits a byte to UART RCV of NRF8001, which needs to convert this to BLE and then transmit to a cell phone...
Hello All,
I am working on nrf52832 and i designing the custom board for the same for my application , which all pins i need to select as programming pins to dump the code...
I'm trying to figure out why "some" (as in not all of them) Android Devices drop my Bluetooth Low Energy connection (to an NRF52 which I don't think is the problem) after...
I'm trying the example border router using 2 x nRF52840 boards one with CLI and the other with NCP connected to a PI. I can get ipv6 addresses and get them to ping each other...