Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Dear Nordic,
Running BLE mesh sensor network with multiple servers and a single client linked to a gateway.
SDK: 16.0.0_98a08e2
SDK Mesh: v4.0.0
nRF52840
The client...
I'm attempting to using pa_lna_setup(), specifically the softdevice function sd_ble_opt_set to enable/disable the radio and an external amplifier. My application is a custom...
Hi All,
Im trying to flash the pre boot-loader from here github.com/.../releases
to my nordic usb dongle.
hex-> mdk_nrf52840_dongle_bootloader-0.3.2_s140_6.1.1.hex Im...
Hi Team,
We are using the uECC library for ECC Functionalities, while connecting the debugger we are getting the pop up message like "not finding the source file".But while...
Hello guys,
I have nRF9160DK board here with me and the nRF Connect SDK v1.3.0 environment installed. I want to connect to AWS IoT Thing through the MQTT connection.
I...
When I was testing USB on SDK16.0 with nrf52840, the gateway acted as the host, the following scenario 1 worked abnormally, and scenario 2 worked normally.
Scenario 1: When...
I am using NRF5 on an NRF52840 board, building under GCC. My application needs FreeRTOS and I also need to be able to use stdlib functions such as printf() from any RTOS task...
Hi
I am reading the Irms and Vrms data from the register 0x20 so i am using nrf_drv_twi_rx(&m_twi, ACS71020_ADDRESS, m_sample, sizeof(m_sample)); where we specify only device...
Dear DevZone,
I developed an application based on ESB wireless communication protocol for the nRF52840, and I would like to perform an OTA DFU with it.
I read in this...
This has been noted a couple of times but your treatment of bit fields is just wrong in the bootloader. It not only disagrees with the documentation but it's so flawed that...
Description:
nrfutil and especially the pc-ble-driver-py seem to not work with virtual pyenv environments.
I am expecting it has something to do with the lib files _nrf_ble_driver_sd_api_vX...
<environment> - Windows10 - modem fw v1.2.0 - nrf v1.3.0
I try to receive "OK" message after sending an AT command "AT+CFUN=1" using at_cmd.c functions but can't receive...
Hi Team,
I just want to understand how to interpret the SMS received.
I am actually getting a combination of numbers and character for the SMS,here is my log
AT+CNMI...
Hi,
I have been testing unbounded buttonless DFU with BL652 using SDK 15.0 and SDK15.2 and I kept getting Error 8(0x8): GATT CONN TIMEOUT after bootloader is entered.I traced...
Hello! H.W: nRF9160 DK v8.5 MWF: 1.1 NCS: tag 1.2 SIM: Telenor NB-IoT I'm using a modified version of the MQTT simple example for an application that periodically uploads...