It would be very helpful to hear of others experiences getting these licenses, also I would like to find out if anyone has any advice of anything to be included or excluded...
I wanna implement this code for the app inventor, but there was several problem here. I can't use array or index for developing my trapezoidal method.. like this..
code...
Hello,
We are looking for a developer a single task project. We need to provide all of our developers with the same development environment, so we are looking for someone...
I'm looking for a good firmware engineer that can take my current firmware and add the buttonless DFU to it. I currently use the Keil environment but am open to switching...
I am working on PCA10040 board using Keil u5 debugger (V5.23.0.0, JLink setup). After accepting the continuous firmware update requests I get the error message "Missing core...
Hi, I am currently developing a project using the nRF52810 as my controller and SEGGER Embedded Studio as my IDE. I have integrated the Timer and SAADC peripherals into the...
Hi,
I'm trying to FOTA over BLE firmware of mcuboot using NRF52840DK. The project is based on the sample from Intermediate course - Lesson 8, exercise 3 (without the steps...
Hello,
It seems there is an issue in measure voltage process of ST25R3911 Lib.
Measure voltage function use POWER_SUPP_MEAS_FRACTION_DIVISOR = 100. But it seems that POWER_SUPP_MEAS_FRACTION_DIVISOR...
I saw this issue brought up 3 years ago, but I think the conditions are changed now since that was on NCS 1.
I am trying to do bt_hids_inp_rep_send about 10 times per connection...
Hi folks
We are facing an issue with occasionally ~240 uA added current consumption on our nRF52832 based custom board when it comes out of reset. We only see the problem...
Hi all,
currently, I'm using NCS 2.4.0 with nRF9160 board (custom board).
I'm facing issue once enabling CONFIG_TFM_PROFILE_TYPE_NOT_SET.
The issue is bootloader won...
I'm working with nRF Connect SDK (Zephyr). In that I am using 255 byte array to get response from nrf52832 through BLE. my code is getting crash in response back. when I decrease...
Using the nRF52840 with NCS v2.6.1, I want to put the device into a low-power sleep state during idle time. Before sleeping, I configured a GPIO interrupt as the wake-up source...
Hi everyone. I'm trying to read data from an MS5611 pressure sensor using the nRF52840,
but the I2C communication isn't working.
Upon checking, I noticed that the I2C...
I have a board with an nRF9151 device on it that was provisioned to the nRF Cloud under one User Account.
I would like that device to be in a different User Account, and...
Hi,
I'm using nRF connect extension with VSCode and developing for Actinius Icarus IoT board (which uses nRF9160).
Even when building the example code of hello_world ...
I tried generating sec_tag using sys_rand32_get() or other arithmetic method during runtime. All 3 certificates (CA, client cert, client key) were able to be written into...
I want to compile the ble_uart example using Segger Embedded Studio. I installed today the latest version V8.16. I am using nRF5_SDK_12.3.0_d7731ad.
I imported the project...
Hello,
I'm trying to change the name of the USB port in the "usbd_ble_uart_freertos" example code. Currently, it shows up in the Device Manager as "USB Serial Device (COM12...
I am developing a simple BLE mouse using ble_app_hids_mouse of SDK17.1.0. I found out through devzone that left mouse button click sends (1, 0, 0) and right button click sends...