How do you create hid information for a joystick and send it over BLE. Nordic doesn't seem to have
primitives for this (they have keyboard and mouse facilities). I'm working...
I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
If there an example on how to test the Raspberry PI border router ( infocenter.nordicsemi.com/index.jsp and some nRF52840 Preview DK together with the official Thread commissioning...
Hello,
I have an application which requires the firmware to be updated on the field. In our device the embedded microcontroller Atmel 328 is connected to nRF52832 through...
When programming the bluetooth mesh light control demo example found in the bluetooth mesh SDK, i get this error using J-Link RTT Viewer:
0> <t: 0>, main.c, 116, -----...
As I know, I need to do watchdog feed on bootloader.
but what If watchdog reload value is long enough for DFU?
for example, if DFU via BLE takes 2-3 minutes, generally...
Hi,
I am using IAR embedded workbench IDE - ARM 8.20.1 (full version) to compile the SDK 14.0 blinky_pca10040_s132 -nrf52832_xxaa example. However, I got some errors which...
I'm currently using nRF Connect (windows), in conjunction with the PCA10028 board, as GATT server so I can provide a default test service to be consumed by other devices under...
Hi
An unprovisioned device will advertise a beacon and the spec says that it shall be advertised with non-connectable and non-scannable undirected advertising events
...
Hello there,
for a project I would like to use the Arduino Primo core with the nRF52832 chip to read a NFC Tag.
I could not figure why it can´t read a tag even though...
Hi,
I've test the light_control example with the PCA10028 & PCA10040 recently. The PCA10040 was test and it works normally, but the PCA10028 does not.
I have also checked...
I am working on an application that allocate data dynamically at initialization, and my malloc/calloc returns NULL a lot earlier than I expected.
Using a debug macro, I...
Use the E: \ Nordic \ nRF5_SDK_12 2.0 _f012efa \ examples \ ble_peripheral \ ble_app_uart \ pca10040 this routine
Run to chart a breakpoint on the resumption of here
...
Hi guys,
I'm trying to use the HFCLK to generate high resolution timing. Ideally at the millisecond resolution. I've written a layer around the nrf_drv_timer.c module....
Hi,
I followed the tutorials you made to start developing BLE applications for nRF52 series development board. Then I started to make my custom application (in fact, it...
Hi everyone,
I have been reading the Specifications of Bluetooth 4.1, mostly about Universally Unique Identifiers (UUIDs) for Services, Characteristics, etc.
I found...
Respected sir,
setup for programming = Eclipse-gcc-toolchain-setup
board = PCA10040
as per my way first take a ble_app_uart code startup my coading purpose.
then we...