I would appreciate some suggestions on a good development flow to go from an Example to end application
I have nrf52832 on a custom PCB.
I tested several sdk13.0.0 examples...
If anyone will ever have this error:
When using c++ and singleton the use of operator new is not possible.
I found the solution in this post: forum.arduino.cc/index.php...
Hi I am using Jlink board, when connected to my pc, I can't select nRF5x programming.
Version I am using is 1.20.0.2. I tried the uninstalling everything and installing....
Hi guys,
In the iot sdk in mqtt.h there are typdefs for "mqtt_topic_t " and "mqtt_subscription_list_t".
I'm trying to set several topics (5) and subscribe to them.
...
Hi,
I am using nrf5832 that is running a coap server example.
I have modified it a little so it reads sensor data via i2c and returns the data using the coap callback.
...
Hi,
I would like to receive some suggestion about finding a CHEAP smartwatch / wristband already available that has these minimal features: BLE (with SDK / GATT profiles...
Compiled with Keil4 software compilation and C of the mixed program, the error is:Branch offset 0x00000228 out of range of 16-bit Thumb branch, but offset encodable in 32...
Hi all,
I'm looking into speeding up my workflow using remote development containers on ARM servers, but it seems some tools are missing, nrfutil the first, to run a fully...
Hello all,
i have a problem and I hope that someone can help me.
I can change the bluetooth address of the device with the following code:
and this is okay.
I have...
Hello everyone,
I guess my question is more conceptual rather than a specific issue with the code.
I am working on a device featuring an nRF5340 chip and an nRF9160 chip...
Hi,
We are currently developing a BLE device (HW and SW) using the NRF52811.
As we want to be able to update the device via FOTA we need to have the Bootloader to have...
Hello,
It has been a while since I have done any controlled impedance and was wondering if someone could provide me a quick sanity check before I continue:
Here is the...
Hello,
I am trying to upgrade my project from ncs 2.1.0 to ncs 2.6.1. I am running into some strange issues with mbedtls and I suspect it's because the same ciphers enabled...
Hi All,
We're going through BQB certificate with our mice, and we're informed that test get failed because new rule will be implemented in May 2023.
Our Chip is NRF52833...
Hello,
I have a Insight ISP4520 SIp which include a nRF52832 chip and a SX1261 for Lora radio https://www.insightsip.com/products/combo-smart-modules/isp4520 The internal...
I am getting this error on the 7th time I perform an action:
I understand it's an lvgl error and could be specific to lvgl but I think, considering it's only happening...
Am making a project based on NUS central demo and I can connect to our remote unit with the 52840DK, I can send data over a UART into it and I can get data out which is received...
Hi,
I'm working with a custom board build with an nrf9161, I've created my board from nrf9161dk board (change some pin and defintion), I'm able to flash and build? I can...
Working on a nrf5340 project, and running into limits of the size of the flash to store my application image along with mcuboot bootloader.
I had a mucboot setup that fitted...
Hi,
I created a simple project in VS Code and I have defined the custom board configuration files that I want.
In the xxx_defconfig file I have defined CONFIG_GPIO=y but...
Hi
We use the nRF52840 (aQFN73) with a 4-layer 1.6 mm PCB for our current project. The top and bottom layers are for signals, the two internal layers are ground and power...
Hi,
(nrf52840, custom device, nRF5_SDK_15.3.0_59ac345)
I am working on a BLE project involving one central device and two peripheral devices using BLE NUS. The peripheral...