I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Considering my use case, the size a certain characteristic is dynamic, and the notification should only contains the exact amount of data, even though locally there should...
Hello,
I'm using low power comparator with cross detection.
It works but I can't detect if it's failling or rising edge.
Can we detect simultaneously DOWN and UP...
Hi,Everyone! Now i have the board nrf52832 and i'm trying to get the battery value and send by using saadc.
i have read the example of ble_app_proximity and saadc,and i configure...
Hello! I compiled hex file with NRF52_BOOT in mbed cli. It was programmed successfully. Mbed os version include fix to use nrf52 DFUService. Bootloader is loading correctly...
Hi Nordic guys,
we are observing a strange behavior. Here some background on the project:
we are developing a peripheral device that asks via L2CAP signalling connection...
Hi,
I would like to know, whether it is possible to use a TCXO with single output as a LFCLK source, i.e. connecting the TCXO output only to XL1, instead of connecting an...
Hello everyone, I encounter a question. I follow below link to solve the issue.
https://devzone.nordicsemi.com/question/104118/adding-pwm-to-ble_template/
I've set the...
We are currently porting our proprietary stack from the nRF51 to the nRF52.
To save on BOM we are using an external 20ppm 32Mhz crystal to synthesize a 32Khz clock (power...
Hello,
I have develop an android application which connects to BLE device and perform read and write operation, so for this i was using Android-nRF-UART .
But my application...
In the release notes for the IOT SDK (which as the MQTT examples) it says: "Once BLE link is disconnected, lwIP example applications no longer get a global prefix. The only...
Hello all,
I am new to ARM architecture with some prior experience in Arduino based application development and some FPGA experience. I have a few queries:
Should...
I'm developing a project based on the Nordik UART Service and I wouldn't use pairing as in the example.
However I have some problem when a central device is already connected...
We're targetting the nRF51822 and use the pc-ble-driver (via connectivity_1.1.0_115k2_with_s130_2.0.1 )
Currently I'm using the dev board and the virtual COM port connection...