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...
SDK : NCS v2.8.0
SoC : nRF52840
HW : custom board
Hello,
I was trying to use settings subsystem, and I managed to make setting_write() and settings_read() work....
Hello, our entire code base is built around the Nordic SDK. We are considering designing a system that uses an nRF52840 as its controller but has no wireless functionality...
Setup: The nRF52840 DK is running the peripheral_hids_keyboard sample project. The device is connected to a macOS host, showing expected functionality.
Problem: When the...
Hi, We are using an nRF5340 and nRF Connect SDK v2.6.2. We have set CONFIG_BT_BUF_ACL_RX_SIZE to more than 251 and BT_CTLR_DATA_LENGTH_MAX to 251 in our prj.conf.
W hen...
my program works on the nrf52840 DK but does not work on the custom board using nrf52840-QFAA. We are using nrf sdk V2.8.0 running zephyr. Program is attached.
What to do...
Hello,
Version - nrf Connect SDK v2.7.0
The background to the system I am developing is described here and here
In short, I have an application containing a BLE Peripheral...
Hello everyone, I hope you have a good days. I'm developing an project for military standards. I'm using Nexys 4 DDR FPGA ev. board and VHDL language. My question is how can...
NCS 2.6.0, nrf52840
On our board we have attached a QSPI nor-flash as well as a SPI-based OLED display on the same pins.
I'm wondering if there has been any attempt...
In my application, I have implemented Serial Recovery. The interface used for the transfer is UART0 , which I also use in my application at a baud rate of 1M. When I enter...
I'm struggling to get a peripheral device to work with two simultaneous connections. I have attached my configuration (for the application) and my connect/disconnect callbacks...
Good morning team,
As the nRF7002 has been certified Wi-Fi 6 and registered by the Wi-Fi Alliance, can devices embedding the nRF7002 use the Wi-Fi logo and the Wi-Fi designation...
Good morning Nordic support,
I'm a beginner with the nRF Connect SDK and the nRF5340 microcontroller.
I'm using SDK v2.9.0 (the latest available for my Mac).
I started...
Hi, I have been trying to understand how to modify existing projects/samples by adding aspect that are already supported in the libraries. I have an nrf9151 development kit...
Hi,
I'm working with a company that is writing an app on both android phones/tablets and chromebooks. I'm making a new bluetooth device for them, but also helping with...
I'm using a nRF54L15-DK, going through lesson 9 of the intermediate tutorials, using the ncs-inter files at commit 2475c72: Update mcuboot.conf · NordicDeveloperAcademy/ncs...