<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>On the Line</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/</link><description>A design challenge centred on adding intelligence to production lines, with projects that monitor processes, test products, and improve uptime through automation and data-driven control.  Participants build and share practical industrial solutions, showing</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>Forum Post: Forum#1 : Introduction – Industrial Line Sentinel (ILS)</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/f/forum/56906/forum-1-introduction-industrial-line-sentinel-ils</link><pubDate>Mon, 04 May 2026 01:45:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:3ce9153a-2aff-4637-abc7-4b3af66c76e4</guid><dc:creator>skruglewicz</dc:creator><description>Hello Everyone, I am excited to announce my participation in the On The Line – Design Challenge ! This challenge provides a perfect opportunity to expand my existing work into the domain of Smart Industry by focusing on edge computing and robust system design. This introductory post serves to outline my initial concepts and detailed ideas for the challenge. My objective is clear: to design, test, and implement a highly robust system, culminating in a detailed project final blog that fulfills the formal competition requirements. The primary focus of this specific project within the &amp;quot;On The Line&amp;quot; challenge will be the development of a specialized edge node I’m calling the Industrial Line Sentinel (ILS) . My strategic plan is to configure this device to function as a highly connected and intelligent sensor node within the broader ecosystem of my ongoing Adaptive Sentinel: Security &amp;amp; Surveillance Hub project. By integrating a Smart Industry-themed edge device into the Adaptive Sentinel&amp;#39;s existing architecture—which utilizes the Arduino UNO Q as a central coordinator and MAX32630FTHR nodes for distributed intelligence—I aim to demonstrate true cross-challenge synergy. This new node will leverage the established communication framework to feed specialized industrial telemetry back to the central hub, enhancing the overall system&amp;#39;s situational awareness. I am proud to introduce my Smart Industry-themed edge device, the Industrial Line Sentinel (ILS) , a high-reliability monitoring system engineered for professional industrial environments. By integrating the high-performance Arduino UNO Q with the Analog Devices MAX33041E Shield , this project establishes a resilient safety hub focused on real-time hazard-zone surveillance and rigorous PPE compliance monitoring. The ILS is defined by several core technical innovations: Dual-Brain System Architecture: The ILS utilizes the dual-core capabilities of the Arduino UNO Q to decouple high-level computational &amp;quot;Intelligence&amp;quot; from deterministic, real-time &amp;quot;Action.&amp;quot; Cortex-A53 AI Vision: A quantized MobileNet-SSD model is deployed within a Docker container to identify safety equipment and detect unauthorized zone entries. Cortex-M33 Real-Time Safety: Dedicated to safety logic and sensor monitoring, this core broadcasts Emergency Stop frames through the CAN shield immediately upon detecting a violation. Digital Twin &amp;amp; Telemetry: Remote monitoring and safety heatmaps are managed via Emerson | NI LabVIEW integration. By leveraging the Arduino UNO Q’s dual-core architecture, my project solves the &amp;#39;Latency vs. Intelligence&amp;#39; trade-off in industrial safety. While the A53 handles complex AI vision for PPE detection, the M33 ensures a deterministic, real-time response via the ADI MAX33041E CAN transceiver, ensuring that a safety stop is issued in milliseconds, regardless of Linux OS overhead.&amp;quot; The Industrial Line Sentinel (ILS) A Multi-Core, Multi-Protocol Predictive Maintenance &amp;amp; Quality Control Hub 1. Project Overview The ILS is a &amp;quot;Smart Edge&amp;quot; gateway that leverages the Arduino UNO Q’s dual-brain architecture to solve two industrial problems simultaneously: Vision-Based Quality Control: Using the Cortex-A53 to run a &amp;quot;Lite&amp;quot; version of your Sentinel object-detection model to identify assembly line defects or safety violations in real-time. Environmental Telemetry &amp;amp; CAN Connectivity: Using the Cortex-M33 and the ADI MAX33041E Shield to monitor high-temperature/humidity conditions and broadcast system health over a robust industrial CAN bus. 2. Technical Architecture &amp;amp; Component Integration Component Role in the ILS Arduino UNO Q (2GB) Primary Hub. The A53 core runs the vision model in a Docker container (using your &amp;quot;Bricks&amp;quot; methodology), while the M33 manages real-time interrupts from sensors. ADI MAX33041E Shield The Backbone. Interfaces the UNO Q with an industrial CAN network. It will broadcast error codes (e.g., &amp;quot;High Temp Alarm&amp;quot;) to other machinery or a central PLC. OmegaDwyer 5SRTC Thermocouples Predictive Maintenance. Placed directly on motor housings or heating elements to detect thermal runaway before a failure occurs. OmegaDwyer Humidity Sensor Corrosion Prevention. Monitors the ambient environment of sensitive electronic enclosures on the line. LabVIEW (Emerson | NI) The Digital Twin. I will build a custom LabVIEW dashboard to visualize the vision feed and sensor telemetry, providing a &amp;quot;Command Center&amp;quot; view of the production line. MAX32666FTHR (External) Remote Sensor Node. This board will act as a secondary CAN node, simulating a remote part of the factory floor sending data back to the UNO Q Hub. 3. Why This Project is Innovative Solving &amp;quot;Core Contention&amp;quot;: Most projects use an SBC as a simple computer. My project utilizes the RPC Bridge to offload critical timing (CAN frames and Thermocouple ADC reads) to the M33, ensuring that even if the A53 is under heavy vision-processing load, the safety-critical monitoring never skips a beat. Fault-Tolerant Communication: By using the MAX33041E, the project demonstrates a level of electrical robustness (+/-40V protection) that is often missing from hobbyist designs but mandatory for the &amp;quot;On The Line&amp;quot; theme. Containerized Industrial AI: Building on my previous research, I will document how to optimize the Docker/Debian environment on the 2GB UNO Q to prevent the &amp;quot;Swap Exhaustion&amp;quot; issues I&amp;#39;ve previously identified, ensuring 24/7 uptime. NEXT refine the &amp;quot;Vision Model&amp;quot; description to be more specific (e.g. detecting worker safety gear)? Vision Model &amp;amp; Software Strategy Given my experience with the Arduino UNO Q and the memory constraints you identified (2GB RAM), I recommend focusing on &amp;quot;Safety-Critical Zone Monitoring&amp;quot; (PPE &amp;amp; Hazard Detection) . This is more &amp;quot;Industrial&amp;quot; than simple screw counting and allows you to showcase the Dual-Brain architecture perfectly. 1. The Vision Use Case: PPE &amp;amp; Proximity Enforcement Instead of just &amp;quot;seeing,&amp;quot; the system will act as an intelligent safety gate. It will monitor a specific workstation to: Detect PPE Compliance: Ensure the operator is wearing high-visibility vests or safety glasses. Hazard Proximity: Define a &amp;quot;Red Zone&amp;quot; around moving machinery. If a human limb enters the zone, the system triggers an immediate stop. Environmental Context: Cross-reference vision data with the OmegaDwyer Humidity Sensor and Thermocouples . For example, if humidity is above 80% (slippery conditions), the &amp;quot;Safety Zone&amp;quot; radius automatically increases via software logic. 2. The Software Stack (Optimized for 2GB RAM) To avoid the Swap Exhaustion issues you noted in your review, the vision pipeline will be strictly optimized: Model: A quantized YOLOv8-Small or MobileNetV3-SSD running via OpenVINO or TensorFlow Lite . Execution: The A53 core will run a Headless Debian Container (no GUI). I will implement a &amp;quot;Motion Trigger&amp;quot; so the heavy inference engine only spins up when the OmegaDwyer sensors or a PIR sensor detect activity, saving power and memory. Communication: I will use the Arduino RPC (Remote Procedure Call) bridge to send a simple 1-byte &amp;quot;STOP&amp;quot; or &amp;quot;GO&amp;quot; signal from the A53 (Linux side) to the M33 (Real-time side). 3. Real-Time Hardware Integration This is where you win the challenge. Most challengers will just blink an LED. You will: CAN Bus Emergency Stop: When the vision model detects a safety breach, the M33 core will immediately broadcast a high-priority CAN Frame via the MAX33041E Shield . Fault Tolerance: You can highlight the &amp;#177;40V Fault Protection of the ADI shield as a reason why this system is &amp;quot;Production Ready&amp;quot;—it won&amp;#39;t fry if a high-voltage industrial line shorts to the CAN bus. LabVIEW Telemetry: The Emerson | NI LabVIEW dashboard will display a &amp;quot;Safety Heatmap&amp;quot; showing where breaches occur most often, combined with the environmental data from your sensors. Research Forums and Project Roadmap Presented below is the proposed outline for a series of collaborative forum posts. This roadmap is designed to facilitate the acquisition of specialized knowledge required to implement the ILS project effectively. Forum #1: Project Introduction and Objectives Forum #2: Hardware Integration &amp;amp; CAN Bus Fundamentals: Establishing a &amp;quot;Hello World&amp;quot; connection between the UNO Q and MAX32666FTHR. Forum #3: Machine Vision Optimization: Adapting the Sentinel Vision Model for automated industrial defect detection. Forum #4: Sensor Telemetry: Implementing high-accuracy thermal monitoring utilizing OmegaDwyer sensors. Forum #5: Interface &amp;amp; Control: LabVIEW dashboard design and full system integration. Forum #6: Performance Stress Testing: Managing 2GB RAM limitations during simultaneous vision and telemetry workloads. Project Blog: A comprehensive video demonstration showcasing the &amp;quot;Industrial Line Sentinel NODE&amp;quot; in a live environment. I intend to utilize these forum posts as a framework for my research into these components and will be providing regular updates on my technical progress. I possess extensive experience with the Arduino Uno Q, which provides a strong foundation for exploring the integration of the sponsor-provided kit components with this platform. My technical roadmap involves a comprehensive breakdown of the hardware integration for each kit component, alongside the development of the specific programming logic required for their operation. As I have not previously worked with these particular devices, I will be dedicating the upcoming weeks to hands-on experimentation to fully grasp how they can best be applied to this design challenge. I am eager to hear from other participants regarding their methods for programming and utilizing these kit components, and I welcome any technical advice or workarounds discovered during the build process. Looking forward to collaborating with everyone.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/On%2bthe%2bline%2bdesign%2bchallenge">On the line design challenge</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/programming">programming</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/analog%2bdevices">analog devices</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/industrial%2bautomation">industrial automation</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/arduino">arduino</category></item><item><title>Forum Post: On The Line Challenge accepted!</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/f/forum/56905/on-the-line-challenge-accepted</link><pubDate>Sun, 03 May 2026 23:39:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:1a88ac9c-18f5-49ef-b48f-84794627c55b</guid><dc:creator>SensoredHacker0</dc:creator><description>My On The Line Challenge submission was to create an Arduino operating as a PLC protocol server. The implications of this are endless. To name a few: integration without vendor lock in. Access to all the arduino software and hardware, with existing PLC infrastructure. What Im not doing: Formulating a ladder compatible language, or reverse engineering the plc compiled instructions. What I am doing: Implementing Control code protocol and formatting. I happen to use regularly, and own IDEC FC-series PLCs, so I am using those. I see no reason that the methods I will implement would not work on any other platform, if the proper memory mappings are provided. How its going so far: well I calculated the system requirement to implement the code, I want to write, which is atleast 42KB, which kinda puts a damper on compatibility with all Arduino platforms, but this is only if I implement 16 bit address space from 0000-9999 with both general and had I not been nominated to this event, I would be running on a teensy 4.1 or a Feather S3D esp32 based chip. These are arduino compatible devices. I am planing on implementing the protocols via network interfaces, and usb serial. Many folks see documentation as optional, or the thing you do at the end of a project. For myself, documentation helps me think the process, and remember what I was thinking, so I frequently start it before even doing a project. Well, I have a wide array of data, functional projects, and implementations client side. This means I can control PLCs, via my Linux desktop, arduinos, my phone, a website... or whatever. I&amp;#39;ve wanted to implement a server for a while, and this project is the perfect opportunity to do just that. adding SPI, CAN, or i2C devices too a plc, which does not have its own implementation of those protocols is a pain. So the plan is to use the arduino to interface with the hardware busses, and return registers to the PLC via a custom Maintenance protocol implementation. as an implementation of my other projects in this ecosystem, I have included my developmental files here: https://github.com/Makerspace-Bangor/fc6a/tree/main/examples/OnTheLine which as of writing are a document about the project, and an HMI (client device) interface for performing the monitoring. of an arduino acting as a PLC command server. The plan is to do a basic implementation with just a couple registers, to make sure I can establish, and maintain communication without generating errors. Then, assuming that goes well, Ill dive right into interfacing devices on different buses.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/design%2bchallenge">design challenge</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/on_2D00_the_2D00_line">on-the-line</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/programming">programming</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/industrial%2bautomation">industrial automation</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/arduino">arduino</category></item><item><title /><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/b/news/posts/challenge-announcement-on-the-line-design-challenge?CommentId=2e39ba30-9caa-4a43-8c72-9c47da73cca6</link><pubDate>Fri, 01 May 2026 13:19:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:2e39ba30-9caa-4a43-8c72-9c47da73cca6</guid><dc:creator>sandeepdwivedi17</dc:creator><description>Congratulations everyone.</description></item><item><title>Files: Managed Videos</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/managed-videos</link><pubDate>Thu, 30 Apr 2026 17:25:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:86e5ef4f-47f6-4675-a6bf-d0e3655b01a0</guid><dc:creator /><description /></item><item><title>File: ESP32s3 controling an IDEC PLC</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/managed-videos/151275</link><pubDate>Thu, 30 Apr 2026 17:25:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:72b7ac08-bece-42ae-9a16-ac0786a18720</guid><dc:creator>SensoredHacker0</dc:creator><description>tired. well its feasible to control an IDEC PLC using an ESP32.</description></item><item><title>Forum Post: RE: Technical Support Thread | On the Line Design Challenge</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/f/forum/56889/technical-support-thread-on-the-line-design-challenge/235230</link><pubDate>Thu, 30 Apr 2026 00:01:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e7631abf-abd1-457f-9936-6aaff8f92b9e</guid><dc:creator>skruglewicz</dc:creator><description>Hi JoRatcliffe Thank you so much for putting this technical support thread together! Having a centralized &amp;quot;snapshot&amp;quot; of the kit components, complete with direct links to the data sheets and manufacturer part numbers, is an incredible reference for all of us participating. I usually kick off my design process by building a personal outline and conducting deep-dive research into each part of the sponsor kit. Having all these resources organized in one place right at the start is a huge time-saver and a great foundation for the research phase. Looking forward to getting started with the kit! Best, Stephen (skruglewicz)</description></item><item><title>File: Arduino ABX00162 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151259</link><pubDate>Wed, 29 Apr 2026 14:42:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:4e1b42e1-3c27-4cfb-9559-8c20d2a386a0</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Arduino Uno Q ABX00162.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/ABX00162">ABX00162</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/arduino">arduino</category></item><item><title>File: Molex 218112-0703 Drawing</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151258</link><pubDate>Wed, 29 Apr 2026 14:41:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:bc60fa3b-9b41-496f-9db6-406070c142e5</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the customer product drawing for the Molex 218112-0703.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0703">218112-0703</category></item><item><title>File: Molex 218112-0703 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151257</link><pubDate>Wed, 29 Apr 2026 14:41:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:5d9ac8ca-06e6-483b-9383-486cec87b877</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Molex 218112-0703.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0703">218112-0703</category></item><item><title>File: Molex 218112-0602 Drawing</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151256</link><pubDate>Wed, 29 Apr 2026 14:40:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:70492ead-d1a7-4a45-8397-96ee8d9806f4</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the customer product drawing for the Molex 218112-0602.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0602">218112-0602</category></item><item><title>File: Molex 218112-0602 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151255</link><pubDate>Wed, 29 Apr 2026 14:39:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:e22c4f20-3f95-404b-9eac-6a446c60328a</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Molex 218112-0602.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0602">218112-0602</category></item><item><title>File: Molex 218112-0500 Drawing</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151254</link><pubDate>Wed, 29 Apr 2026 14:38:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:a50071e7-ba10-4842-a496-b6f5d8e9cd32</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the customer product drawing for the Molex 218112-0500.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0500">218112-0500</category></item><item><title>File: Molex 218112-0500 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151253</link><pubDate>Wed, 29 Apr 2026 14:38:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0a4f6aa8-8062-438a-a24b-582e62d5df9e</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Molex 218112-0500.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0500">218112-0500</category></item><item><title>File: Molex 218112-0300 Drawing</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151252</link><pubDate>Wed, 29 Apr 2026 14:37:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:f85e1c37-295d-40eb-bbf4-0698293cc64d</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the customer product drawing for the Molex 218112-0300.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0300">218112-0300</category></item><item><title>File: Molex 218112-0300 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151251</link><pubDate>Wed, 29 Apr 2026 14:36:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:fec5b635-e1d8-4bae-9ba5-1d0122a0f1fb</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Molex 218112-0300.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0300">218112-0300</category></item><item><title>File: Molex 218112-0202 Drawing</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151250</link><pubDate>Wed, 29 Apr 2026 14:36:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:7e07e43e-01eb-4110-8a2d-e71128b09dc8</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the customer product drawing for the Molex 218112-0202.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0202">218112-0202</category></item><item><title>File: Molex 218112-0202 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151249</link><pubDate>Wed, 29 Apr 2026 14:34:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:8b470c68-9874-4a2f-b293-2c53229eee94</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Molex 218112-0202.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/molex">molex</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/218112_2D00_0202">218112-0202</category></item><item><title>File: Omega HX94C. Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151248</link><pubDate>Wed, 29 Apr 2026 14:34:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b6f2d02c-dbe4-4e68-b2e7-a16115675ba4</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Omega HX94C. humidity sensor.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/HX94C">HX94C</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/omega">omega</category></item><item><title>File: Omega 5SRTC-TT-K-24-72 Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151247</link><pubDate>Wed, 29 Apr 2026 14:11:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:b5484515-71e4-4502-bdc7-80853fe861c0</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Omega 5SRTC-TT-K-24-72 thermocouple.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/thermocouple">thermocouple</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/omega">omega</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/5SRTC_2D00_TT_2D00_K_2D00_24_2D00_72">5SRTC-TT-K-24-72</category></item><item><title>File: MAX33041E Shield Datasheet</title><link>https://community.element14.com/challenges-projects/design-challenges/on-the-line/m/files/151246</link><pubDate>Wed, 29 Apr 2026 14:10:00 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:0304f566-6757-470b-9f4b-b34b8fa33b9a</guid><dc:creator>JoRatcliffe</dc:creator><description>This is the datasheet for the Analog Devices MAX33041E Shield.</description><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/MAX33041E">MAX33041E</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/adi">adi</category><category domain="https://community.element14.com/challenges-projects/design-challenges/on-the-line/tags/analog%2bdevices">analog devices</category></item></channel></rss>