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...
Hi,
I'm using PCA10040 board, There i connected the fuel gauge IC via TWI communication.
There pca10040 will acts as master and fuel gauge IC will acts as slave.
While...
Hi! I want to send data from the temperature sensor of the beacon, receive them with the nrf51 and then send them to the PC via USB cable. The nrf51 has to start the connection...
I am using the nrf51822 and I want to use the pstorage library to save some data which is "power lost can save",but I cloud not find the example of it.I am using the SDK 8...
Hi,
I want to have a generic fault handler that will cause a reset. The handler may be called from a high-priority ISR or exception trap (e.g. hard fault handler), and...
Is it possible to make a services like this:
services UUID : 55550001-5555-5555-5555-55555555555
characteristic UUID : 55550001-4444-4444-4444-444444444444
Hi All ,
I am using NRF52 , S132 softdevice ............
I need to read a data every 5s (In Timer1 interrupt handler) from I2C slave and sent it via BLE.
But what...
Hello,
How do I create an encrypted/signed image? Where can I find the documentation for doing this? How will I need to modify the bootloader to decode and install the...
Hi All,
I am using Nordic SDK version nrf51_SDK_9.0.0 for PCA10028 board. In that i am using application
D:\nRF51_SDK_9.0.0_2e23562\examples\ble_central_and_peripheral...
Hello Everyone,
I have developed my software and i have tested with NRF51DK using android phone NRF MASTER CONTROL PANEL APP and it is working very well but now am trying...
Hi Nordic,
On SDK10.0 with QFACA nrf51, I find a GPIOTE problem.
With sdk6.1 and app_gpiote module, I got no such problem.
I make use of SPI0,low accuracy GPIOTE on 4...
Hi.
I'm using PCA10028, SDK10.0.0, S130.
I'm testing connection time.
I made structure as your sample code as below.
static const ble_gap_conn_params_t m_connection_param...
I am using nRF52 SOC.
I would like to use BLE to transfer files between BLE client and server. I was hoping to find an example of the OTS implemented in the SDK but couldn...
I opened, compiled, and uploaded the UART example on my nRF52-DK board using KEIL IDE. I use either CoolTerm or RealTerm on my PC. When I open the Terminal program I can see...