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...
I am working in the SDK10.0 ble_app_uart_c(master),it can connect to ble_app_hrs(slave) successfully.
But if I add a new 128 bit UUID named ACC_BASE_UUID different from NUS_BASE_UUID...
Hi,
I have a simple question. It is possible to use the ble-sniffer nrf51822 on Kali Linux? I found a guide to use it on linux but I don't know if it is the same for Kali...
Hi.
I'm using PCA10028, SDK10.0.0, S130 and "ble_app_multilink_central" for reference.
Multi-connection function is OK.
Whenever I connect to peripherals, I can see connected...
I am trying to change analog-to-digital (SAADC) sampling interval when sampling using Easy-DMA in nRF52832. The code looks like follows (error checks removed for clarity)...
Hello everyone,
currently I'm working on a project with an NRF51-SoC. I want to use a MEMS Oscillator as high frequency clock source this is working very well so far. But...
I have 500 nrf51822 devices, when I use Master Control panel to scan twice, the first time I can scan device A, the second time I can not scan out device A.
I google find...
Hello,
My understanding is that you can use the nRFToolBox app to upload code using OTA DFU.
But this looks cumbersome, as you have to first get the hex file on to the...
I built the ble_app_uart example app using GCC with nRF5_SDK_11.0.0_89a8197, and on testing it with the latest version of Nordic nR ToolBox (iOS) and nRFMaster Control Panel...
Hi,
I want to save settings in the memory.
In my case, the softdevice is enabled, there is no ble advertising.
I use pstorage functions.
Problem: I stored 0x12, 0x23,...
Hi,
I'm running a nRF51422QFAC and using sd_temp_get() to read the chip temperature twice / second.
I put it in a temperature chamber and swept the temperature from...
Dear members!
I followed the tutorial of the nRF8001, and tried this code: learn.adafruit.com/.../nrf-uart-in-detail
It worked for me just fine, but...
I have an...
Hi there,
I'm attempting to use the UARTE for a continuous read scenario but I am noticing there is significant delay between the STOPRX task and the ENDRX interrupt (...
Hi,
I'm trying to get a custom PCB working. I can use either the plain peripheral UART, or the ble-app-uart example projects on the NRF52-DK and they work, but they don...
I am using the nRF52 Preview kit (PCA 10036 board) and SDK 0.9.2. Up to this point, I have been able to do everything I want with TWI using the hardware driver. This time...