App note: Introduction to the silicon photomultiplier (SiPM)

App note from ON Semiconductors about SiPM sensors, explaining the working principle and primary performance parameters. Link here (PDF) The Silicon Photomultiplier (SiPM) is a sensor that addresses the challenge of sensing, timing and quantifying low-light signals down to the single-photon level. Traditionally the province of the Photomultiplier Tube (PMT), the Silicon Photomultiplier now offers […]

App note: USB audio bridge example with STM32F0 MCUs

App note from STMicroelectronics using their STM32F0 microcontrollers to playback audio stream from USB. Link here (PDF) This application note describes a method and an example of synchronizing audio playback or audio recording with an upstream or downstream USB audio host, ensuring flawless audio listening or recording using only internal MCU resources. Focusing on specific […]

Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. The coupon code usually go to Facebook ‘Other’ Messages Folder . More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three […]

Controlling an HMC624LP4E RF attenuator using Arduino

Kerry Wong writes: For simplicity, I used a single rotary encoder for controlling the attenuation. In order to prevent accidentally changing the set attenuation value, I used the built-in switch of the rotary encoder as the lock/adjust control. The idea is that the attenuation value can only be adjusted when the switch is in the […]

A limited attenuation high-pass filter for the KiwiSDR

KA7OEI published a new build: One of the issues common with using a broad-band, direct-sampling SDR (software-defined radio) like the KiwiSDR is that of overload by strong, low-frequency signals, such as those on the AM (mediumwave) broadcast band – but there’s another problem that should be considered as well:  The high generally-high signal levels at […]

App note: USB Type-C protection and filtering

STMicroelectronics’ solution for simplifying USB Type-C protection and filtering using transient voltage suppressors, common mode filtering and proper board layout. Link here (PDF) The USB interface has been present on the market for nearly 2 decades and thanks to that, nowadays it is quite obvious for everybody to connect electronic devices in this manner. However, […]

App note: How to select the right thyristor (SCR) for your application

SCR fundamentals discussed in this app note from STMicroelectronics. Link here (PDF) This document provides some guidelines about how to select the right thyristor, also referred to as “SCR”, according to the different applications. Some very specific cases could require a higher level of expertise to ensure reliable and efficient operation.  

Dual ultrasonic sensors combine for 2D echolocation

A how-to on making a Dual-sensor ultrasonic echo locator by lingib, project instructables here: This instructable explains how to pinpoint the location of an object using an Arduino, two ultrasonic sensors, and Heron’s formula for triangles. There are no moving parts. Heron’s formula allows you to calculate the area of any triangle for which all sides are […]

Free PCB coupon via Facebook to 2 random commenters

Every Friday we give away some extra PCBs via Facebook. This post was announced on Facebook, and on Monday we’ll send coupon codes to two random commenters. The coupon code usually go to Facebook ‘Other’ Messages Folder . More PCBs via Twitter on Tuesday and the blog every Sunday. Don’t forget there’s free PCBs three […]

Wavecatcher

Anfractuosity published a new build: “Acoustic cryptanalysis is a type of side channel attack that exploits sounds emitted by computers or other devices” Wavecatcher is a simple PCB that makes use of a MEMS ultrasound microphone, in order to capture audio to around 80kHz, with the goal of finding interesting ultrasound sources and playing with […]

ESP32 with multiple DS18B20 temperature sensors

Guide to ESP32 with multiple DS18B20 temperature sensors from Random Nerd Tutorials: This guide shows how to read temperature from multiple DS18B20 temperature sensors with the ESP32 using Arduino IDE. We’ll show you how to wire the sensors on the same data bus to the ESP32, install the needed libraries, and a sketch example you can […]