Hi,
My customer use nRF52840 with nRF5 SDK 15.0.0.
They have come up against the difficulty that uart RX pin instability.
I have searched the DevZone and it's advised...
Hi Nordic Support,
I have been waiting for many years to see our end-user devices (Android, iOS, Windows, and Linux) such as smartphones, tablets, and computers to support...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hello Nordic Team,
I have a nRF52833 DK with me.
I am using nRF Connect SDK v1.8.0 and through that using Segger Embedded studio loaded the Light switch example to nRF52833...
Hello,
What is the difference between 2 devices which are constantly scanning and 2 devices which are connected? Also, how do I code 2 devices to connect to each other?...
Help me please!!!
nRF52840 DK stops to scan after 3 hours working.
Project is based on central_nordic_uart_service.
Scan params
it works fine 3 hours and then BLE...
Hi.
I'm working with an NRF5340DK using NRF Connect SDK in a project where I need to decrypt an input text with a previously adquired key usign AES128 CTR, but I've been...
https://devzone.nordicsemi.com/f/nordic-q-a/69596/device-initialization-problems/285611#285611
had gone through above thread.
I am struck exactly at this point.
i...
Hi
I am using 52832 peripheral role.
sdk16.0
ble_uart add one character 0xff03 which have notify attribute
have these function
1. Use connectable broadcast on no...
Dear Nordic Engineers
I study central code,I find a param ble_gap_evt_adv_report_t
I can understand other param of ble_gap_evt_adv_report_t,but I don't understand set_id...
The NFC pins of my nRF52840 MCU have been set to be used as GPIO pins through the NFCPINS register. I can toggle the GPIO lines just but I find that after power on that the...
Hello,
been trying to add lte_lc_connect_async(lte_handler) to mqtt_simple, just like the way it is in sample aws_iot. Instead getting a failed response.
Now not sure...
I am using the light_bulb sample from NCS v2.0.0 with an nRF52840 DK board. I changed prj.conf to enable Warning traces from ZBOSS:
+# Enable traces on UART_1 (P1.02) @...
If while using the nRF Connect for Desktop you are seeing this message on the log
Make sure to installe the Universal JLink Segger from www.segger.com/.../
I'm using a sample from nRF connect SDK v1.91.1 for BLE peripheral. I'm trying to read one of the buttons on the development kit, but I'm not very sure how to use the button...
Have been trying to run nRF9160 LwM2M client sample. A problem is that it doesn't appear to be initialising the modem properly, by trying to access the network when the modem...
Hi,
I am trying to build the 'at_client' nRF9160DK sample app on a Mac and getting the following error:
CMake Error at /opt/nordic/ncs/v2.0.0/zephyr/cmake/modules/zephyr_module...
I am having the same problem as in
Case ID: 244142
devzone.nordicsemi.com/.../nrf52840_dk-spi-configuration
I am using nRF5340.
The problem I'm facing is that...
I use this code " node cli create-and-provision-device-cert"
But I am using nrf9160 ,so therefore I change this code to "node cli create-and-provision-device-cert --dk ...
This should be so easy, but it isn't. I started with the Dev Academy Lesson 6 I2C example. I wired up a little board with an I2C eeprom, created an overlay file to map the...