Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
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...
my question is how to change the uuid in central to connect to peripheral and i want to send 20 bytes to central device using this uart_peripheral.
first of all my connection...
Hey,
I want to read the value of characteristic of conneceted peripheral. I'm using two BLE modules, one is peripheral and one is central. I connected with central to peripheral...
Hi. I have several questions about mbr.
1). Will mbr finish to write after unexpected power off?
2). Can I copy softdevice + application or only application using sd_mbr_command_copy_sd...
Hello,
We are trying to put togheter a custom mesh communication protocol based on nrf24L01+. Everything was good until we made transmission tests outside, from ground...
Nordic board nRF52 PCA10040, V1.1.1, 2017.1, 682048249.
The pins CTS, RxD, RTS and TxD are currently driven by the MCU. I want to use the SPIS0 in the nRF52832 with the pins...
Is there a Setting in IAR to program nrf52832 without Power cycling
nrf52832 does not start after programming from IAR IDE, using J-Link
But..
For both With J-Link...
I have been experimenting with using some peripherals on the nrf52832 without using the SDK. Primarily of interest to me right now is the low power comparator (LPCOMP).
...
i use nrf52832 .i want to connect device and send advertisment data at the same time. But peripheral mode cannot connct device and send advertisment at the same time. central...
Hi!
I am sorry if I had repeated questions in this forum. I would like to understand few things.
Test scenario
Central - nRF52840
Peripheral - nRF52840
Bluetooth...
I want to add wdt function in ble_app_uart. Please tell me where should I feed the wdt.
in below main loop?
for (;;)
{
power_manage();
nrf_drv_wdt_channel_feed(m_channel_id...
I'm trying to decide the best way to be able to have sub millisecond time keeping, but keep the processor sleeping until it gets a hardware interrupt.
Basically I need...
Hello Nordics Developer
I'm from indonesia, i'm electronics designer, i have develop new products using BLE, first develop i'm using nrf51 series but And my boss ask is there...
I'm trying to conserve space in the advertising packet, and would like to free up the space used by the 128 bit (16 byte) service item list, as this takes a minimum of 18...
Hello all,
I am working on nrf51 series for mesh application so regarding Pre addressing of controller how will get to know the adresses of SOC's in mesh network?
can...
I am using the nRF51822 with the s130 softdevice, and I would like to control three RGB LED modules with three PWMs (R, G, and B). For various conditions, either one, two...