I've modified Nordic's "Nordic_Keyboard" sample to work with my custom board, just simple modifications to use custom_board.h rather than the default PC10028 configuration...
Hi,
I use HID application with S110 v8.0 profil.
I use BLE HID Keyboard example.
I put datas from smartphone to BOOT KEYBOARD OUTPUT REPORT and I whant read them by...
Hi all,
I use nRF51822 module and my environment is Eclipse + GCC + SDK 10.0. I refer to the example in path <SDK_PATH>/examples/ble_peripheral/ble_app_template, then make...
I am using nrf sniffer for trouble shooting. But it always exit unexpectedly. Wireshark was still open but the DOS window got closed.
I am attaching the log.txt.
log...
Hi all,
I am using ble open mesh with pca10028 boards ble mesh is working fine.
I am developing a application that has to blink led in mesh( without any delay between...
I'm still on stack 8.0.0 so it might have been fixed since. I have noticed that if the other side de-asserts CTS the Nordic code will leave the TX asserted in a Break condition...
Hello,
I'd like to ask what is the data rate when using BLE OpenMesh network and how much it depends on network architecture.
I'm considering using it in a network consisting...
nRF52832, SDK 14.0.0, SD132 v5
We do not touch the LFCLK, either through the raw IO map or via the nrf_drv_clock() module.
We enable SoftDevice, do a bunch of work,...
Hi,
I send an indication to peer device and i was waiting for confirmation of that indication. Now can i send next indication before i receive the confirmation for that...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
I'm trying to get the zigbee light control example running. Currently I'm stuck on the coordinator. I've compiled the example from SDK15.2.0 using armgcc successfully. I'm...
I having problems with compiling the project from Thingy:52-SDK 2.1.0, when i'm running the make command on the project i get the message:
Compiling file: nrf_drv_pwm.c...
I have been using up to SDK 12.3 and I now want to add an the FDS example out of SDK 14.
I'm building with armgcc for pca10040 and s132.
There are differences that I don...
This is in reference with https://devzone.nordicsemi.com/f/nordic-q-a/44413/issue-while-debugging-ble_app_uart-program-on-nrf52832-in-iar-ide-version-8-20-1
I could run...
Hi all,
i am trying to get DS18B20 temperature sensor to work on a nRF52832 chip. I have successfully ported this onewire library which is for nRF51 series to work on nRF52832...
With nRF52 central nus examles,
calling "ble_nus_c_tx_notif_enable" in ble_nus_c_evt_handler, it returns NRF_ERROR_BUSY( 17 ) nearly one out of three.
Reset can recovery...
I'm trying to debug my NRF9160 Zephyr app in Segger Studio but finding Step Over/Into is behaving like a Release build and jumping all over the place as would be expected...
Hi,
If i use SCAN_NAME_FILTER, the function nrf_ble_scan_filter_set's 3rd argument is null-terminated string.
But HM-10 send FULL NAME including null(0x00) characters...
Hi,
I'm trying to import nRF9160 DK altium files into circuit maker, and I managed to import the schematics(that was easy), buy when importing the .pcbdoc file circuitmaker...
In the 15.3 SDK doc there is a procedure for converting pca10040 projects to pca10040e. I'm using Segger Embedded Studio (SES) and it seems to me that the procedure is not...
Hi everyone,
I'm new to working with Bluetooth/
My problem is that the connection interval time sent by the central device does not converge with the time I see using...
Hi,
For smartphone, I mean those support ble specification 4.0 and have GATT interface.
Is it possible to provision it ( by nRF mesh running on another smartphone, for...