Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
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...
In product spec for nrf52832:
Neg30dBm 0xD8 -40 dBm Deprecated
Neg40dBm 0xD8 -40 dBm
Similar stuff in the SVD out of SDK 12.3
When I convert the svd to rust (using...
Hi,
I am using NRF51822 and sdk12.2. I am using Softdevice s130 with peripheral experiment_ble_blinky example. I have merge UART example in this and it is working fine. ...
Hello,
We've stumbled upon a weird behavior on iOS making the smartphone unable to reconnect to our wireless device after a DFU from SDK11 to SDK13 (nRF52832): the notification...
Hi!
I am getting a HardFault when I try to read a GATTs value inside a GPIOTE ISR handler.
I already tried setting the ISR priority to low as suggested in various posts...
Hi all,
I installed Nordic examples for Keil MDK, and I am able to compile the examples for the PCA10028 board, which is based on the nRF51422. But I intend to take the...
Hi, I am using 1 central and 2 peripherals. I tried erasing bonding info in both central and peripherals for a few times (by calling pm_peers_delete() in the central and pm_peers_delete...
Hi,
I am using NRF51822 and GCC compiler. I am using softdevice S130. SDK 12.2.
I want to receive the data from Peripheral that is one way only.
I want to use multilink...
Hi everyone, I have one question shown in the title. I try to add a second service in "ble_app_uart" project (the project is in the SDK for nRF51, SD130 v2), I did not change...
Hello,
I was using the nrf24LE1 where i used hal_nrf_set_power_mode() to set the radios' power down mode. Options are power-up and power-down. This is when i was using...
I have a system, with cc2540 as central and n51822 as peripheral with s130. Sometimes while they are close to each other, the connection link gets lost.
I disabled updating...
I'm using SDK14, S132 5.0 and nRF52832, and trying to enable and disable softdevice in my application. In main function, the power management loop is like
while(1)
{...
I am using SEGGER Embedded Studio for developing mesh network on nRF52832. For curiosity I pressed the BOOT/RESET button (SW5) while applying power to the board and it entered...
I want change project "record_launch_app" purposely launch my own app use the NFC tag on an Android device? Where should I take "m_android_package_name" of my app?
I used...