Hi guys
Does anyone know what sort of modifications are required to set up the existing MQTT-SN example ( https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/samples...
Hello,
I'm currently trying to integrate the Android-nRF-Mesh-Library in our App.
Identifying works fine but when the library tries to send the public keys to the node...
The nRF54L series is a new device to the nRF family, and during the bring-up of the chip from early engineering samples to mass production devices there have been quite a...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hi All,
I am using a custom board with nrf52832 and BMI160 sensor. I also have nrf52382 DK evaluation kit. This sensor was programmed with heart rate and battery service...
Hi,
I have a nRF52833 DK which contains PCA10100 debugger on it.
I would like to start coding with central role foe scanning multiple beacons. I didn't find any example...
I had an interesting call with the IT security team of a large Fortune 100 company. During our conversation they asked a few questions and I was wondering if someone from...
Hello,
While trying to compile a code that contains simple BLE peripheral functionality as well as battery measurement service after building the example I get the following...
We are trying to get the ble_app_uart project to run on an nRF52810 using Soft Device 113, since our application will require the LE Data Packet Length Extension.
Can you...
Hi Nordic:
I saw some old threads says that UICR->custom can't be write after softdevice enabled
I want to write UICR for Mesh-sdk application after softdevice enabled...
Dear all,
II want to test nRF9160 lte RF performance, whether I only need to connect via USB and then send AT+command command, or whether I need to connect to the uart interface...
Dear all,
I don’t know how to use AT commands, what tools do I need, and how do I connect on the hardware?
I want to use uart for communication and transmit TX, and then...
Hello,
I'm migrating all my projects from Eclipse to VSCode. On Eclipse I used to debug using JLink tools, however I would like to have a more generic tool (not all the...
Details: SDK v15.2.0 using HX711 sample code copy-pasted over twi_master_using_nrf_twi_mngr example. Windows 8.1, uploading to nRF52 DK.
I am having a hard time understanding...
Hello,
I am using nrf52840 DK, Segger Studio IDE, Win10.
My application is I want to transfer the image from iOS to the DK board.
I am aware of the Image Transfer...
Hi,
We are using nRF52811 for one of our upcoming product. We plan to upgrade our firmware via DFU. I cant find any support or example codes for this controller for DFU...
Hello Nordic Team,
Currently I'm working in a BLE HID Project (joystick with 16 buttons and 2 axis (x and y)) usign a NfR52832 and modifying the hid mouse example from SDK...