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...
Hi,
I have a nRF52840-DK which comes with an o n-board SEGGER J-Link debugger/programmer to use with the internal microcontroller or an external one.
Also, I bought a...
Hello Sir/Madam,
I'm using Nrf52833 for ble_uart + saadc but this device given only 2 meter distance range .I want to increase that distance range.
How to increase distance...
Hi
I want to communicate with nRF52BK (nRF52832) board via its UART.
Eventual goal: Get Android device, acting as USB host, to connect with nRF52DK board's UART Short...
Hi.
I'm trying to run the http client sample for nrf9160 using nRF Connect SDK, but when I flash the board it gives this output:
Waiting for network.. Failed to connect...
We are seeing FOTA fail when updating from SLM using NCS 1.9.1 to SLM using NCS 2.0.0.
In summary, it appears that when NCS 2.0.0 image boots up, it never confirms and is...
I have a question about BD_ADDR.
SDK: 15.3.0 example: ble_app_multirole_lesc (I changed the source from the sample) device: EYSHJNZWZ (nRF52832)
1) Is it possible to change...
Maybe I am being too newbie but in our own modules that handle state I am surprised not to find one to use, the closest that I can think of is:
#define EACCES 13 /**<...
I Need to write into external flash (attached in the development kit mx25r64)in a development kit nrf5340dk. I am using the code https://github.com/nrfconnect/sdk-zephyr/tree...
Hi,
we are developing a device which should go to system off on receival of a command either via USB or BLE. If the device is connected via USB and is put into sleep it...
Hello,
I bought 2x nRF52840 and I used the "nRF Connect for Desktop v3.11.1 to program them. Unfortunately, after clicking on the "Write" button, the programmer reach correctly...
Hi,
We have a product which needs to connect to both a peripheral and central device (a phone), after a pairing is made they get whitelisted.
The state in which the problem...
Hi All,
Sorry for such a very basic question, but I've tried many things and combinations and cannot make this work.
I'm trying to discover BLE sensors using nrf_ble_scan_init...
Dears
My customer is using nRF9160,Two SPI interfaces are being used,one for LCD,Another one for SPI Flash,LCD SPI has been debugged,SPI Flash is a newly added device,U8807...
When I try the gateway & headset example of the nrf5340_audio application in the NCS,I found that the syncronization precision is different,which the BIS is more accurately...
Hi,
I've been trying to modify the flash partitions in the nvs example provided in ncs 1.7.0, namely, I want to greatly increase the size of the storage partition so I can...