Electrical and Electronic Engineering

Sponsored
Rust

Ultrasonic ranging with Rust on Raspberry Pi Pico

This article describes how to connect the ultrasonic ranging module HC-SR04 to a Raspberry Pi Pico and control them with the Rust language to measure distances to objects.
Rust

Collection of embedded Rust implementation examples – Electronics with Raspberry Pi Pico

This article is a collection of tips for embedding the Rust language into a Raspberry Pi Pico .You can find the corresponding code notation by what you want to achieve with each electronic part. We will add to it from time to time, so it might be a good idea if you come back to look at it often.
Electrical and Electronic Engineering

Formulae and proofs of the Δ-Y (delta-star) conversion

Both delta and star (Y) circuits are circuits with three resistors connected. Using the Δ-Y (delta-star) conversion formula, you can calculate the combination of resistor values that make these circuits equivalent. Read this article to understand the principle of the Delta-Y conversion formula and its proof.
Rust

The lightning introduction for Embedded Rust with Raspberry Pi Pico

This article explains how to run LED blinking using a handy template to get you started with embedded development in Rust at blazing speed. By reading this article, you will be able to run the Raspberry Pi Pico in 10 minutes and be able to do the electronics development you want with the help of references.