Hey folks,
I'm trying to modify the SPI Master loop back example into a 4 line SPI Master_Slave program. Whenever I change the Tx_Buffer_lenght from 10 to lsome other numbers...
Hi.
I am using S130 softdevice version.
Basically, I am using NUS Service and make a my own NUS central service as NUS_C.
It is correctly work at normal state.
When...
Hi All,
Please Reviwe for a attached circuit file(Chip ANT of nRF51822.pdf).
I also attach a datasheet of chip antenna applied for that circuit(SDBTPTR3015 Data Sheet...
to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
嗨,
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...
Hello ,
I ’ m trying use nrf-blue-image-transfer-demo with nRF52840-DK.
https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo/tree/master/pca10056
I use...