Skip to content
Pan Galactic Tech
Pan Galactic Tech
Arduino PCB RasPi Space Tech Design
  • Home
    • About
  • Blog
    • Electrolysis Machine: Measuring Current & Voltage with Arduino
    • Electrolysis Machine Project: Outline
    • MapMaster DM’s Screen – Virtual Tabletop Software
    • Master Electronics Calculator
    • 12v DC to 300v DC SMPS!
    • Kerbal Space Program: Wernher von Braun 1950’s Concept Vehicle
    • Congratulations SpaceX!
  • Projects
    • Electrolysis Machine Project: Outline
      • Electrolysis Machine: Measuring Current & Voltage with Arduino
    • Rocket Launch Countdown Clock
    • Synth Project
      • Synth Build: Post 1 – Testing Filters
      • Synth Build: Post 2 – Drum Oscillator Module
      • Synth Build: Post 3 – Bi-Polar Power Supply & Drum Filters
    • Kerbal Space Program: 10 Axis Controller
    • MadAmp A15Mk2: 15w Valve Guitar Amp
  • Arduino Tutorials
    • Lesson One: Using Functions
    • Lesson Two: Timers & Delay Without Delay();
    • Lesson Three: State Machines & Stating the Problem
    • Lesson Four: Debugging
    • Lesson Five: Getting to Grips with GitHub
    • Lesson Six: Writing Our First Library
    • Lesson Seven: autoDelay::The Most Useful Library You Will Ever Write
  • EnviroStation
    • EnviroStation: Data
    • EnviroStation Development
  • Downloads
  • Pan Galactic Tech: Shop
    • Guitar Stompboxes
    • Printed Circuit Boards
      • Guitar Effects PCBs
      • Arduino & Microcontroller PCBs
    • Checkout
    • Basket
  • Circuit Library
    • Circuit Library: Audio
    • Circuit Library: Utility
    • Circuit Library: IC Pinouts
  • Commercial Work
  • CAD Portfolio
  • £0.00 0 items

Category: Blog

Digital Logic Circuits – Building Counters

16th August 2023 PanGalactic Leave a comment

One woman and her quest to implement a binary down counter in hardwired logic for .. fun? Introduction I posted…

Continue Reading →

Posted in: Blog Filed under: #digital-logic

In Defense of Silly Little Blinking LED Lights

29th September 2022 PanGalactic Leave a comment

Engineering for in situe debugging & fault finding Its a common issue right, your PCB has been fabricated, the system…

Continue Reading →

Posted in: Blog

Electrolysis Machine: Measuring Current & Voltage with Arduino

22nd September 2022 PanGalactic Leave a comment

The first problem to solve for the Electrolysis Machine project, is making sure we can accurately measure the supply voltage…

Continue Reading →

Posted in: Blog Filed under: Arduino, Current Measurement, electrolysis, trans health

Electrolysis Machine Project: Outline

PanGalactic Leave a comment

Finally started making progress on #transhealth Electrolysis Machine, used for permanent hair removal. This will be a controlled current source,…

Continue Reading →

Posted in: Blog, Projects Filed under: electrolysis, hair removal, healthcare, trans health, transgender

MapMaster DM’s Screen – Virtual Tabletop Software

2nd September 2022 PanGalactic Leave a comment

I recently started playing Dungeons & Dragons, and was having a lot of fun. Soon the inevitable bug hit, and…

Continue Reading →

Posted in: Blog, Projects Filed under: Battle Maps, D&D, Dungeon Master, Dungeons & Dragons, Python, Tkinter, UI, Virtual Tabletop

Synth Build: Post 3 – Bi-Polar Power Supply & Drum Filters

19th June 2021 PanGalactic Leave a comment

Power Supply Module Overview So far for this project, I have been using a charge pump for bi-polar power, I…

Continue Reading →

Posted in: Blog, Projects, Synth Project Filed under: DIY electronics, electronics projects, modular synth, synth

Synth Build: Post 2 – Drum Oscillator Module

7th June 2021 PanGalactic Leave a comment

Module Overview The aim for this module is a board with 4 different oscillators, each of which can be triggered…

Continue Reading →

Posted in: Blog, Projects, Synth Project Filed under: DIY electronics, electronics projects, modular synth, synth

Master Electronics Calculator

30th May 2021 PanGalactic Leave a comment

I did want to make this into a python project, however, it does seem slightly silly to; spend all the…

Continue Reading →

Posted in: Blog Filed under: DIY electronics, Education, electronics, Engineering, Learning Resources

Synth Build: Post 1 – Testing Filters

13th May 2021 PanGalactic Leave a comment

Project Introduction So, this is a project I have been mulling over for a while, I have finally found some…

Continue Reading →

Posted in: Blog, Projects, Synth Project Filed under: DIY electronics, electronics projects, modular synth, synth

12v DC to 300v DC SMPS!

22nd April 2021 PanGalactic 5 Comments

Generating high voltages from a low voltage DC input using a 555 timer as a basic Switch Mode Power Supply.…

Continue Reading →

Posted in: Blog, Projects Filed under: 555 Timer, High Voltage DC, Inductor, Power Supply, PSU, SMPS, VDC

Post navigation

Page 1 of 2
1 2 Next →

Recent Posts:

  • Digital Logic Circuits – Building Counters
    Blog
    One woman and her quest to implement a binary down counter in hardwired logic for .. fun? [Read More…]
  • In Defense of Silly Little Blinking LED Lights
    Blog
    Engineering for in situe debugging & fault finding Its a common issue right, your PCB has been [Read More…]
  • Electrolysis Machine: Measuring Current & Voltage with Arduino
    Blog
    The first problem to solve for the Electrolysis Machine project, is making sure we can accurately [Read More…]
  • Electrolysis Machine Project: Outline
    Blog, Projects
    Finally started making progress on #transhealth Electrolysis Machine, used for permanent hair [Read More…]
  • MapMaster DM’s Screen – Virtual Tabletop Software
    Blog, Projects
    I recently started playing Dungeons & Dragons, and was having a lot of fun. Soon the inevitable [Read More…]

About Me:

My Name is Imogen (She/Her).

I am a Technology Enthusiast, specialising in Embedded Systems development.
I enjoy my work as the Specialist Technical Officer for Embedded Systems, Industrial Automation and IoT for The University of Edinburgh’s School of Engineering.

I am currently studying Engineering Design & Manufacture with a focus on Electronics at Heriot Watt University.

I have previous experience working in the Aerospace sector, after spending over a decade as an RF Link & Camera Technician in the Outside Broadcasting Industry.

I spend my spare time making gadgets with Arduinos, designing PCBS, building effects boxes for musicians, and writing long meandering scripts in python with zero regard for efficiency.

This site is a collection of my projects, thoughts and tech guides, with the aim to help me better document the things I am learning, and hopefully pass on some of the skills I have picked up along the way.

I am open for freelance & consultancy work, find my contact details below.

Contact:

Email :

Imogen.Wren91@gmail.com

GitHub :

Professional: github.com/ImogenWren

Personal: github.com/PanGalacticTech

 

Youtube:
Pan Galactic Tech

Pan Galactic FX

Friends of Pan Galactic Tech:

Medway Makers

Recent Posts:

  • Digital Logic Circuits – Building Counters
    One woman and her quest to implement a binary down counter in hardwired logic for .. fun? https://youtube.com/shorts/vmiYZxxMUzc Introduction I posted the above video of a 4-Bit Down Counter, with 7 [Read More …]
  • In Defense of Silly Little Blinking LED Lights
    Engineering for in situe debugging & fault finding Its a common issue right, your PCB has been fabricated, the system has been assembled and it is now sitting, in location doing its job. And then [Read More …]
  • Electrolysis Machine: Measuring Current & Voltage with Arduino
    The first problem to solve for the Electrolysis Machine project, is making sure we can accurately measure the supply voltage and current that will be pushed through the probes, and the hair follicle. [Read More …]
  • Electrolysis Machine Project: Outline
    Finally started making progress on #transhealth Electrolysis Machine, used for permanent hair removal. This will be a controlled current source, settable from 0 to 2mA, designed to pass a DC current [Read More …]
  • MapMaster DM’s Screen – Virtual Tabletop Software
    I recently started playing Dungeons & Dragons, and was having a lot of fun. Soon the inevitable bug hit, and I wanted to play more often than our DM could manage. So with very little experience [Read More …]

Recent Comments

  • Billy on 12v DC to 300v DC SMPS!
  • biscuit on Rocket Launch Countdown Clock
  • Michael on Arduino Tutorials
  • Bertan on Rocket Launch Countdown Clock
  • PanGalactic on 12v DC to 300v DC SMPS!

Subjects:

#digital-logic (1) 555 Timer (1) Air Quality (1) Arduino (2) Battle Maps (1) Current Measurement (1) D&D (1) DIY electronics (4) Dragon Capsule (1) Dungeon Master (1) Dungeons & Dragons (1) Education (1) electrolysis (2) electronics (1) electronics projects (3) Engineering (1) Environment (1) EnviroStation (1) Falcon9 (1) Guitar Amp (1) hair removal (1) healthcare (1) Inductor (1) IoT (1) Kerbal Controller (2) Kerbal Space Program (2) KSP (2) Learning Resources (1) modular synth (3) Nasa (1) Neopixel (1) Pollution (1) Power Supply (1) PSU (1) Python (1) SMPS (1) Solidworks (1) Space (3) SpaceX (1) synth (3) Tkinter (1) transgender (1) trans health (2) UI (1) Virtual Tabletop (1)
Copyright © 2025 Pan Galactic Tech