Hi all,
I have been trying to combine the UART and hID Keyboard examples into a single application.
I want to use the HID part to send specific keystrokes using buttons...
Hi, I'm new to BLE and just started feasibility testing, using RF8001, on a small device with no IO. The device will have a unique code set at factory, and printed on label...
I had the same experience as fishman and I went back to give Eclipse a try. (Post: nRF Beacon does not build on Android studio) I tried to build it in Eclipse Luna with the...
When using the BLE device, BLE_GAP_EVT_DISCONNECTED event informs us that connection between dongle and BLE device was closed/lost.
Is there a way to know when dongle connection...
When using nrf51-ble-driver_win_0.3.0 with Visual Studio 2010, after I put a breakpoint in my code, when I try to have the process "continue", I always get unandles exception...
Dear sirs,
Many thanks for the IoT SDK.
Just setting up the Raspberry I can't start the Phyton CoAP example as defined in documentation.
The envirinment is:
R...
Hello everybody,
I'm getting crazy, I'm trying to extend HID axis values from 0..255 to 0..1023 max using the descriptor found in the example ble_HID_keboard/hid_joystick...
Hi Nordic Team,
In my application, I'm trying to read 512 bytes of data continuously from the STM32 master device. nrf52840 acts as a slave device. Every time I receive...
I have a DK of nRF52840, which is from 2016, and want to use it to test the LE Coded broadcast.
But it seems that 2016 DK does not support it, so I want to replace the chip...
Hi
I am working on direction finding examples, based on CTE feature that is introduced in BLE v5..
I have build and run both "tx" and "rx" examples successfully as described...
I have developed two PCBs that each use the rRF52840 chipset in the form of the BL654 modules from Laird which include PCB antennas.
I based the software project on the...
Hello,
I am trying to transmit weight measurements via BLE from a nRF52840-DK to a proprietary app. I am able to successfully transmit the data to the nRF Connect app on...
Hello Tech Support Team,
We are looking for a solution that can support LE audio. We currently use CSR8675 to make a Bluetooth dongle.
In order to support LE Audio, we...
Hi,
I'm having some issues trying to install the additional python dependencies for both zephyr and nrf
but it's not really working
I'm using this version of python...
Hi Nordic Team,
We require to perform below BLE range test, for which i would like to know which firmware i can use for the same.
1) To configure one device as continuous...
Hi,
We are testing mass pairing on our windows machines, as we have seen problems with a high number of paired devices.
I am able to increment the mac address by using...
Hi,
A simple CMAKE question, somewhat regarding the zephyr build, but pretty essential for someone using JTAG to debug the application:
How does one disable optimization...
I need to make a reset of mesh device with clearing its configuration.
For this I tried to use model_config_file_clear() or mesh_stack_config_clear() functions.
However...
Hi,
How to enable fast mode for radio transmission and reception (I am using nRF5 SDK). These are the default examples and I can see that fast mode is not implemented: ...
Hello again,
I saw this Github 's post and I was wondering if is possible to use some of the libraries and drivers with nRF52811 and if so should I pay attention to some...
Hi,
Question:
In our project we need to drive some external components (High Side Drivers) via GPIO output.
In order switch on our “High Side Drivers” we need a voltage...
I'm using TWI and BLE functions together. My TWI sensor is operating at 400kHz, low priority. BLE has the highest priority. For example, if nRF52805 is sending commands to...