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...
Hello,
I'm testing ble_app_hrs example by nRF52832 DK.
When i change NRF_BLE_GATT_MAX_MTU_SIZE up to 158, the example project run properly.
But, when i change MTU...
Hello, I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0 and trying to dim led. It seems the only suggested solution is to use the pwm driver. I was wondering...
Hello, im experimenting around with the nRF52 DK (and nRF51 DK also)
Now I have following setup on nRF52 DK:
SoftDevice: s132 nRF52 v2.0.1
Applicatoin: Example Project...
I have the option to connect nBLE51822 to MCU via SPI, UART or I2C. But is there any advantage of using SPI/ I2C interface over UART interface while connecting nBLE51822 to...
my code is below.
git_mpu9250_dmp.zip
Hello.
I use nRF52 & MPU9250.
I want to use DMP,
but I can't read data with DMP.
Because it have failed that writting firmware...
Hi there,
What is the recommended development tool setup for nRF52 Preview DK on Mac OSX?
Your guide for SDK 0.9.1 seem to rely on Keil which isn't natively available...
Hi all,
What is the difference between the app_mailbox and the nrf_queue api?
The documentation says:
A)
The mailbox library provides functions to safely exchange...
Hi team ,
I'm using sdk 12.1.0(E:\testing\examples\ble_central\ble_app_hrs_c\pca10028\s130) example.I want to change to this BLE_GAP_ADV_TYPE_ADV_NONCONN_IND in above example...
I'm using nRF52 + SDK11.0.0 + s132. I have a custom service (with a read characteristic and a separate notify characteristic). After adding the DFU service and uploading the...
Hi,
Following the docs I think I am able to write to flash but it will not read anything .
This is how I set it up, write and read :
static void sys_evt_dispatch(uint32_t...
Hi,
I used a PCA10040 dev kit with nrf52832 to test Serial Secure DFU Bootloader.
Followed all the steps in the example with my PC (Ubuntu 16.04.1 LTS 64-bit).
I...
I am using SDK 12.2.0 with soft device s132 3.0.0 using NRF52 Development Board(PCA10040).
I want to update Battery level to central device/APP.As i want to use code for...
Hi,
I am working with a nRF51822 chip placed on a Ble Nano v1.5 board and I would like the schematic of Ble Nano v1.5. Could anyone tell me where I can find the schematic...
Hello,
I am using pca10028 and sdk12.2. I am trying to take sensor reading via TWI and I want to send this reading over ble. So I am trying to add twi files in ble_app_template...