During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...