Hello,
I have recently upgraded from v2.9 to v3.0.1 and have noticed that the mesh security has changed from CONFIG_BT_MESH_USES_TINYCRYPT to CONFIG_BT_MESH_USES_MBEDTLS_PSA...
Hello.
We're trying to expose and use the Wifi stack in micropython in our project for the nRF7002. We've managed to get Wifi scanning to work (based on the sample code...
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...
main.c Hi,
I have implemented button long press with APP_BUTTON library with APP timer (a 5 seconds timer).
Normally the detection works fine.
But I found that if the...
Hi,
I'm trying to get BLE pairing example to work. I downloaded the missing micro-ecc library and I encountered this problem: github.com/.../70
So I've compiled this...
Hi,
I try to enable the ram retention function. (Bank 4)
So i used the POWER structure
NRF_POWER->RAM[4].POWERSET |= (POWER_RAM_POWER_S0POWER_On << POWER_RAM_POWER_S0POWER_Pos...
Hi,
We use SDK14.0 with S132 v5.0.0 on a custom board with nRF52832.
In our application using a lot of flash operation, and we found the error PM_EVT_PEER_DATA_UPDATE_FAILED...
Hi,
I am working on the nRF52840 Development Kit and I want to merge between ble_app_uart to usbd_cdc_acm examples.
I opened the usbd_cdc_acm example and added all .c...
Hello.
I have the problem with USB connection with NRF_LOG_ENABLED.
I am using my custom board, NRF52840 QIAABB version. I have enabled CLI over RTT, softdevice. I am using...
Problem: I use a button with a pull-up to wake up the device (nrf52832) from power_off, but by the time the bootloader verifies the application and jumps, the button may have...
Hi guys,
I am developing a appilication using nrf51822 using SDK 11. I am trying to use Fstorage and FDS to store data. I need this data to be updated frequently. As I...
Hello the Nordic Team,
First, I wish you all a Happy New Year 2018, with a lot of good health and success in your professional and personal projects.
Secondly, I come...
Hello,
In sdk 14.2 configuration of LF clock with softdevice are in 2 header files (pca100xx.h and
sdk_config.h)
pca10040.h
// Low frequency clock source to be used...
Hi
I'm new in nordic development.
and i need sample code for LSM303AGR Accelerometer.
i found a LSM303AGR_ACC_Driver.h and c file but i have no idea how to use these...
Hi,
is it possible to use the onboard buck regulator of the nRF52840 to supply the 3V for the rest of the circuitry while nRF52840 is off (and also for the nRF52840 while...
I would like to be able to use the Nordic Connect app for debugging and be able to observe the current UUIDs/handles of my attributes as I change them.
I have attempted...
Hi,
I am using BL600 Development Kit(Laird).
Is it possible to develop my application on this kit using the Nordic tools( Keil IDE,SDK and soft-device)?
if yes, is...
Hello, I studying nRF51 SDK for mesh.
I have a nRF51822(PCA10028) is a Client, and three Server(two nRF52832-PCA10040, a nRF51822-PCA10028).
I did the same way with Light...