Is there a known way to enable MBEDTLS_THREADING_C? I believe my application is running into MbedTLS heap corruption because multiple threads are performing crypto operations...
Hi all,
Actually I'm building with vscode my firmware for a custom board build with an nRF9151 non secure. After building I got a merged.hex file, this is the file upload...
Hello, I’m working with the Distance Measurement (nrf_dm) module and aiming to implement a centralized topology using Anchor and Tag roles.
The intended behavior is:
...
Implementing deep sleep in nRF54L15
Using sys_poweroff()
System gets reset upon wake up by button press
Using k_sleep(K_FOREVER)
System is not waking up by button...
Hello! I've been trying to do the same project for about a month now - just a simple keyboard adapter that takes the input from a keyboard and translates it into HID signals...
I would assume that nrfutil device will respect MacOS DYLD_LIBRARY_PATH environment variable but instead it fails to load libjlinkarm.dylib. Steps to reproduce: - Run nrfutil...
Hello i am running the radio_test sample on the custom nrf5340 board for the logging purpose i am using the pins 8 and 9 of the port 0 but the issue arising is that there...
Hi,
I migrate my code to FreeRTOS environment.
I use SDK12.2.0 ble_hrs_freertos code example as a startup project.
My question is how i need to init gpite?I receive...
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....
I have been able to get all the MPU based projects to work from this Github site (which has been very helpful!) with the exception of this one.
The accelerometer values...
For a device that has APPROTECT enabled, it is required to use nrfjprog --recover to re-enable access.
What is the mechanism that nrfjprog uses to perform the --recover...
With the nRF52, is the RTT functional when APPROTECT is enabled?
I would expect not since the RTT relies on memory accesses which should be disabled with APPROTECT
Hi,
In SDK11, it was possible to call app_sched_execute() from a function that was itself called from the scheduler:
void app_sched_execute(void)
{
void * p_event_data;...
If you dont have an external 32Khz crystal for the nRF52832, besides the higher power consumption, are there any other issues ? e.g. CPU starvation affecting my app during...
Hi all,
I work with a nrf52, my project send and receive Beacon data.
when i work only with 2 card all works fine but when there are several transmitter and 1 receiver...
I've got an nRF52 application which is based on the nRF OpenMesh github.com/.../ but has been vastly customised. The application either acts as a mesh device and allows a...
As the title,I recently want to use nRF51822 to communicate with SmartCard in ISO7816 interface. but I don't know how to do this.Can anyone share the example code online ...
Hello,
I am using the nrf sniffer from adafruit to pick up ble packets from my NRF52. Everything has been working fine for the past 3-4 months. Yesterday I wanted to test...
I'm trying to create a HID over GATT device that is not a keyboard, nor a mouse. About a week ago, I came close by being able to read some data in an OSX app from the device...
Have project setup to read values from ADC and then run fft_process. Then print them out over uart using NRF_LOG_* statements. However after we call the arm fft functions...
Hello, I am using nrf51822 and SDK11, dual bank dfu ble, S130, 2.0.0.
I made dfu zip file and I modify firmware_crc16 value to the wrong one.
And I zip it again.
But...