ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply

0 Members and 1 Guest are viewing this topic. Read 11207 times.

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Hi All,

Development work is progressing on the new ePot.V4 series attenuator/controller. The V4 builds on the V3 keeping the core LDR control scheme the same (closed loop LDR current control), and same physical size, but with interesting changes & options that will hopefully keep costs down while delivering overall improved performance.

This is plenty to keep me busy and since I'm no longer designing/building finished preamps, I now have more time to focus on core components which is what I enjoy the most.

Here's an outline of coming attractions..

Input Switching - The V4 moves on from using analog switches (integrated circuit chips) and instead employs conventional miniature electro-mechanical relays. The analog switches worked well for the V3 but under certain circumstances would exhibit leak-thru behavior which oddly enough I could never duplicate here in my development rig no matter what I tried. Since the analog switch I was using is yet another semiconductor chip available only from one manufacturer, I decided that the V4 would use more conventional switching hardware while eliminating another often hard to find chip whose price has doubled. The downside to this decision is I could only squeeze 4 relays on the same real estate as the 6 analog switches. Sure, I could have made the board a little longer to accommodate 6 but few people really need/want 6 input channels and I wanted to keep the board dimensions identical to the V3 so retrofitting/upgrading would be easy.

Firmware Updating Port - The V3 uses a UART serial port for firmware updating. This worked fine, but to interface the V3 with a PC or MAC required an extra USB-to-UART conversion board or special cable which is frankly a PITA for both designers and users. The earlier V25 used a simpler direct USB port but when I designed the V3, I needed to eliminate the external crystal clock to free up some real estate for other things. But without the accuracy of a crystal clock, USB was no longer an option. With the V4, the crystal clock is back and so is the USB port.

PWM vs DAC - The V3 uses a 4-channel 16 bit DAC chip to generate the voltage setpoint to the 4 LDR (light dependent resistors) attenuator closed-loop current controllers. Over the past 2 years the cost of this chip has almost tripled and has  become difficult to source reliably. Time to jettison yet another chip. Instead, the V4 employs 16 bit PWM (pulse width modulation) which is generated directly by the microcontroller together with external first order filters to smooth out the pulses. This change is arguably the biggest departure from earlier designs but should prove to be highly effective. I've yet to fully test this out but expect to be able to within the next month or so.

Plug-in Buffer Module - I've redesigned the stand alone SSPB.V2 Solid State Buffer board into a plug-in buffer module (board). It plugs right into the LDR module socket of the new V4 board. The LDR module then plugs into the buffer board. The buffer board essentially converts the V4 from a passive attenuator into a very compact solid state active attenuator that sounds just as great as the passive but with a touch more authority and punch. The new buffer module has its own built-in split voltage switch mode power supply that needs an external source of nominally 12 VDC power. When plugged into the new ePot.V4 board, the buffer module also powers the V4. But there are alternative power supply options as well. More on that in the next section. 

Power Supply Options - There are several power options. First, like the V3, the V4 can be powered by a small split-voltage switching power board located on the underside of the main board that needs an external source of 12 VDC. Secondly, when a buffer module is plugged into the V4, the V4 is powered directly from the buffer board's split-voltage switching power supply which is a higher quality power source. A third option is a new stand-alone linear power supply board that is the same size as the V4 board and is powered from AC mains (120VAC or 240VAC - set by jumpers). Typically, the linear power supply board will sit next to the V4 board and there's a short 5 wire power cable that connects from the linear power supply to either the V4 by itself, or to the buffer board when present. When a V4 or buffer board is powered by the linear power supply, the V4/buffer board's own power supply components are excluded from the build. The advantage of the new linear power supply is the complete elimination of any high frequency noise/artifacts associated with switching power supplies resulting in the cleanest possible source of power for the V4 and buffer module. 

Cheers,
Morten

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #1 on: 4 Jul 2022, 01:58 pm »
The first pic shows the layout of the ePot.V4 attenuator/controller prototype currently in development. The V4 is the V3 evolved.

The second pic shows the layout of the SSBM.V4 Solid State Buffer Module prototype also currently in development. The Solid State Buffer Module is a piggy-back board that plugs directly into the ePot.V4 converting the V4 from a passive to a solid state active attenuator built around the same op-amp buffer input stage and a discrete, direct coupled, JFET buffer output stage used in our earlier SSPB.V2 stand-alone buffer board.

The third pic attempts to show the solid state buffer module superimposed on top of the V4 attenuator/controller as it would appear when plugged into the V4. The LDR attenuation module would then plug into the buffer module resulting in a compact triple layer V4->Buffer->LDR sandwich. This is awkward to show 2 dimensionally but will be quite clear once I have actual boards/hardware.

Prototypes of these boards are on order. I hope to have working prototypes of both by the end of July.






Chilkoot

  • Jr. Member
  • Posts: 27
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #2 on: 3 Aug 2022, 05:58 am »
Looks good. I am hoping to roll one of these into my pre!

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #3 on: 3 Aug 2022, 01:36 pm »
Looks good. I am hoping to roll one of these into my pre!


Prototype boards are in. Now I have to set aside some time to populate them and run through initial testing to assess operation and performance. Probably another week before I'm there.

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #4 on: 30 Aug 2022, 05:36 pm »
Hi All,

It's been about a month since my last update. I've had some time in the barrel with the V4 prototype board. Something is shorting out so clearly I need to resolve that before I can draw any conclusions sonically. While working through that, it became apparent that the existing V3 firmware code could use some tightening up prior to adapting it to the V4 hardware. That sent me down a 3 week rabbit hole during which I ended up re-writing an entire section of the code involving soft timers (timers not implemented within the microcontroller hardware). The soft timers are now closely integrated with the real time operating system (RTOS) that runs on top of the bare metal microcontroller.

For those curious about these things, using an RTOS allows various parts of the code to be segregated into separate tasks (threads) where each task executes kind of like a standalone program. Only one task runs at any point in time but the hand-offs of control from one task to the next happen so fast that it appears as though they are all running at the same time when in reality each runs for only 1-10 milliseconds before handing off control to the next task. This approach makes for a much smoother real-time interactive controller.

I will be gone for part of September on family business up north, so probably won't have any updates on the V4 prototype board for another 2-3 weeks.

I also got the new linear power supply prototype board up and running and it appears to be fine as is although I'll likely end up changing the interconnections between it and the V4 board as this work progresses.

Cheers,  :thumb:
Morten

wgraft5

  • Jr. Member
  • Posts: 201
  • Wayne in Oregon
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #5 on: 1 Oct 2022, 06:38 pm »
Thanks for the update.

Wayne in Oregon.
« Last Edit: 21 Oct 2022, 02:20 pm by wgraft5 »

krustykat

Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #6 on: 1 Oct 2022, 10:07 pm »
best wishes to you Morten through this weather!  Keep us posted with your return to your shop,

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #7 on: 7 Oct 2022, 04:49 pm »
best wishes to you Morten through this weather!  Keep us posted with your return to your shop,


Power is back as is the internet. I'm going to limit my comments on hurricane Ian and related matters to this one thread already started before the storm hit....https://www.audiocircle.com/index.php?topic=183359.0

wgraft5

  • Jr. Member
  • Posts: 201
  • Wayne in Oregon
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #8 on: 11 Dec 2022, 04:35 pm »
Have you been able to make any progress on V.4? I'm especially interested in the LPS.
Thanks,
Wayne in Oregon

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #9 on: 12 Dec 2022, 02:10 pm »
Have you been able to make any progress on V.4? I'm especially interested in the LPS.
Thanks,
Wayne in Oregon


I wish the answer was yes but the V4 has been sidelined since hurricane Ian. Between hurricane recovery and general ongoing support, the V4 has been on the back burner. Also, in preparation for evolving the V3 firmware for use in the V4 hardware, I've been doing substantial refactoring of the existing firmware code to improve stability and longer term maintainability. That is going well.

wgraft5

  • Jr. Member
  • Posts: 201
  • Wayne in Oregon
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #10 on: 12 Dec 2022, 05:37 pm »
Cool, Thank You so much. I thought that was the case with hurricane Ian but thought I would ask.
I will wait a few more months, I don't want to get V.3 then upgrade to V.4 a few months later.

Thank You,

Wayne in Oregon

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #11 on: 22 Aug 2023, 03:33 pm »
While I have a lot on my plate at the moment with our upcoming move to Oregon, I continue to chip away and evolve the V4 design. I'm really pleased with its evolution and in many ways I believe the V4 will ultimately benefit from a slower and more deliberate development cycle. That said, I've put together an article updating the status of the V4's development including information on both the buffer board and linear power supply that are being developed in parallel with the V4.

Here's a link to an V4 info article that I just posted: https://tortugaaudio.com/epot-v4-ldr-preamp-controller-stepped-attenuator-with-optional-plug-in-solid-state-buffer-linear-power-supply/

The pics below are PCB CAD layout snapshots of the V4, the plug-in solid state buffer board and the linear power supply. These are obviously not to scale. The buffer board is the same height as the 2.7 inch V4 but not as long. The linear power supply board is currently the exact same size as the V4 although that might change.









wgraft5

  • Jr. Member
  • Posts: 201
  • Wayne in Oregon
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #12 on: 22 Aug 2023, 03:50 pm »
Thank You for the update, very cool :thumb:

I am going to get a cheap/used preamp for now and will wait for the V.4 to be available next year.

Thanks again

Wayne in Oregon

Hazim

  • Jr. Member
  • Posts: 3
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #13 on: 28 Aug 2023, 09:33 am »
I have been looking to upgrade from my V2.5, and I am very impressed with the V4 design, I can't wait to order it!

I especially like the relays, I am curious what relays will you use? It would be cool if you could use the ones that are powered only when switching, then stay in the position without having to be always powered on. (But it's not that essential really, rather finish the design sooner so that we can finally order!)

I am also curious about the buffer, I really like the idea to be able to use my own opamp! Especially good that it can be all packed into one neat assembly! 😊

Thank you and I can't wait to see the news!

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #14 on: 28 Aug 2023, 01:37 pm »
I have been looking to upgrade from my V2.5, and I am very impressed with the V4 design, I can't wait to order it!

I especially like the relays, I am curious what relays will you use? It would be cool if you could use the ones that are powered only when switching, then stay in the position without having to be always powered on. (But it's not that essential really, rather finish the design sooner so that we can finally order!)

I am also curious about the buffer, I really like the idea to be able to use my own opamp! Especially good that it can be all packed into one neat assembly! 😊

Thank you and I can't wait to see the news!

The relays used in the V4 design are 5 volt non-latching miniature low level signal relays. So yes, they are normally-open powered-closed relays. To make them latching requires 2 control signals to each relay and while it's possible to do so the price is a bigger board, a bigger chip, more signals, more components, more cost etc. I've been using these relays in various products for the past 10 years and have yet to note any degradation in the audio signals when the relays are powered on/closed. My guess is the EM field of the relay coil in these very small relays is sufficiently weak as to not matter. I concluded the extra cost/complexity of going with larger latching versions isn't justified. Please note that that is my personal view and not a statement of absolute truth regarding the virtues of latching relays. I've reached an age where anyone who wishes to argue with me is automatically right and I am happily wrong - have fun!  :thumb:

wgraft5

  • Jr. Member
  • Posts: 201
  • Wayne in Oregon
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #15 on: 28 Aug 2023, 03:28 pm »
I've reached an age where anyone who wishes to argue with me is automatically right and I am happily wrong - have fun!  :thumb:

Yep its just easier that way and then do whatever you were going to do :thumb:

Wayne in Oregon

Hazim

  • Jr. Member
  • Posts: 3
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #16 on: 28 Aug 2023, 05:21 pm »
Thanks for the explanation Morten. Considering the compromises, I fully understand sticking to the non-latching and I am very excited to see the V4 coming to life ASAP!

tortugaranger

  • Facilitator
  • Posts: 1752
  • Innovated passive & active preamp technology
    • Tortuga Audio
ePotPi.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #17 on: 17 Oct 2023, 07:02 pm »


Hi All,

Thought I'd share some updates on the evolution of the ePot.V4 Preamp Controller/Stepped Attenuator. There are 2 significant changes to the design since my last update.

The first change involves the choice of microcontroller.

I've been using ARM type micros made by STM for several years now and was planning on going with a newer STM chip for the V4 design which would minimize firmware changes. I'm still going with an ARM micro but not an STM. I've decided to go with an ARM based chip made by non other than the Raspberry Pi folks who introduced the world to super cheap single board computers that run on the Linux operating system. In fact, I'm adopting an entire Raspberry Pi Pico W board that plugs into the V4 board. The Pico uses the RP2040 ARM chip developed by Raspberry Pi. The Pico board has WiFi and Bluetooth on board which advances the possibility of going beyond only using an infrared remote. And given the competitive price point of the Pico, there are too many advantages to not go with it.  As a result the V4 has shrunk in length from 4.4 to 4.1 inches. Firmware updating to the V4 will be simplified as well. When placed into firmware update mode, the entire V4 will act like any thumb drive. With it plugged into the USB port of a PC or a MAC, you'll just have to move a firmware update file on to the ePotPi "drive" to update its programming.

Adopting the Raspberry Pi Pico as a piggy-back micro board will drive a slight name change going forward. The ePot.V4 will now be known as the ePotPi.V4!!  Get it? PotPi!!  :thumb:

The second design change involves balanced audio.

With both the V25 and the V3, balanced audio configurations used a pair of controller boards with one designated as the primary (right channel) and the secondary acting as the left channel. Both boards were physically identical with each running on its own microcontroller. In hindsight, this created significant challenges keeping the secondary micro perfectly in sync with the primary. Basically two brains when only one is really necessary.

Going forward, the V4 design is adopting a special purpose balanced audio expansion board. The expansion board duplicates much of the hardware on the primary V4 board but it will not have its own microcontroller. A 14 pin ribbon cable will connect the V4 board to the expansion board allowing the primary V4 to control everything on the balanced expansion board. This will greatly simplify the software needed for balanced audio configurations.

Cheers,
Morten

stvnharr

  • Full Member
  • Posts: 740
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #18 on: 18 Oct 2023, 02:07 am »
The news about balanced audio configuration is most welcome to me given what I have found with the V3 in balanced configuration.
So, 2024 looks really good to me!

Hazim

  • Jr. Member
  • Posts: 3
Re: ePot.V4 LDR Attenuator/Controller, Buffer & Power Supply
« Reply #19 on: 25 Oct 2023, 12:40 pm »
Interesting development Morten, I can't wait to see the V4 come to life, but I am curious about two implications of this new design change. Pico's onboard ADC is 12 bit, does this mean you are giving up on the idea of having 16bit ADC in V4? Also, is there a threat of potential RF interference from the Pico's onboard wireless and bluetooth chips?

Thanks!