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,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
As the tittle,can anyone tell me how to save data to the flash with nRF51822 ? I use SDK9.0.0 and S110. before I turn off my machine, I want to save several parameters to...
When CENTRAL connects how can I read the UUID and ADDR of the peer?
static void ble_evt_handler(ble_evt_t const * p_ble_evt, void * p_context) {
switch (p_ble_evt->header...
Hi Team,
We are facing issue with Flash storage Handlers with ble handlers. When we add the fstorage to my application ble adversing is stopped suddenly.
We are having...
Hey,
I want to use a standard 16bit service and to add some custome characteristics to it, will this create any compliance issues? Is it complying to BLE specifications...
Hi all,
I'm using the "ble_beacon_app" example from the SDK 16.0.0 with the nRF52840 DK. I would like to change the TX power level.
In main.c function, I tried to change...
Hi All,
We tried to modify the Android source core of nRFTools for our Proximity application . And we used some nRF52832 and nRF52840 as the proximity device.
1) We connected...
Greetings,
we are developing a custom board that holds a nrf9160 chip. We have uart lines out on pins 28 and 29, as on the DK. We need to use the AT client in order to flash...
I've implemented a Application and Bootloader. I have the Bootloader set to Buttonless. However when I try to transition from the Application to Bootloader via:
/* Sets...
Nordic team:
We are developing a proprietary application for Android tablets using the Android-BLE-Library and have been experiencing issues with scanning after a long period...
Hello
I'm very new with nRF modules and currently struggling with BL652-SA-01-T/R module to run Bluetooth.
I have developed small pcb to test this module, PCB includes...
Good day,
I am using the ANNA-B112 BLE device from ublox in a custom design. The ANNA-B112 interfaces with a host MCU over UART. The ANNA=B112 is flashed with Soft Device...
Hello I have an application which requires the use of both BLE and Openthread in the same time. The BLE is meant to connect an OpenThread mesh network to a smartphone.
I...
Hi, I am trying to create a project using make in addition to my SES project. My problem is that I see no printouts on /dev/ttyACM0 (using minicom to debug this), but I do...
Hello,
I'm developing an app for NRF52832 SDK 15.3, SD 132 6.1.1 with NUS service and Peer Manager with LESC JustWorks security and other FDS records. My app information...
Hello,
Our team is currently investigating if a secure element (A71CH) can improve security. Does bsdlib+modem offers the same functionality?
Best regards,
Vlad T
Hello,
I have modified the ble_app_hrs to work with PCA10100 and softDevice S113. The application seems to function correctly, advertisements work fine and I can connect...