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...
Hello
Beacon using timeslot API
I am trying to implementing a beacon functionality using your timeslot API.
The beacon shall run in parallel to the normal SoftDevice...
Hi all,
In our application we have a piconet master (acting as GATT client) and several piconet slaves (acting as GATT servers). We have only limited time on the channel...
Hello,
I've asked this question already at StackOverflow, and while I try Wireshark I wanted to see if someone has experienced the same issue and/or can provide further...
I can scan beacons with Scanner. and can use NUS (ble_periperall\ble_app_uart ) to get connect with device.
My goal is to combine both application Have NUS Service to connect...
As most developers using Nordic's SoftDevice quickly find out, halting the processor (e.g. hitting a break point) results in a fault and requires a reboot. This makes debugging...
we want to use nRF52833 as BLE5.1 AOA/DOA locator,here are some questions about to how to use it:
How many antennas are needed for direction finding/positioning? Is 6...
Hi everyone,
I have added the Characteristic User Description in order to add a human-readable name for my characteristics. However, the name still appears in hex format...
Hi everyone,
I have created a vendor service that works fine. Now I want to create a second one. What is the most efficient approach for doing this?
For the first service...
I am following the Zigbee Device Upgrade OTA tutorial and have run into an issue flashing the server firmware using a j-link and Particle Xenon dev board.
Environment Details...
Hi all,
I seem to be having a problem with running nRF connect for desktop 3.3.1 on MacOS (10.15.3). After installing the package to the application folder, on launching...
Hi,
When configuring a GPIO as output with DRIVE set to D0S1, i.e. "Disconnect '0' standard '1'", what is the leakage current when GPIO is set to 0, i.e Disconnected?
...
Hello,
I'm porting from ST32L151 to NRF52840.
I want to use the HMAC SHA1 method, but I can't see the related function.
The nrf_crypto_hmac_init function seems to...
First of all I have to say that the experience of bringing up the nRF9160 has been one of the worst. Tools upon tools, dependencies upon dependencies. Makes it a nightmare...
Hi,
Is there any way to connect ble_app_uart example to my mobile without using any applications? With the use of nrfuart application I can successfully connect my device...