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...
Hi,
I use a board from Adafruit with NRF52832 to make a POC (Proff Of Concept) (Adafruit Feather nRF52 Bluefruit LE - nRF52832 - PRODUCT ID: 3406).
I use the Arduino IDE...
Hi,
Problem description
I wrote a program that initializes the modem (LTE-M) and goes on to send one UDP packet every second (is just the counter).
The server receives...
Hi,
I'm trying to implement some direct advertising, but I'm a little lost in the process.
Could you provide me with an example of code ? I read somewhere that ble_app_hid_mouse...
Hi,
I want to make RPI bluetooth //meshctl app works along with nRF Mesh App. Objective is to make Raspberry pi has non provisioned node, use nRF Mesh to add RPI has provisioned...
When I use the nRF Sniffer on a 52840 or 52832 with Wireshark I can see the RSSI values for each advertising message for all 3 channels (37, 38, 39). So for each advertising...
Hello I would like to use both UARTES in the exemple "ble_thread_dyn_mtd_coap_cli_pca10056_s140". I tried to adapt this example using the example "nRF5_SDK_for_Thread_and_Zigbee_v4...
I am using SDK 15.3, SES 4.3 and SD 130. I've added the saadc example code into my code which is comprised of the ble_central, nordic UART and saadc.
I've changed the timer...
Hi!
I just got the Thingy:91 to play around with, but the modem firmware is old. Is it possible to update the modem firmware using USB and the Programmer software? The ...
Hello,
I am trying to build a Zephyr application for the Thingy91 which uses the I2S module to receive audio data from an external microphone and sends this data via BLE...
Hello,
i would like to point out what i think is a missing dependency in file "include/modem/modem_info.h". At row 187 there is:
but at_param_type is not declared in...
I am going through the steps for building a secure bootloader
https://devzone.nordicsemi.com/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
However I...
Hi,
I am trying to better understand the eSIM provisioning process. I want to verify that the IMSI changes to a local profile after the first registration with the provisioning...
Hi Nordic Devzone readers,
Recently I've picked up a NRF9160DK and have tried to program my own user program onto it. This will consistently fail unless I hold the reset...
Hi,
I am using the BMD340 module from Rigado. The module is connected to a raspberry compute module via UART. The design implemented is the “CLI co-processor design” where...
I have downloaded ADC example to the board nrf51422. I could not figure out how to give analog input and view digital output. please help. Thanks in advance...