Hi,
I have a nrf54H20 board rev 0.9.2 and I followed the docs.nordicsemi.com/.../ug_nrf54h20_gs.html guide.
After the guide had been done I get following error when...
Hello,
Im worried i bricked my PPK2, as I had it in ammeter mode possibly reverse VIN/VOUT connections to my DUT.
The DUT is powered over usb externally. I tried to measure...
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...