Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Hi,
i am using SDK v8 with softdevice v8,using master control panel pc application,added custom service and characteristics to application,problem is characteristics value...
There is the board mark on the chip like n51822CEAAD01350A0, where DO is Build code, 1350 is tracking code(YYMM), A0 is lot code.
My question is how can I get those codes...
I'm trying to debug a randomly occuring Hardfault. In trying to trace down the source I read the CPU registers use the Nordic hardfault_implementation.c which grabs the register...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
Dear nordic employee:
The service I want to find is the sound service of the thing52 thingy sound service
I tried to modify the HRT_central_client project to find the...
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...
Dear Nordic Semiconductor Team,
I am a representative of ELKO EP company and we are currently in the process of obtaining FCC certification for our products that utilize...
I'm using the nrf7002 on a custom PCB, so its a brand new chip. I haven't done any OTP programming for the mac address and instead it's just a hardcoded mac address that's...
Hello Support Team,
I hope this message finds you well.
I've been experimenting with the LittleFS sample available at the following link: LittleFS Sample Code . The sample...