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...
Using
- nRF5_SDK_15.0.0_a53641a
- gcc-arm-none-eabi-6-2017-q2-update 6.3.1
If I enable APP_TIMER_KEEPS_RTC_ACTIVE in the sdk config, setup the app timer with this...
I am currently working on implementing The Smart Beacon Kit with the Eddystone protocol. I only have basic knowledge in C, but I have successfully implemented the nrf_beacon...
Does it use the swi to guarantee the event realtime performance. What I need is, when an interrupt happen anytime, I just put an event to the schedule, and the schedule will...
Hello,
I am using the light-switch example and I want to send a message or let say get the status of led of a particular server node....so how do I do that?
How to address...
Is it possible to provision Bluetooth Mesh nodes at the factory so they automatically join an existing network? Our application is more industrial in nature and we don't want...
Hello,
I have a project on: Periperal: experimental ble_app_blinky / and Central: experimental ble_app_blinky c.
So, in the function of button-event-handle,we have already...
Is there any information available on the radio address matching in the nRF52832?
Specifically I need to know how many (if any) bits of error are allowed in the received...
Hello,
I just wanted to report some strange behavior I've observed in my application. The bootloader timers stop working when nrf_delay_ms is called. In my case this could...
hi Nordic Team
The Document regarding Light Switch Example says following
The provisioner configures Button 1 on the client board to control the first server, Button 2...
Hello. I have 2 boards with nrf52832. I want to make 1 of them peripheral and the second one central. So the central board will connect to the peripheral board and send data...
I try launch example Nordic UART and get error: Error 133 (0x85) GATT ERROR
I need use stack for nRF51822 without external 32KHz crystal.
Here -> softdevice work with...
Here I am working on NRF52832 + SDK15。
I have designed two board with different 52832 package ( N52832-CIAAB0 and N52832-QFAAB0 ), I have disabled all peripheral part and...
I am using nRF51822QFAA & S120(v2.1) & SDK10.0.0
The application is to scan nearby ibeacon and send the ID information by UART. But the application always hang / reset...
When the nRF52 micro-controller is programmed through batch file i.e. nrfjprog utility, the flash fds fails to initialize.
Every time, flash fds initialization fails, I have...
Hello,
I am new to BLE as a technology and have a question regarding how Peer Manager handles bonding.
As I currently understand, the function of bonding is to enable...