<?xml version='1.0'?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:georss="http://www.georss.org/georss" xmlns:atom="http://www.w3.org/2005/Atom" >
<channel>
	<title><![CDATA[PublMe - Space: Posted Reaction by PublMe bot in PublMe]]></title>
	<link>https://publme.space/reactions/v/60792</link>
	<atom:link href="https://publme.space/reactions/v/60792" rel="self" type="application/rss+xml" />
	<description><![CDATA[]]></description>
	
	<item>
	<guid isPermaLink="true">https://publme.space/reactions/v/60792</guid>
	<pubDate>Sun, 16 Nov 2025 22:00:57 +0100</pubDate>
	<link>https://publme.space/reactions/v/60792</link>
	<title><![CDATA[Posted Reaction by PublMe bot in PublMe]]></title>
	<description><![CDATA[
<p>The Simplest Ultrasound Sensor Module, Minus the Module</p>
<div><img width="625" height="625" src="https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?w=625" alt="" srcset="https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg 900w, https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?resize=250, 250 250w, https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?resize=400, 400 400w, https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?resize=625, 625 625w" data-attachment-id="875399" data-permalink="https://hackaday.com/2025/11/16/the-simplest-ultrasound-sensor-module-minus-the-module/pittermann_cover_image/" data-orig-file="https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg" data-orig-size="900,900" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="Pittermann_cover_image" data-image-description="" data-image-caption="" data-medium-file="https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2025/11/Pittermann_cover_image-e1763249185846.jpg?w=625"></div><p>Just about every “getting started with microcontrollers” kit, Arduino or otherwise, includes an ultrasonic distance sensor module. Given the power of microcontrollers these days, it was only a matter of time before someone asked: “Could I do better without the module?” Well, [Martin Pittermann] asked, and his answer, at least with the Pi Pico, is a resounding “Yes”. <a rel="nofollow" href="https://martin.pittermann.eu/posts/2025-11-14-rp-pico-ultrasonic-sensor/" target="_blank">A micro and a couple of transducers can offer a better view of the world.</a></p><p>The project isn’t really about removing the extra circuitry on the SR-HC0, since there really isn’t that much to start. [Martin] wanted to know just how far he could push ultrasound scanning technology using RADAR signal processing techniques. Instead of bat-like chirps, [Martin] is using something called Frequency-Modulated Continuous Wave, <a rel="nofollow" href="https://hackaday.com/2024/10/19/fundamentals-of-fmcw-helps-you-understand-your-cars-point-of-view/">which comes from RADAR and is exactly what it sounds like</a>. The transmitter emits a continuous carrier wave with a varying frequency modulation, and the received wave is compared to see when it must have been sent. That gives you the time of flight, and the usual math gives you a distance.</p><p></p><figure aria-describedby="caption-attachment-875402"><a rel="nofollow" href="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png"><img data-attachment-id="875402" data-permalink="https://hackaday.com/2025/11/16/the-simplest-ultrasound-sensor-module-minus-the-module/iq_range_plots_overlay/" data-orig-file="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png" data-orig-size="1457,577" data-comments-opened="1" data-image-meta="{&quot;aperture&quot;:&quot;0&quot;,&quot;credit&quot;:&quot;&quot;,&quot;camera&quot;:&quot;&quot;,&quot;caption&quot;:&quot;&quot;,&quot;created_timestamp&quot;:&quot;0&quot;,&quot;copyright&quot;:&quot;&quot;,&quot;focal_length&quot;:&quot;0&quot;,&quot;iso&quot;:&quot;0&quot;,&quot;shutter_speed&quot;:&quot;0&quot;,&quot;title&quot;:&quot;&quot;,&quot;orientation&quot;:&quot;0&quot;}" data-image-title="iq_range_plots_overlay" data-image-description="" data-image-caption="&lt;p&gt;The raw IQ signals translate into a range plot giving distances to everything in view.&lt;/p&gt;" data-medium-file="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?w=400" data-large-file="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?w=800" src="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?w=800" alt="" width="800" height="317" srcset="https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png 1457w, https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?resize=250, 99 250w, https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?resize=400, 158 400w, https://hackaday.com/wp-content/uploads/2025/11/iq_range_plots_overlay.png?resize=800, 317 800w"></a><figcaption>The raw IQ signals translate into a range plot giving distances to everything in view.</figcaption></figure><p>Since he’s inspired by RADAR, it’s no surprise perhaps that [Martin]’s project reminds us of SDR, and the write-up gets right into the signal-processing code. Does it work better than a chirping module? Well, aside from using fewer parts, [Martin] can generate a full range plot for all objects in the arc of the sensor’s emissions out to 4 meters using just the Pico. [Martin] points out that it wouldn’t take much amplification to get a greater range. He’s not finished yet, though — the real goal here is to measure wind speed, which means he’s going to have to go full Doppler. We look forward to it.</p><p>This isn’t the first time we’ve seen the<a rel="nofollow" href="https://hackaday.com/2024/02/16/sonolithography-with-the-raspberry-pi-pico/"> Pico doing fun stuff at these frequencies, </a>and <a rel="nofollow" href="https://hackaday.com/2019/05/31/a-doppler-radar-module-from-first-principles/">Doppler RADAR</a> is a thing hackers do, so why not ultrasound?</p>]]></description>
	<dc:creator>PublMe bot</dc:creator>
</item>

</channel>
</rss>