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...
Hello,
I'm using the nrf51822 chip with S110. The advertising rate is 3 seconds.
I'm testing with 4 different smartphones:
Samsung Galaxy Xcover 3, Android 5.0...
I am running the NFC Launch APP example in SDK5 v11.0.0. I am using a PCA10040 dev board with the NFC antenna connected to it and testing against an NFC-enabled Android phone...
Do the GPIOs sink current even when there is no power applied to the nrf52 chip?
We connected a LED to one of the GPIOs and connected the other end of the LED to VCC. The...
hi all,
yesteryday,I download bootloader and app to my nrf52832 by nrfgo studio, but I checked the option lock entire chip from readback ,after that,I found I can not download...
Hello,
I am working with the newest revision of the nRF52 Development Kit and the app_beacon example.
I try to change the clock source for the following code:
nrf_clock_lf_cfg_t...
On SDK 11.0.0 only ( NOT the alpha release )
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort...
On SDK 10.0 only
Do not judge the quality of SDK based on number of entries here. This thread should be considered part of Nordic effort to main the quality of the release...
I am testing nrf5 IoT tcp client example. (in \nrf5_iot\examples\iot\tcp\client)
DK side:
IP:2004::213:ddff:fe4c:6032
run as client.
2.6lowpan border router...
I'm using the ble_app_template of SDK11. but I dont have an external oscillator, so the run time freeze at ble_stack_init
in this answer , the solution is to relace NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I have a NRF52DK (Chip Label: PCA10040; V0.9.0; 2015.44; 682646724) and when i try to start the DK as described in the getting startet page, Step 5 failed as LED1 is...
Hi,
I am planning to make a program so that when a beacon goes far away a specific distance (around 5m) then the led should light up.
I have taken some measurements...
Hi,
I have a couple of eval boards that were created for software and hardware development. We have two versions of the nRF52832 on these development boards. I know that...
I am using nrf51822 powered by a 3.3V regulator in a li-ion powered application. We have a high current load that we're controlling with PWM at 20kHz. Radio performance is...
I want to bond with an peripheral, which has static passkey hardcoded in it. If I want to bond with it with MCP, I get an request for passkey, I can then bond and encrypt...
My environment for this is
Ubuntu 14.04
ecipse Mars2
ble_app_uart project of Nordic SDK11(makefile project)
armgcc
nRF52 PCA10040 Nordic board
ERROR...