Has anyone experienced the following error when Flashing (and debugging) from within VS Code. I have no idea what has happened, but it has hit several projects.
Even though...
Hello,
I have a firmware that sends every 15 min a packet to nRFCloud using nrf_cloud_coap_json_message_send().
The code is working great most of the time : hundreds of...
Hi Nordic Team,
I would like to confirm whether enabling APPROTECT also implicitly enables Secure APPROTECT, or if these two protection mechanisms need to be configured...
Hi,
The Thingy 91 X uses a shared antenna for BLE and Wi-Fi. I can see from the Hardware Guide and the schematics that there are several hardware connections between the...
Hello,
I recently tried some examples with nRF53 + nRF7002 (e.g. ble_coex example).
However, I am developing with nRF54 and I would like to understand if the combo nRF54...
Dear Nordic Support Team,
We are in the process of integrating the Nordic nRF Mesh SDK (version 3.3.4) into our custom Java-based application and require your guidance on...
Is it possible to protect part of the memory of nRF24le1, in such a way, that it can be used for a serial number?
For my application, it would be beneficial to be able...
Hello,
In the example "nRF51_SDK_8.1.0_b6ed55fvery\examples\ble_central\ble_app_multilink_central\pca10028" when opened in keil there is no flash_softdevice option shown...
dear everyone!
I order a kit- nRF52 preview DK:
www.nordicsemi.com/.../nRF52-Preview-DK
And i also download nRF52_SDK_0.9.1_3639cc9.zip:
developer.nordicsemi.com...
Hello,
I'm writing a driver for an I2C device (it's an external led driver).
My current code executes following steps ...
First I changed I2C configuration :
static...
Hello there.
I'm porting some code that previously worked on S110 stack v7 to stack v8 and I'am experiencing some issues.
After receiving a BLE_EVT_USER_MEM_REQUEST...
Accoding to the "how to generate the INIT file for the DFU",I have configuration Boot loader.hex,but i don't known how to configuration Soft Device.hex.The following is the...
Hello Nordic~
I want to control button debouncing on my nrf51822 based custom board. I went through the button_debounce example found in [Board/nrf6310/debounce_example...
Hi All,
I'm using ble_app_uart Application to send some notifications from Peripheral to central device. I'm using API ble_send_string() to send notifications to other...
I have an iOS app which is a central to a peripheral running on an nRF51822. A similar Android app works fine and is able to connect to the peripheral, discover services,...
I couldn't find anything with the search here or google so I felt free to ask.. maybe someone already updated to Windows 10 and can tell if everything works well?
Hi ,
I am trying to advertise HID Keyboard Example forever untill the device is powered off
Please let me know how to do this and also how to power optimise.
Kind...
Can I calculated elapsed time from one event using TIMER1?
If yes,how?I can not find none register which one to read for get counter value(how many ticks have passed since...
Hello, I follow
this page to start the rpi2 for 6lowpan.
when I tried to run RADVD Daemon as follow:
Set IPv6 forwarding (must be present).
sudo echo 1 > /proc...