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,
I am currently working on a prototype with Silicon Labs Thunderboard sense. I am looking for a replacement product that has NRF BLE module. All I need is a BLE module...
Our system has SPI and I2C. Each of these communications works in isolation, as implemented in our program, for multiple transactions. When we try to include both we noted...
On p. 62, section "5.3.10.1 Device startup times" of nRF52805 Product Specification v1.4, the startup time of the nRF52805 is discussed as a function of the capacitance to...
Hello,
We use nrf-connect-sdk v1.9.1 (Zephyr v2.7 LTS)
We have a set of network devices. Both routers as sleepy-end-devices.
The sleepy-end-devices connect to the...
how to set bt tx power in NCS
I referred to this example "hci_pwr_ctr", but err occurs:"Set Tx power err: -5 reason 0x00", Possible errors are BT_SCI-ERR_SUNKNOWN_CMD。 ...
Running NRF52840 mcu core on custom board using 17.1 SDK
1. Use the nRF Connect Mobile app to connect to our device over BLE
2. Run the dfu uploader to update FW from...
I am planning to modify the SLM application (NRF9161) to load its own certificates for TLS upon startup. This should be doable via modem_key_mgmt functions.
However, NRF5340...
Hello,
After migrating from NCS 1.8.0 to the latest NCS 2.7.0 version, I am no longer able to disable PRINTK , which we previously did to reduce flash memory usage, as we...
Is the nRF 5340 already FCC Pre-Certified ?
When we integrate the nRF5340 SoC within our product, should we need to get our product certified by FCC ? is there any difference...
hi professor,
The npm1300 is used for power management on my borad.When VBAT and VBUS are connected simultaneously, the bulk 2 output power supply varies between 1V and...
Hello,
I used VSCode debug for APP core without any issues.
But I cannot debug NET core because, APPROTECT is turning on. I want to disable APPROTECT persistently for...
Hello,
I freshly installed nRFConnect 5.0.2 in a Windows PC. Installation was fine.
When I start it I get an error:
How can I overcome this?
BR Matthias
I am currently trying to use my nRF52 as a BLE central to connect to a OBD II BLE Device. I am able to use the name scan filters and connect here
After connecting, I...
Hi,
I am Maria from SmarEdns. We need a hardware device that connect 15+ BLU at a time and update firmware. how many BLU connection avaliable in nRF52840 Dongle at a time...
Hi,
I am using fstorage functions in the ANT broadcast RX project.
I am doing the fstorage write function when the ANT device is connected (Inside RX EVENT of ANT event...