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 want my peripheral, an nRF52832, to accept a connection from the first peer it sees and bond with that peer, and thereafter accept connections only from that peer...
Hello
I am using sdk version 14.0 and softdevice S332. I successfully tested on the nrf52832 board using the ant bsc example.
However, when we put the code on our custom...
Good evening,
I am trying to implement queued write (long write) into ble_app_uart example. I am using s110_v7.1, nrf51822(pca10028), can not find version of sdk it is...
I have enabled radio notifications (through sd_nvic_ functions). When sd_ble_gatts_hvx() (notification) is called once, I've noticed two radio active-nactive windows occur...
Hello,
I have a bootloader with a low power wait for power button on startup.
When I do a BLE DFU update of bootloader + SD + appli, the Nordic smartphone application...
hi
I have a application use NRF52832 to scan beacon's advertising and write the advertising data into NRF52832's advertising.
I found the working current is nearly 3mA...
Hello,
I am useing NRF51822-QFAC in my BT bridge project; Now I need to design the matching circuit; there was some recommended matching circuit in the datasheet(11.3--11...
I have a central device that uses BLE to scan for a specific device (there is only a single device it can bond with). Right now it checks the UUID and the mac address of all...
my device giving output as square pulses.but would like to control current from the range 50uA to 500uA of square pulses.how to calculate it. can someone help me
Hi,
I have a question that Product Specification v3.1 of nrf51822 describes Flexible Power Management: 2.6 μA at 3 V ON mode, all blocks IDLE. But, in the same place, NRF52832...
Working on migrating my application from sdk 12.2 to sdk 14
except for some flash issues most of it seems to be working as before, except I notice this message in jlink:...
Hi,
I'm using SDK 14.2.0 flash_fstorage_example_s140_pca10056 with SEGGER on the nRF52840 Preview DK.
As you can see the basic example not working, what I'm writing...
I got the ble_app_lbs example working using SDK 8.0.0, and am now trying to integrate it into my existing project which was based off of ble_app_rscs using SDK 11.0.0.
...
Hello,
I am trying to intergrate the blinky, timer, and UART examples.
Blinky and Timer examples seem to work fine.
When I added UART, linker error starts to show up...
Hi,
Follow answers from here and have many try, not success yet.
Development with GCC and Eclipse, can not reach main() but return "Programe file does not exist" when...