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...
I intend to use ESB to transmit data every a few hours. Since I want to use a beacon board, I assume the ESB app needs to sit on the S110 softdevice.
I added S110 to the...
Hello.
I use nRF51-DK and need to avoid appearing of the virtual drive during connection to PC (it's confusing my customers). So, I want a behavior as an old PCA10001:...
I am designing with the nRF51822 and I have a choice of either a 32Khz or 16MHz crystal. Can you tell me the advantages and disadvantages of both?
If the 32KHz crystal...
Hi,
I've got a question about the startup-process and power consumption using BLE&Advertising (sample code: nrf51-ble-tutorial-advertising )
I've got the "new" nrf51...
I would like to see app_trace_log messages on a terminal window on my PC.
I did the following things:
Added the define ENABLE_DEBUG_LOG_SUPPORT to my project in the...
Hello,
When I set min to 7.5 ms and max to 200 ms. Witch one is used at beginning (it looks like if it was max) ? Do transitions are done automatically depending on numbers...
The V3 S310 documentation appears to show that it can operate in a Central Role.
The BLE_GAP_SVCS enum has been modified to now include the following additional values
...
Hello,
I'll explain my project.
I developed a device that take a magnetism sample (with a sensor) each hour, but the device should be available all the time, because...
Hi,
I want to have a bootloader without softdevice on SDK 8.1.0
I do not want to change the SDK and it seems to me the SDK only works with softdevice.
Do you have such...
[Dev Env]
nRF51 DK
IoT SDK 0.8
IoT SoftDevice
[Question]
i am work in ipv6 coap Server example.
in main function pstorage_store/pstorage_update work well....
sdonly.zip softdevice.zip Custom board with a nRF51422, SD 310 rev 2.0.0, nRF Toolbox rev 2.4, iOS 8.4
When trying to use the DFU app to update my softdevice and/or the...
Unless I am not understanding the code correctly (highly possible...), once the bootloader has restarted into DFU mode, no bond is required to upload new firmware. This works...