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,
Our product is currently undergoing FCC and ISED certification with Dekra. They are asking for 58741REM.001, 59675REM.001 and 64610REM.003A1 reports for reference. Can...
Hello! I am a newcomer to nrf and embedded programming (other than basic arduino and micropython projects). So far I have gone through many of the devacademy walkthroughs...
Hi, I'm trying to read data from an LIS2DH accelerometer using the nRF5340 DK board. I have been able to build and flash my code to the board, but the terminal outputs, "Device...
I have a product that has a bug and I'm forced to go thru some older code. This was the nrf24 plus chip. The code still runs fine, and most of the function I created do all...
Hi.
I want to implement software PWM on nRF52810 microcontroller, I took this project as a basic example -->
But when I enable CONFIG_PWM_NRF5_SW=y in the prj.conf file...
I just updated to Power Profiler 4.2.0 and PPK2 firmware 1.2.0 and now I see the big changes with the exact same DUT and setup compared to the Power Profiler 4.1.2:
* Current...
Hello support team, i have an issue regarding the i2c configuration on an nrf52832.
The Setup is:
EvalBoard nrf52dk_52832
BME280 Sensor attached via I2C
NCS 2.6...
Hi
I am trying to build an nrf5340 audio dk application from the command line. I can build the project using the normal vscode code extension, though I cannot build it...
When I add CONFIG_LTE_EDRX_REQ=y to prj.conf I get an "No heap space for incoming notification" error. I already tried to double the size of CONFIG_HEAP_MEM_POOL_SIZE =8192...
For our project we switched over to using DIRECT_XIP mone primarily because of the faster boot time but it automatically enables downgrade protection. For our project we need...
Hi,
I want to measure a unit current in production.
When connecting the unit to the batteries it do some beeps and after a while goes to sleep.
I want to test the "sleep...
Hi all ,
I 'm currently developping a BLE central with Zephyr and I need to create a default bonded device at startup (I know its address + IRK ) .
Using previous nRF...
Hello, I am trying to create an application on the nRF5340 which samples data at 16kHz and packages + sends it over BLE. This requires a BLE throughput ~1Mbps, which I can...
I am using MX25 external flash with nRF9160. I am unable to find the configuration to use the Zephyr APIs to access the flash. I am able to access it when I am using
spi_write_dt...