How to change Device Information in nRF Cloud? Where do I find the code setting this info? Where is "App Name" and "App Version" defined?
The application is nrf_cloud_multi_service...
{ update: hold off on this, might be a windows problem, will reinstall and if that fixes it will close the ticket with an explanation}
In Visual Code, in nrf connect, I...
Hello everyone,
I have been assigned the task of finding a wireless modem with integrated LTE Cat-1 bis support. I've come across the nRF9161/60/51/31 family, which indicates...
Hi,
I am using SDK v2.6.1.
Is there any course available on DevAcademy for WebSockets?
I need an example that merges WebSocket and HTTPS. Could you also provide feedback...
Normally when I connected the nPM1300 it would automatically display the battery status and settings,
I already switched up the npm1300 but none ofthem work here.
Is...
Hi,
In order to be absolutely sure, can you confirm me that the nRF9160 module can be configured with following interfaces running simultaneously, all with dedicated GPIO...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Device : nRF52840
Softdevice : s140_nRF_6.1.0
SDK : nRF5_SDK_15.2.0
Hi guys, I'm facing some trouble to put my rtc working properly. I made a code based on the rtc example...
Hi, I am developing 3 devices, two of these devices should act as nodes and send data from their respective IMU sensors to the 3rd device(central device).
I have been looking...
Hi all,
My name is Szabolcs Vass. We are developing a project with nRF9160 SiP on our custom board. We want to send some measurements periodically to an MQTT server. After...
I have realized the cutdown function with the examples. But now I want to reflesh the number I have published, which means that I first publish a number, then I want to publish...
Hi,
We are using nrf51422 in our project and SDK we are using is 12.3 and soft device is S130. In our project we need Bluetooth device should be connected to upto 3 devices...
Hi
I did DFU with button, i can enter and load zip pack over nrfToolbox mobile.
I tried butonlessDFU, i copied services "experimental_ble_app_buttonless_dfu" and with...
Hi,
I am evaluating the ble_app_template example with nRF52840 SDK.
I added code to create custom service and custom characteristics in the following link:
https://github...
Hi,
i have to watch my program flow in segger debugging mode, so that i enable
#ifndef NRF_LOG_ENABLED #define NRF_LOG_ENABLED 1 #endif
in sdk_config.h file.
now i...
Hi,
I want to display an image sent over Bluetooth on my screen which uses the driver st7735. So I have an application which can send images, and I receive data in the function...
Hello,
we have a problem on BT certification with nRF52810 chip. Certification lab replied that TCRL-2018-2 which is mandatory.
Does anyone know where I can get the QDID...
Hi,
I just wonder when hvn_tx_queue (the notification queue) in softdevice is emptied? Is it emptied on disconnection if it still has notifications in queue to send?
Hello.
I have nRF51822 and nRF52832 boards.
I can use both to capture BLE frames with Wireshark on Linux, and I test that with RACCOON also to capture traffic in terminal...
I'm using the DFU module from SDK 9.0 - I enter the DFU by writing to the DFU control point. Is there a way to exit the DFU and have it go back to the app?