Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
hello,
i am doing a project with nRf52810 and sdk15.3' app_ble_uart example and integrated secure ble dfu with butttonless dfu service, it is working successfully
now...
ĺ—¨,
Previously we used nrf53832+sdk11+s132_2.0.1, we could change the ble_conn_params through sd_ble_gap_ppcp_set(&gap_conn_params) or ble_conn_params_change_params (&new_params...
Hi
ANCS Get Notification Attributes , only EventIDNotificationAdded can get ? or Modified , Removed ?
I test ble_app_ancs_c get Notification Attributes , only can from...
Hi,
Previously we used nrf53832+sdk11+s132_2.0.1, we could change the ble_conn_params through sd_ble_gap_ppcp_set(&gap_conn_params) or ble_conn_params_change_params (&new_params...
I'm using TIWM (TWIM) peripheral by directly writing at the register set mapped in memory. I need to send some data packets over I2C larger than 255 bytes, whereas TXD.MAXCNT...
Hello all. I have problem with open sample project for CoAP protocol. Please see screen.
I'm use
- Windows 10 platfom
- Segger studio 4.16 (64bit)
- git commit...
Hello everyone,
In my application i need to send large file (bytes of Array)size 1MB to send NRF connect App or any another app. Receive that large file in NRF52832 any...
Hi! It is nice that the SDK implements internally the attribute reporting commands mechanism, but the thing is that I want to know when the reporting occurs, when implementing...
Hi,
My application is as follow:
I have 5 BLE buttons that behave like a beacon. They advertise for 5 seconds when the button is pressed. Each has a different name (Advert...
We use nRF 5 SDK v 15.2.0.
We want to realize BLE using samples.
qiita.com/.../7c448837eedf439b8ee9 In sdk15.2.0, there is no sample called "ble_sdk_app_nus_eval"...
SDKv14.2 SR3v.12
Hi , My smartphone not support this service , error occurs when RCU trying to activate ATVV audio function,and causes system reboot because there is an...
Hi!
I'm trying out the secure DFU example and i'm running into some problems:
- I compiled the bootloader with my own generated public key, this all worked fine. I flashed...
Hello there I'm having some fun with the ble_app_blinky example, and I was just wondering if it is possible to change the value that the central receives in the Button characteristic...
Hi, in these days I want use the new feature of C++11 in nrf52 project, so I rename the "main.c" file to "main.cpp"(ble_app_blinky project), select the C++11 compiler in project...