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...
I can only see the conf files and other yaml files when i open nrfconnectsdk sample in Segger embedded studio IDE.Where do we exactly write our application code?Application...
Hi, there~
Currently, I'm working on nRF52840 DK with BLE Secure DFU Bootloader .
I have done the dfu with nRF Connect APP successfully.
But I have a question about...
Hi
I got it PPK2 and tested.
PPK2 is very useful compare to previous version PPK.
I wanted to sampling time expanding to 10min.
But i see that 2min time sampling...
Hello,
I would like to save some keys securely using the Infineon OPTIGA Trust X chip. To do a quick test I bought the Infineon shield2Go with the OPTIGA chip that I connected...
Hi All
as title.
I am nRF52 DK PCA10040.
Chip select is nRF52832.
I measure out from wfe to Timer Interrupt time is 1.3us.
Is it correct? and How can I reduce the...
Hello,
I am working on a school project with my team that requires one master device and up to 30 slave devices which will be controlling LEDs. I was thinking the nRF52840...
When enabling BLE on nrf52840, we are using specific API to access flash erase and write commands. All is working fine 99% of the time in term of read / write / erase into...
Hi Sir We are scanning nearest BLE using NRF Scanner example using 1- NRF52840-DK and 2. BT840 . We are getting good RSSI value using 1 but very poor RSSI values when we are...
Hi,
I am using nrf52832 with s132 softdevice and SDK17. I want to disable bonding and pairing in ble_multirole code. I have tried disabling the SEC_PARAMS_MITM, SEC_PARAMS_IO_CAPABILITIES...
Dear Sir,
I am using SPIM , EasyDMA array list,with following flags
NRF_DRV_SPI_FLAG_NO_XFER_EVT_HANDLER , NRF_DRV_SPI_FLAG_RX_POSTINC , NRF_DRV_SPI_FLAG_HOLD_XFER&
...
Hi,
I am using my nrf52832 board with a MPC9808 sensor and I wanted to use the example code provided in zephyr/samples/sensor/mcp9808
Can you tell me with which pin of...
i'm building an amplifier that can play sound over bluetooth. I intend to use the nrf52832 to send i2s data to my dsp chip. based on the loopback example, i have an idea on...