Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
I have flashed the Blinky sample onto an nRF52840DK.
The power consumption is extremely high.
I am using an PPKII to in source mode. It is connected to the External Supply...
I am using nRF Cloud to update firmware on nRF9160 based products in the field. They are connected via LTE Cat-M on Telstra in Australia. The problem is that the download...
I need help with this issue. I'm updating the code from SDK 2.4.2 to SDK 2.9.2. I had change the device tree to HWM2 and I'm using sysbuild.
The build log is showing this...
SDK: 3.0, nRF54L15
I have modified the clusters using ZAP tool (west zap-gui). When I tried to built, I get the below error:
1. I used Matter door lock sample and the...
Hello, I'm developing on an application which requires to catch high speed, variable size and bursty (~0.5 Mbit/s) data from a sensor connected to a nRF9161DK trough a UART...
If I try to compile any of the WIFI examples for the Thingy91x I get a RAM overflow error. The only exception to this is the WIFI scanning example. If I build these for any...
Hi, I got an SDK15.2 project that we converted the bootloader to be both serial and ble for the dfu. Unfortunately we have a few units in the field that have only the BLE...
Hi,
I want to schedule timeslots back-to-back, or as close as possible. Question is how close to eachother timeslots can be scheduled?
I read the following about sd_radio_request...
I have a custom BLE service that works correctly with nRF Connect. When I use the API, though, it sends me the same value repeatedly and does not update to reflect new values...
Hi,
I am a developer of IoT systems working for a private firm within Africa. I currently started the development of a cellular IoT solution and my search landed me on the...
Hi,
I've somehow managed to build the gps sample from source within SES, but I can't get the flashed sample to work properly. Everything is fine if I flash the downloaded...
https://devzone.nordicsemi.com/f/nordic-q-a/46388/nrf9160-dk---make-application-from-scratch
I followed the steps from user: Aakash_Soni on this thread. However, when...
Hello,
I am using Segger Embedded Studio IDE v4.52 (64-bit) to develop an application using nRF5340pdk.
My question is this, I cannot find any of the Preprocessor or compiler...
Hi.
I am developing using nRF52820 with SDK 17.0.0 . I test the USBD using the example code(\nRF5_SDK_17.0.0_9d13099\examples\peripheral\usbd_hid_generic), but the problem...
Hi,
I would like to know if it's possible to read advertising data when connecting to the peripheral.
My problem is sometimes when i read the adv data, and then try to...
Hi,
I try configure 2 gpio pins with opposite pull state, one NRF_GPIO_PIN_PULLUP, other NRF_GPIO_PIN_PULLDOWN :
nrf_drv_gpiote_in_config_t in_config = GPIOTE_CONFIG_IN_SENSE_LOTOHI...
Hello
We are working on BLE remote based on nRF52810. We are operating it through coil cell. Please let us know is there Internal battery monitoring feature supported by...
Hi--
I am running a application that executes in the bootloader region of memory (0x70000 to end of memory), and is using FStorage to overwrite the application memory space...
Hello, I am on a NRF9160-DK and I am using SDK 1.3.0 I am working on the AWS_FOTA project. I'm trying to configure the sending of a message in MQTT when pressing a button...