Hello All,
I am new to this forum, I have been using nRF51822 for a while, and its a great little BLE chip. I am usinga BLE keyboard to send a key to iphone and I captured...
I WANT COMMUNICATION BETWEEN A NRF51422 AND NRF528321 BOARDS, IN WHICH IN NRF51422 BOARD I WILL MEASURE PWM COUNT(IT IS PHERIPHERAL) AND SEND IT TO NRF528321 BOARD WHICH IS...
Hi,
I've been working on a way to detect and prevent replay attacks when beacons are used for sensor data. This is mostly used for home automation sensors, where I have BLE...
Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hi.
I development nRF52832(SDK15.00.00, S132).
I have modified SDK15->examples->ble_peripheral->ble_app_uart->pca10040->s132
I want to unuse uart, So I using app_uart_close...
Hi Sir,
We would like to use 32-bit address flash (MX25L25635F), and we set the " QSPI_CONFIG_ADDRMODE" to "1" to support 32-bit address.
when USB port connect to PC,...
i use the BLE uart example in SDK11.0 to test. I delete the UART hardware init and just use the BLE send data to phone every 500ms. I found whatever i set the MIN_CONN_INTERVAL...
Hi,
I have an issue with a situation where a client remains connected when not needed anymore, I need to terminate any connection that has been active too long, for example...
Hello,
I used the gzll_host_ack_payload_nrf24le project and gzll_device_nrf24le to test the communiction between two nrf24les over Gazell. The result is that the host could...
Hi,
We would like to add another element to the provisioner. Is there an example how to provision and configure a client element on a provisioner node using the new SDK...
Hi, if the setting of the nrf52832 is shown as below:
Is this possible to happen?
cause when I was trying to use the power profiling example to test the connection mode...
Hello,
the current situation is nrf52832 can not receive the ack payload from nrf24le.
nrf52832 is DEVICE ,using the project from nrf5_sdk13.0.0\exzmples\multiprotocol...
Hello.
I need to compile the bootloader for the nRF51822 chip, using the the nRF SDK version 6.1, and ARM GCC.
I do not have access to Keil.
How can I achieve this?...
I'm using an old version of the nRF5 SDK (v11.0.0, SoftDevice v2) as supported by the SparkFun nRF52832 breakout board and the Arduino BLEPeripheral library.
Having set...
I am using nrf52 DK and sdk 15.0.
I want to know whether we can transfer the file over the BLE or not?
I am using ble_app_uart example,Is there any possibility to modify...
HI,the current situation is that nrf52832 can not receive the ack_payload from the nrf24le.
nrf52832 as DEVICE,using the project NRF5_SDK_13.0.0\examples\multiprotocol\experimental_ble_app_gzll...
I am a beginner and I need to know how we can further modify the light switch example codes to access gpio pins and get some output from that.
I have run the example using...