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...
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...
Hello.
Hello.
I am trying to install pc-ble-driver-js on my computer but it fails to install. If anyone could guide me how to install it, that will be appreciated...
I'm having a strange problem where the Supervision timeout does not seem to work right at the point the connection is initiated (sd_ble_gap_connect() was called but BLE_GAP_EVT_CONNECTED...
I'm using the SPI in slave mode and have a very high power draw: > 2 mA. The issue happens both in my application + custom board as well as with the dev-kit + SPIS example...
Hello
I just have some small queries.
Let's say that I am scanning continuously for advertisement packets. I think the MAC address of the devices sending these packets...
Hello
We have two boards PCA10040, client and peripheral. Blinky exemple.
The project is with two buttons on peripheral side and 2 leds on the client side.
If we hold...
i haven't seen any code posted for the HC-SR04 ultrasonic distance sensor connected to the nRF24LE1, so i rolled my own, see below. it works well enough. the sensor runs on...
Hi all!
I've been working on a firmware to timestamp GPIO events using PPI in nRF52, and it works:
github.com/HiveTracker/firmware (more context: hivetracker.github.io...
Hello,
We're preparing to build a new application based on the examples available in the Mesh sdk and wondering if you have any tips on how to extract only the files needed...
I run a basic code on nRF52832 and measure the power consumption of the chip (using DVM). The current consumption is 400 uA which is a lot just for a single timer in my application...
The tutorial is a huge help. I've been working on this for some days now, and it looks like I'm almost there. But just one last hurdle (I hope). The title pretty much says...
Hi Nordic Support,
I am trying to use BLE DFU. But for the first step I can not find the example that
is mentioned at this link: https://infocenter.nordicsemi.com/index...
Hi,
I'm working on sending string data over mesh by following this case , my message is printed on server side in mesh_msg_handle() function (access.c file), but I want...
Hello guys I'm using windows (10) using parallels in a virtual machine in mac (high sierra), all in its latest version.
The board is a PCA10040 V1.1.0. with the bootloader...
I program SD132 into nrf52832 and then program bootloader secure into nrf52832. on nRFToolbox is show name " DFUTARG" I'm using nRFToolbox for OTA. When OTA process is successful...
Hellou, I am developing apllication mesh application from example light switch. In application program i receive data from mesh and this data is stored to external serial...