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 have a problem when i try a dfu on my device for the first time.
To explain, my device is flashed the first time with NRFJPROG, and i flash the SD+BOOT+APP.
So...
Hi,
I have used nRF5_SDK_15.3.0 .
I have tested secure_bootloader example code with Adafruit Feather nRF52 Bluefruit LE - nRF52832 Board . And its advertising and work...
Hi,
I have an application that uses the nrfx_saadc driver to measure voltages. One init-function that sets up the saadc and two channels, and one sample-function that calls...
We are more or less successfully using libUARTE for talking to an STM32 at 1M Baud. It was a long and tedious road to get there, but it looks like we finally got there
The...
Hi,
I have two peripheral devices both advertise the same device name 'R' but have different characteristics. I am scanning and connecting to one of them via central device...
Hello.
During customizing a DFU, but I'm having trouble adding function [nrf_dfu_transports_close] in function [on_ctrl_pt_write].
I'm not now fetching all the c files...
Hello,
IDE: Keil Board: PCA10040 nRF5238 DK SDK: v16.0
I am looking for a BLE peripheral example that connect to an iPhone. As a first step, I would simply like to evaluate...
I have a button matrix (2 rows, multiple columns) connected to an nRF52840. After driving the two row pins appropriately, the first column pin I read (regardless of actual...
Dear All,
for the next revision of our product we've added a RTC / calendar IC with 32kHz clock output and it would be great if I could save some real estate by using the...
Hi,
I'm currently developping a peripheral. This one uses Peer Manager module to handle pairing. This peer manager is configured properly with pm_sec_params_set (as far...
Hi,
I was working with the SPI interface of nrf52DK microcontroller boards and wanted to know if there is a way to change the timings of the low and high levels of the Slave...
I'm designing a solution based on a series of nodes that senses data and has to send it wirelessly to a hub. Each hub must be able to receive data from about 4 to 8 nodes...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
Please tell me the operation when garbage collection is executed. The setting values of FDS are shown below for reference.
We...
nrf52832 master wakes up the slave under sleep?nrf52832 slave wakes up the host under sleep?
My boss wants very low power consumption. I think the host can wake up the slaves...