Category: Invention

  • Controlling BK Precision 1697 Power Supply automation

    Controlling BK Precision 1697 Power Supply automation

    Features Modern GUI: A clean and intuitive user interface built using the customtkinter library, providing a cross-platform experience. Serial Communication: Manages connections to the power supply, automatically detecting available serial ports using the pyserial library. Manual Control: Allows users to set the output voltage and current with a few clicks. Automated Cycling: Executes timed on/off…

  • Controlling Phidget 0/0/4 Relay with Python

    Controlling Phidget 0/0/4 Relay with Python

    I have develop a Python GUI application for controlling the PhidgetInterfaceKit 0/0/4 relay board.This tool provides both manual relay toggling and automated on/off timing control with counters and time tracking. You can find my code here: GitHub Features Control up to 4 relays from a single window. Manual toggle: switch any relay ON/OFF with a…

  • uEye XS Vision Tester

    uEye XS Vision Tester

    A Python-based inspection tool for IDS uEye XS cameras, designed for production-line visual testing of devices such as 7-segment LCDs or mechanical indicators.It allows the operator to define a Region of Interest (ROI), capture a reference set of images, and automatically detect differences in live video to give a PASS/FAIL result. You can find my…

  • Controlling Picoscope 2204A with python

    Controlling Picoscope 2204A with python

    Controlling Picoscope 2204A with python This is a modern, cross-platform desktop application that simulates a multi-channel oscilloscope. Built with customtkinter for a dark, professional user interface and matplotlib for real-time waveform visualization, this tool serves as an excellent educational and simulation platform for electronics and signal processing. It is designed to be highly responsive, allowing…

  • 3 Channel Simulated Oscilloscope Python

    3 Channel Simulated Oscilloscope Python

    A modern, multi-channel simulated oscilloscope application built with Python. This project provides a graphical user interface (GUI) for generating and visualizing various waveforms while displaying real-time signal measurements. It’s a perfect tool for students, hobbyists, or anyone needing a simple yet powerful way to explore signal theory without physical hardware. The application leverages the customtkinter…

  • Dry Transducer Tester Development

    Dry Transducer Tester Development

    Development of a New Dry Transducer Tester I developed a tester that verifies the functionality of transducers designed to operate with water between them, but does so in a completely dry environment. Until now, these transducers (typically supplied by manufacturers like Audiowell or CTS) arrived pre-tested, but as part of our incoming inspection process, we…

  • Improving Tester & Testing Process

    Improving Tester & Testing Process

    I was tasked with enhancing the testing process for both mechanical components and PCBA units. Previously, the testing procedure lacked consistency and clarity, leading to suboptimal quality assessments. The process was time-consuming and not operator friendly, and there was uncertainty regarding the criteria for defining a unit as either PASS or FAIL. My objective was…

  • Building an RF Chamber for Experiments and Testing

    Building an RF Chamber for Experiments and Testing

    As part of my job, I designed and built an RF chamber to conduct independent experiments and testing, focusing on determining transmission (Tx) and reception (Rx) power. The chamber provides a controlled environment, minimizing external interference and ensuring accurate measurements. This setup allows for precise performance evaluation of RF components, optimizing system efficiency and reliability.…

  • My Test jig for PCBA development

    My Test jig for PCBA development

    I was tasked with developing a comprehensive testing solution for printed circuit board assemblies (PCBA) that are returned from the field for reuse. The objective was to create a robust and efficient tester capable of thoroughly assessing the functionality and integrity of these cards before they are put back into service. The tester definition and…

  • Traffic Light Controlled with Arduino Nano

    Traffic Light Controlled with Arduino Nano

    In this project, I created a simple traffic light system using an Arduino Nano and three LEDs (red, yellow, and green) controlled by a button. The system simulates a basic traffic light sequence, with the green light as the default. When the button is pressed, the green light flashes three times before transitioning to yellow…

  • Controlling an 8-Channel Relay with Arduino Nano

    Controlling an 8-Channel Relay with Arduino Nano

    In this guide, I’ll walk you through controlling an 8-channel relay using an Arduino Nano. This setup is great for automating multiple devices or systems, such as home automation, robotics, or industrial applications where switching multiple components is essential. What You’ll Need: Arduino Nano 8-channel relay module Jumper wires Power supply for the relay module…

  • Low-Dropout Voltage Regulator

    Low-Dropout Voltage Regulator

    A Low-Dropout Regulator (LDO) is a type of voltage regulator that provides a stable output voltage even when the input voltage is only slightly higher than the desired output voltage. The term “low-dropout” refers to the minimal difference, or “dropout voltage,” between the input and output voltages required for the regulator to function properly. Key…

  • IDC 30-Pin Connector Breakout Board

    IDC 30-Pin Connector Breakout Board

    IDC stands for Insulation-Displacement Connector. An IDC Connector Breakout Board is a small circuit board that allows easy access to the individual pins of an IDC (Insulation-Displacement Connector). The IDC connector on the board is typically attached to a ribbon cable, and the breakout board “breaks out” each wire from the ribbon cable to separate,…

  • WatchGaurd – FPGA Controlled Robot with IoT Connectivity

    WatchGaurd – FPGA Controlled Robot with IoT Connectivity

    The project I built is a remotely controlled security robot equipped with the ability to transmit images, serving as an efficient and innovative tool for security systems. The ability to control the robot remotely allows for quick and efficient action, with security personnel able to establish an immediate response to events in real-time. The robot…

  • DC-DC Boost Converter

    DC-DC Boost Converter

    A DC-DC boost converter is a type of power converter that steps up (boosts) a DC voltage to a higher level. It is useful in applications where a higher voltage level is required than what is available from the input source. The boost converter typically consists of an inductor, a switch (usually a transistor), a…

  • DC-DC Buck Converter

    DC-DC Buck Converter

    A DC-DC buck regulator is a type of voltage regulator that steps down a higher voltage to a lower voltage. The buck regulator operates by controlling the duty cycle of a switching transistor to regulate the output voltage. It is called a “buck” regulator because the output voltage is lower than the input voltage, and…

  • Voltage Regulator LM7805

    Voltage Regulator LM7805

    The LM7805 is a popular voltage regulator integrated circuit that provides a stable 5 volts output voltage from an input voltage source that can be higher than 5 volts. It is part of the 78xx series of voltage regulators produced by various manufacturers. Schematic The manufacturer advises incorporating capacitors both on the input and output…

  • ATtiny85 Digispark USB

    ATtiny85 Digispark USB

    The ATtiny85 Digispark USB is a small, programmable microcontroller board based on the ATtiny85 chip. It’s notable for its compact size and USB connectivity, making it suitable for various embedded projects where space and simplicity are key. Schematic PCB Layout 3D Model What are the special considerations in planning a ATtiny85 Digispark USB circuit? Power…