<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: Bin Johnson</title>
    <description>The latest articles on DEV Community by Bin Johnson (@bin_johnson_e464fb7273f27).</description>
    <link>https://dev.to/bin_johnson_e464fb7273f27</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3990333%2F5db0a433-1a61-40d5-86fb-3245ae006edc.jpg</url>
      <title>DEV Community: Bin Johnson</title>
      <link>https://dev.to/bin_johnson_e464fb7273f27</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/bin_johnson_e464fb7273f27"/>
    <language>en</language>
    <item>
      <title>Building an IoT Architecture for Acoustic Condition Monitoring</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Thu, 27 Aug 2026 05:26:45 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-iot-architecture-for-acoustic-condition-monitoring-3689</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-iot-architecture-for-acoustic-condition-monitoring-3689</guid>
      <description>&lt;p&gt;Building an IoT Architecture for Acoustic Condition Monitoring&lt;/p&gt;

&lt;p&gt;Acoustic condition monitoring combines sensing, signal processing, connectivity, and analytics.&lt;/p&gt;

&lt;p&gt;A basic architecture can include several layers.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Acoustic Sensors&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Sensors capture acoustic or ultrasonic signals from equipment and physical environments.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Signal Conditioning&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Signal-conditioning hardware prepares sensor signals for reliable acquisition and analysis.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Acquisition&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;DAQ systems convert incoming signals into usable digital data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Edge Processing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Edge processors can analyze data close to the equipment and reduce the need to send every raw signal to the cloud.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IoT Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Gateways can connect field devices with cloud platforms, SCADA systems, or other enterprise applications.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Signal-processing and analytics tools can identify patterns and potential anomalies.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Maintenance Workflow&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Relevant findings can support inspection, troubleshooting, and maintenance decisions.&lt;/p&gt;

&lt;p&gt;Architecture&lt;/p&gt;

&lt;p&gt;Acoustic Sensor → Conditioning → DAQ → Edge → IoT → Analytics → Maintenance&lt;/p&gt;

&lt;p&gt;The important part is designing the system around the actual monitoring objective—not simply collecting as much acoustic data as possible.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://acoustictestingpro.com/" rel="noopener noreferrer"&gt;https://acoustictestingpro.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AcousticTesting #IoT #UltrasonicTesting #ConditionMonitoring #PredictiveMaintenance
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Architecture for Predictive Maintenance</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Thu, 27 Aug 2026 04:48:53 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-predictive-maintenance-41oh</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-predictive-maintenance-41oh</guid>
      <description>&lt;p&gt;Building an AIoT Architecture for Predictive Maintenance&lt;/p&gt;

&lt;p&gt;Predictive maintenance requires a connection between physical equipment and intelligent software.&lt;/p&gt;

&lt;p&gt;A typical AIoT architecture can contain several layers.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sensors&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Industrial sensors collect information about equipment condition and operating behavior.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;IoT gateways and networks transfer data from physical equipment into digital systems.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Pipeline&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Machine, production, and maintenance data can be collected and organized for analysis.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Edge Processing&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Edge systems can process relevant information close to the equipment when low-latency analysis is required.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI &amp;amp; Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Models can identify abnormal patterns, equipment degradation, and other signals associated with potential maintenance requirements.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Maintenance Intelligence&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Insights can be connected to maintenance planning and operational workflows.&lt;/p&gt;

&lt;p&gt;The architecture can be summarized as:&lt;/p&gt;

&lt;p&gt;Equipment → Sensors → IoT → Data → AI → Prediction → Maintenance Decision&lt;/p&gt;

&lt;p&gt;The real value comes from connecting equipment condition with broader operational context.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #PredictiveMaintenance #IoT #IndustrialAI #DevOps
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building a Digital Access-Governance Architecture for Construction</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Wed, 26 Aug 2026 13:46:45 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-a-digital-access-governance-architecture-for-construction-35d8</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-a-digital-access-governance-architecture-for-construction-35d8</guid>
      <description>&lt;p&gt;Building a Digital Access-Governance Architecture for Construction&lt;/p&gt;

&lt;p&gt;Construction sites are dynamic environments.&lt;/p&gt;

&lt;p&gt;Access points, work zones, contractors, and workforce permissions can change throughout the project lifecycle.&lt;/p&gt;

&lt;p&gt;A digital access-governance architecture can connect these moving parts.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Workforce Identity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Workers can be associated with digital credentials through technologies such as RFID, BLE, NFC, QR, or biometric verification.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Credential Management&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system can maintain contractor credentials, temporary passes, and authorization information.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Access Control&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Smart gates, turnstiles, readers, and other access infrastructure can enforce entry policies.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Restricted Zones&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Access rules can be applied to specific work areas based on authorization and project requirements.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Visitor &amp;amp; Delivery Management&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Visitors and material-delivery personnel can be incorporated into controlled access workflows.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Access events can be analyzed to provide broader workforce and site visibility.&lt;/p&gt;

&lt;p&gt;The architecture becomes:&lt;/p&gt;

&lt;p&gt;Identity → Credentials → Authorization → Access Point → Event Data → Analytics&lt;/p&gt;

&lt;p&gt;For complex construction environments, the objective is to create governed access rather than simply recorded access.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://commconai.com/" rel="noopener noreferrer"&gt;https://commconai.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  ConstructionTech #AccessGovernance #IoT #RFID #ConstructionAI
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Architecture for Access Control</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Wed, 26 Aug 2026 13:28:47 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-access-control-45l5</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-access-control-45l5</guid>
      <description>&lt;p&gt;Building an AIoT Architecture for Access Control&lt;/p&gt;

&lt;p&gt;Modern physical-security systems can generate information from multiple sources.&lt;/p&gt;

&lt;p&gt;The challenge is connecting these sources into a useful operational picture.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RFID, BLE credentials, biometrics, or other technologies can associate an individual with an access event.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Access Control&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected doors, gates, and other access points generate digital events.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Location technologies can provide additional context about where people or assets are operating.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IoT Sensors&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Environmental and operational sensors can add physical-world context.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Gateways and networks transfer information from field devices to digital platforms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Platform&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system can bring together:&lt;/p&gt;

&lt;p&gt;Identity + Access + Location + Sensor Data + Time&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;AI and analytics can help identify patterns within the connected information.&lt;/p&gt;

&lt;p&gt;A simplified architecture is:&lt;/p&gt;

&lt;p&gt;Identity → Access → Location → IoT → Data → Analytics → Security Intelligence&lt;/p&gt;

&lt;p&gt;The objective is not to replace established security procedures.&lt;/p&gt;

&lt;p&gt;It's to create a more connected information layer for physical environments.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #AccessControl #PhysicalSecurity #IndustrialIoT #DataEngineering
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building a Workforce Intelligence Architecture for Construction Sites</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Mon, 24 Aug 2026 16:14:02 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-a-workforce-intelligence-architecture-for-construction-sites-25p6</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-a-workforce-intelligence-architecture-for-construction-sites-25p6</guid>
      <description>&lt;p&gt;Construction sites are complex physical environments where people, equipment, materials, and schedules interact every day.&lt;/p&gt;

&lt;p&gt;A workforce intelligence platform can help connect these different operational layers.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Workforce Identification&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Digital identification systems can provide information about workers entering and operating within a site.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Site Access Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Access systems can provide visibility into site entry and movement events.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location &amp;amp; Activity Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected technologies can help create better understanding of workforce activity across different zones.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Integration&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Information from multiple sources can be combined into a unified operational view.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics Layer&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analytics can help identify patterns and provide useful insights.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Construction Applications&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Dashboards and applications can support project teams with better operational visibility.&lt;/p&gt;

&lt;p&gt;Architecture:&lt;/p&gt;

&lt;p&gt;Worker → Access → Site Data → Integration → Analytics → Construction Intelligence&lt;/p&gt;

&lt;p&gt;The objective is creating a connected information layer for modern construction operations.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://commconai.com/" rel="noopener noreferrer"&gt;https://commconai.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  ConstructionTech #ConTech #WorkforceIntelligence #DigitalConstruction
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Architecture for Asset Tracking</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Mon, 24 Aug 2026 15:53:33 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-asset-tracking-5cda</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-asset-tracking-5cda</guid>
      <description>&lt;p&gt;Building an AIoT Architecture for Asset Tracking&lt;/p&gt;

&lt;p&gt;Asset tracking becomes more useful when location data is connected with other operational information.&lt;/p&gt;

&lt;p&gt;A basic system may answer:&lt;/p&gt;

&lt;p&gt;“Where is the asset?”&lt;/p&gt;

&lt;p&gt;An AIoT architecture can go further by connecting asset identity, location, IoT infrastructure, and operational data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Asset Identification&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RFID, BLE, sensors, or other technologies can provide a digital identity for physical assets.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Location technologies can provide information about where an asset is within a defined environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IoT Infrastructure&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected devices and gateways collect and transmit physical-world data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Pipeline&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Data from different sources can be collected and organized into a common platform.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI &amp;amp; Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analytics can help turn asset data into operational insights.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Applications&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Dashboards and applications can make the information useful to operations teams.&lt;/p&gt;

&lt;p&gt;The architecture can be summarized as:&lt;/p&gt;

&lt;p&gt;Asset → Identify → Locate → Connect → Analyze → Operational Insight&lt;/p&gt;

&lt;p&gt;This approach can support the broader goal of asset visibility, rather than treating tracking as an isolated function.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #AssetTracking #IoT #IndustrialIoT #SoftwareArchitecture
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Architecture for Workforce Safety</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Fri, 21 Aug 2026 06:33:26 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-workforce-safety-932</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-workforce-safety-932</guid>
      <description>&lt;p&gt;Building an AIoT Architecture for Workforce Safety&lt;/p&gt;

&lt;p&gt;Workforce safety in industrial environments can involve more than monitoring individual workers.&lt;/p&gt;

&lt;p&gt;It can require understanding the relationship between people, locations, assets, equipment, and physical conditions.&lt;/p&gt;

&lt;p&gt;AIoT can connect these different layers.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Workforce Identification&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RFID, BLE, wearables, credentials, or other technologies can provide digital identification depending on the use case.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Location technologies can provide information about where workers are operating within a defined environment.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Access Control&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Access systems can provide information about movement through controlled areas.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Environmental Sensors&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;IoT sensors can monitor relevant environmental conditions.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Gateways and networks connect field devices with edge or cloud platforms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Platform&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system can bring together:&lt;/p&gt;

&lt;p&gt;Identity + Location + Access + Sensors + Time + Operational Context&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analytics can help identify patterns and events that may require attention.&lt;/p&gt;

&lt;p&gt;The simplified architecture becomes:&lt;/p&gt;

&lt;p&gt;Worker → Identification → Location/Sensors → Connectivity → Data → Analytics → Safety Insight&lt;/p&gt;

&lt;p&gt;The technology should support defined safety objectives and appropriate organizational policies.&lt;/p&gt;

&lt;p&gt;The goal is to turn physical-world information into useful safety intelligence.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #IoT #WorkplaceSafety #IndustrialIoT #WorkerSafety
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Understanding a Guided Wave Ultrasonic Testing Technology Stack</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Fri, 21 Aug 2026 06:16:53 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/understanding-a-guided-wave-ultrasonic-testing-technology-stack-1mb0</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/understanding-a-guided-wave-ultrasonic-testing-technology-stack-1mb0</guid>
      <description>&lt;p&gt;Understanding a Guided Wave Ultrasonic Testing Technology Stack&lt;/p&gt;

&lt;p&gt;Guided Wave Ultrasonic Testing uses ultrasonic guided waves that travel along a structure.&lt;/p&gt;

&lt;p&gt;A modern GWUT workflow involves several components.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Transducer System&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A ring or array of transducers can be positioned around a suitable structure to generate and receive guided waves.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Guided Wave Generation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system generates controlled ultrasonic waves that travel along the structure.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Signal Reception&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Reflections from changes in the structure can be detected by the system.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Acquisition&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The inspection equipment captures the returning signals for analysis.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Signal Analysis&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The collected data can be analyzed to identify areas that may require further investigation.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location Estimation&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system can help estimate the position of a detected indication relative to the inspection location.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Follow-Up Inspection&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Potential indications can then be investigated using an appropriate detailed NDT method.&lt;/p&gt;

&lt;p&gt;The workflow can be summarized as:&lt;/p&gt;

&lt;p&gt;Transducers → Guided Waves → Signal Reception → Data Acquisition → Analysis → Screening → Follow-Up Inspection&lt;/p&gt;

&lt;p&gt;The key idea is that GWUT can provide long-range screening, while detailed inspection methods can be used to characterize specific areas.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://acoustictestingpro.com/" rel="noopener noreferrer"&gt;https://acoustictestingpro.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  GWUT #UltrasonicTesting #NDT #PipelineInspection #IndustrialTechnology
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Industrial Intelligence Platform</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Thu, 20 Aug 2026 06:55:48 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-industrial-intelligence-platform-3n46</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-industrial-intelligence-platform-3n46</guid>
      <description>&lt;p&gt;Building an AIoT Industrial Intelligence Platform&lt;/p&gt;

&lt;p&gt;Industrial environments produce data from many different sources.&lt;/p&gt;

&lt;p&gt;Sensors generate signals.&lt;/p&gt;

&lt;p&gt;Tracking systems generate location data.&lt;/p&gt;

&lt;p&gt;Machines generate operational information.&lt;/p&gt;

&lt;p&gt;Business applications generate digital records.&lt;/p&gt;

&lt;p&gt;The challenge is connecting these sources into a useful intelligence layer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IoT Infrastructure&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Sensors, devices, gateways, and connectivity systems connect physical assets to digital platforms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Pipelines&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Data pipelines move and organize information from different sources.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Platform&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A centralized data layer can provide a common foundation for multiple applications.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;AI Models&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;AI models can analyze operational data and identify patterns or other useful insights.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Application Modules&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Different industrial use cases can consume the intelligence layer through dedicated applications.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Operational Workflows&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The final objective is to turn insights into actions within real industrial environments.&lt;/p&gt;

&lt;p&gt;A simplified architecture is:&lt;/p&gt;

&lt;p&gt;Physical Assets → IoT → Data Pipelines → AI → Applications → Operations&lt;/p&gt;

&lt;p&gt;This architecture can support different AIoT use cases without requiring every application to build its own disconnected infrastructure.&lt;/p&gt;

&lt;p&gt;The key idea is not simply more IoT or more AI.&lt;/p&gt;

&lt;p&gt;It's the combination of both to create intelligence for the physical world.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #IndustrialIoT #ArtificialIntelligence #DataEngineering #SmartIndustry
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Understanding a Connected PAUT Technology Stack</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Thu, 20 Aug 2026 06:38:47 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/understanding-a-connected-paut-technology-stack-329f</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/understanding-a-connected-paut-technology-stack-329f</guid>
      <description>&lt;p&gt;Understanding a Connected PAUT Technology Stack&lt;/p&gt;

&lt;p&gt;Phased Array Ultrasonic Testing combines ultrasonic inspection with electronically controlled arrays.&lt;/p&gt;

&lt;p&gt;But a modern PAUT workflow can involve much more than the probe itself.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Phased Array Probe&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;A PAUT probe contains multiple elements that can be individually controlled.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Instrument&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The instrument controls the array elements and manages transmission and reception of ultrasonic signals.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Beamforming&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Electronic control of the elements can allow the ultrasonic beam to be steered and focused according to the inspection configuration.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Acquisition&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The inspection system captures the resulting ultrasonic information digitally.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Visualization&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;PAUT data can be presented through different visualization methods to help inspectors evaluate the inspection results.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Storage&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Digital inspection information can be stored for review and traceability.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Reporting&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Inspection results can be incorporated into structured digital reports.&lt;/p&gt;

&lt;p&gt;A simplified workflow is:&lt;/p&gt;

&lt;p&gt;PAUT Probe → Instrument → Beamforming → Data Acquisition → Visualization → Analysis → Report&lt;/p&gt;

&lt;p&gt;The technology becomes even more valuable when inspection data can be integrated into broader digital inspection workflows.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://acoustictestingpro.com/" rel="noopener noreferrer"&gt;https://acoustictestingpro.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  PAUT #UltrasonicTesting #NDT #IndustrialTechnology #Inspection
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an AIoT Architecture for Smart Access Control</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Wed, 19 Aug 2026 05:18:01 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-smart-access-control-32n8</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-aiot-architecture-for-smart-access-control-32n8</guid>
      <description>&lt;p&gt;Building an AIoT Architecture for Smart Access Control&lt;/p&gt;

&lt;p&gt;Access control systems traditionally focus on a simple question:&lt;/p&gt;

&lt;p&gt;Who is allowed to enter?&lt;/p&gt;

&lt;p&gt;AIoT can expand that model by connecting access events with additional physical-world data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Identity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;RFID, BLE credentials, biometrics, or other technologies can associate an access event with a person or credential.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Access Points&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected doors, gates, turnstiles, and other access points generate event data.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Location&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Location technologies can provide additional context about where people or assets are operating.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Sensors&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;IoT sensors can provide environmental or operational information around the access event.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Gateways and networks connect field devices to edge or cloud platforms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Data Platform&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The system can combine:&lt;/p&gt;

&lt;p&gt;Identity + Access + Location + Time + Context&lt;/p&gt;

&lt;p&gt;into a centralized data layer.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analytics and AI can help identify patterns or unusual combinations of events.&lt;/p&gt;

&lt;p&gt;The architecture becomes:&lt;/p&gt;

&lt;p&gt;Identity → Access Event → Sensors/Location → Connectivity → Data → Analytics → Action&lt;/p&gt;

&lt;p&gt;The opportunity is to move from isolated door-access records toward connected physical-security intelligence.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://apertureventurestudio.com/" rel="noopener noreferrer"&gt;https://apertureventurestudio.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  AIoT #IoT #AccessControl #PhysicalSecurity #IndustrialIoT
&lt;/h1&gt;

</description>
    </item>
    <item>
      <title>Building an IoT + AI Architecture for Construction Schedule Visibility</title>
      <dc:creator>Bin Johnson</dc:creator>
      <pubDate>Wed, 19 Aug 2026 05:04:44 +0000</pubDate>
      <link>https://dev.to/bin_johnson_e464fb7273f27/building-an-iot-ai-architecture-for-construction-schedule-visibility-12md</link>
      <guid>https://dev.to/bin_johnson_e464fb7273f27/building-an-iot-ai-architecture-for-construction-schedule-visibility-12md</guid>
      <description>&lt;p&gt;Building an IoT + AI Architecture for Construction Schedule Visibility&lt;/p&gt;

&lt;p&gt;Construction schedules are usually managed digitally.&lt;/p&gt;

&lt;p&gt;But the events that affect those schedules happen in the physical world.&lt;/p&gt;

&lt;p&gt;A crew waits.&lt;/p&gt;

&lt;p&gt;Equipment becomes unavailable.&lt;/p&gt;

&lt;p&gt;Materials arrive late.&lt;/p&gt;

&lt;p&gt;An area becomes inaccessible.&lt;/p&gt;

&lt;p&gt;The challenge is connecting these physical events with project intelligence.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Workforce Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected workforce systems can provide information about presence, movement, and activity.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Equipment Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Equipment tracking and utilization data can provide information about availability and activity.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Site Access&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Access systems can provide information about movement through controlled areas.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Material &amp;amp; Asset Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Connected inventory and asset systems can provide additional operational context.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;IoT Connectivity&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Gateways can connect field devices and sensors with edge or cloud platforms.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Project Data&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Schedule and project-management information provides the planned baseline.&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Analytics &amp;amp; AI&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;Analytics can compare operational events with planned activities and highlight patterns that may deserve attention.&lt;/p&gt;

&lt;p&gt;The architecture can look like:&lt;/p&gt;

&lt;p&gt;Physical Site → Sensors/Systems → Connectivity → Data Platform → Analytics → Project Intelligence&lt;/p&gt;

&lt;p&gt;The objective isn't to replace project managers.&lt;/p&gt;

&lt;p&gt;It's to give them better visibility into the physical events that can influence project schedules.&lt;/p&gt;

&lt;p&gt;🌐 &lt;a href="https://commconai.com/" rel="noopener noreferrer"&gt;https://commconai.com/&lt;/a&gt;&lt;/p&gt;

&lt;h1&gt;
  
  
  IoT #ConstructionAI #ConTech #ConstructionTechnology #ProjectManagement
&lt;/h1&gt;

</description>
    </item>
  </channel>
</rss>
