I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
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...