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...
I am making a simple breakout board for the nRF52833 (I'm using Fanstel's BM833 module). This is what my board is looking like. There's a ground plain on the top and the bottom...
I'm trying to send data from a NUCLEO F401RE board with the nRF 52840 DK using UART. Then have the data to be sent to my phone via Bluetooth. I'm starting from the ble_app_uart...
Hi Devzone:
I have a question that may be common for companies distributing hardware containing nrf52840 chips.
I have figured out how to use nrfutil to generate Bootloader...
Hi there,
I connected my nRF5340 PDK to an external target - which was unluckily defective.
Since the external board had its own power supply, there was now either an...
Hello,
i have built my own custom service.
I have 13 characteristics ....
But in NRF Connect on an iphone, i can see 13 characteristics , but only in the first there...
Hi
Technically this is a Zephyr question, but googling the issue gave no success. Also, reading the Zephyr docs gavve me no clue.
I have a custom nrf9160 board with an...
I'm trying to capture events like accessing an invalid idx of a C++ vector
I'm using the method at , like this:
std::vector<int> my_array;
my_array.at(10000);
...
Hi,
I want to use the SAADC to measure the voltage on the VDDH pin. I am using a design based on circuit config #4 and following the SAADC example in the SDK version 15...
Hi,
I am using nRF mesh Android app version 2.1.4
I have flashed the devices with light-switch example application under nRF5 SDK for mesh V 4.0.0 on PCA10040 DK. I'm...
Hi,
I have a custom application running on a custom PCBA using the nRF52840 MCU. The Softdevice (S140, v7.0.1) is also utilised because the main application supports BLE...
Hi,
I am looking for the timing of when a connection event will happened. Radio Notification seems the right method for me since it provide an interrupt right before an...
I'm looking at the feasibility of using extended and/or periodic advertisements from an NRF52 to be received by a cell phone. I've used nRF Connect on a couple slightly older...
We have a multi protocol project THREAD and BLE. It currently uses the BLE DFU for OTA updates. We would like to add the THREAD DFU so we can use either transport mechanism...