
The Amp Hour Electronics Podcast
Podcast de The Amp Hour (Chris Gammell and David L Jones)
Disfruta 30 días gratis
4,99 € / mes después de la prueba.Cancela cuando quieras.

Más de 1 millón de oyentes
Podimo te va a encantar, y no sólo a ti
Valorado con 4,7 en la App Store
Acerca de The Amp Hour Electronics Podcast
A weekly podcast about the electronics industry. Occasional guests. Lots of laughs.
Todos los episodios
306 episodios
[https://theamphour.com/wp-content/uploads/2025/10/705-dark.png] * Contextual Electronics [https://contextualelectronics.com/] is “still a thing”. * Sydney hosted the International Astronautical Congress (IAC) [https://www.iac2025.org/]. The IAC is the “big space event of the year,” held annually in a different city. * Chris noted that US space funding seems low, leading some friends to move from NASA to private industry. * Dave recorded two walkaround videos: a 30-minute bird’s eye view using a GoPro [https://www.youtube.com/watch?v=y5UpAL4yWxQ] on a pole and a physical hour-long walkaround. [https://www.youtube.com/watch?v=9_C5RTTKOw8] * Large companies had private stands, while smaller, two-man companies had sub-booths within their country’s larger rented stand (e.g., South Africa, Germany, Poland). * Niche companies included those selling “space connectors,” described as regular connectors sold at potentially 10 times the price to space customers. * Australia had a large presence, with stands for the country and individual states (Victoria, New South Wales, Tasmania) hosting local niche space gear firms. * Dave toured a new, completely mobile Mission Control facility built into a semi-trailer van. This unit is designed as a generic platform with screens, server racks, and redundant power, allowing any space company to install their own servers and operate anywhere in Australia. * An Australian company specialized in “Space lube” (lubricants for satellites and actuators), necessary because water-based lubricants would boil off or freeze up and cause gear to seize. * Chris has a new “quasi obsession” with the old technology of DIN rail [https://en.wikipedia.org/wiki/DIN_rail]. He is using 3D printers to mount development boards onto DIN rail to organize his desk [https://chrisgammell.com/thoughts/thought-20251007t2048-04/]. * DIN rail is common in Australia and Europe for electrical switchboards and automation equipment (PLCs, power supplies). * Dave sent a photo of “Fish Pointer’s” organized desk [https://x.com/fishPointer/status/1971713792955613533/photo/1], which Chris identified as using “Gridfinity [http://gridfinity.xyz/],” an ad hoc, modular standard popular in the 3D printing community, often associated with Zack Friedman of Voidstar Labs [https://www.youtube.com/watch?v=ra_9zU-mnl8]. * Dave runs a Creality K1 3D printer that is networked [https://amzn.to/4q9Ngr1], allowing him to control and print remotely. * Chris purchased a filament dryer for only $42 [https://www.amazon.com/dp/B098D366R3?ref=ppx_yo2ov_dt_b_fed_asin_title] to combat the issue of filament going brittle due to moisture. * Dave recounted his attempt to sort 330 tins of salvaged parts (feet, spacers, grommets) from vintage test gear. * The space industry is currently “so hot” due to private funding, unlike the “dead” industry 10 to 15 years ago. * It is now easy to book a payload slot on a launch vehicle like SpaceX. Dave said that Firefly was actually “begging” people to put payloads on its Moonlander to help fund the mission, though that’s source unknown. It was supported by CPLS as part of NASA [https://www.nasa.gov/missions/artemis/clps/ten-nasa-science-tech-instruments-flying-to-moon-on-firefly-lander/]. * The Commodore Corporation recently changed hands [https://www.youtube.com/shorts/J-GZBvIneQU], and a consortium of enthusiasts released a new Commodore 64 Ultimate, featuring a transparent keyboard PCB signed by original designers, including Jerry Ellsworth. The appeal is nostalgia, as modern chips far outperform the 6510 CPU it uses. * Chris bought a split, ergonomic Corne V4 keyboard (RP2040 chip) from AliExpress for $68 [https://www.aliexpress.us/item/3256808076973804.html]. The key feature is working with Vial, a pleasant web serial-based app for reconfiguring key mappings [https://vial.rocks]. Dave stated he hates split keyboards and rechargeable keyboards that only last a week. * Dave is installing 75 kWh of beefy outdoor battery packs (800-900 kg total) received “free” due to a government subsidy. * He poured a new, completely reinforced concrete slab rated for over 1,500 kg to support the batteries on a flat surface, using pre-welded mesh instead of tying rebar. * The new system includes an 8 kW inverter. Dave intends to install a changeover switch to run the house off the batteries if the power grid fails. Dave noted he mainly wants the “warm fuzzy” feeling of running his entire house on solar and batteries.

[https://theamphour.com/wp-content/uploads/2025/10/704.png] Welcome Jerry Twomey (Effective Electrons [https://effectiveelectrons.com/]) author of the book, Applied Embedded Electronics: Design Essentials for Robust Systems [https://amzn.to/3WjGNMh]. Chris first heard Jerry on Embedded.fm last year [https://embedded.fm/episodes/480]. * Jerry’s Background and Book Motivation: Jerry shares his quick history, moving from the Boston area to San Jose (Silicon Valley) and eventually to San Diego, where he has worked across diverse sectors including consumer electronics, aerospace, defense projects, DARPA research, and medical electronics. His book focuses on how to develop robust systems, providing guidance that is timeless rather than applications manuals that quickly become outdated. * The Analog Problem: Although modern systems may be digital end-to-end, Jerry emphasizes that the predominant causes of failure and design difficulties are often analog in nature. Academic study often teaches ideal signals but neglects real-world issues like inductance, noise, and cross-coupling. * Consulting Experience & Troubleshooting: Jerry discusses being called in to fix systems that failed strenuous regulatory testing for medical devices, where reliability is first and foremost (similar to an aerospace way of thinking). Failures often stemmed from basic issues like a lack of ESD protection, absence of error correction in data streams, insufficient detection of errors, and common mode noise rejection problems. * High-Speed Data and Signal Integrity: At high data rates, communication becomes a “communications channel problem,” not truly a digital one. When bits are underneath a tenth of a nanosecond, the communication turns into multiple standing wave transitions. The two primary limits on performance are rise and fall times and distance traveled. * Real-World Applications: Jerry has worked extensively on medical devices, including early-generation Dexcom glucose monitoring systems (two on-body monitors and a hospital insulin pump/monitor), and a wearable EEG monitor. He also worked on a system that required packing five video cameras into an endoscope distal head, measuring 11 mm in diameter and 13 mm long. * Architecting Systems and Identifying Bottlenecks: When starting a new project, Jerry suggests defining needs and interfaces and looking at the system as a black box. Engineering time should focus on the bottleneck—the hardest part of the system. For medical implantables, this might be minimizing power consumption down to virtually nothing, which could take up 90% of the effort. * Power System Design: Jerry advises purchasing commercial AC-to-DC converters due to competitive pricing. He notes that switching supplies (buck converters) commonly introduce noise that can lead to EMI failures or corrupt sensitive analog front ends. A classic case of “digital thinking in an analog scenario” is when a sensitive analog front end is powered by a noisy switching converter. * Working with Embedded Teams: Jerry prefers guiding embedded teams toward “self-discovery,” using bench time and empirical measurement (such as comparing grounds on a scope) to demonstrate non-ideal connections and grounding issues. He advises against the “seagull manager” approach. * Grounding Best Practices: For integrated circuits (chips), designs must be fully differential because securing a good hard ground reference is impossible. On singular circuit boards, a common uncut ground plane (dedicated ground plane, often multiple layers stitched together with vias) is the recommended approach. Cutting the ground plane is discouraged as it can create a slot antenna, increasing the signal radiating from the board by about 7 dB. Jerry has published rules on grounding [https://effectiveelectrons.com/wp-content/uploads/2022/06/Simple_Grounding_Rules-1.pdf]. * Engineering Intuition vs. LLMs: Jerry notes that intuition is gathered through painful learning experiences and guidance from experienced designers. He expresses concern over the reliance on LLMs (Language Learning Models), which, while improving, can confidently provide incorrect answers, especially regarding complex topics like signal grounding. * Limits to Moore’s Law: CMOS scaling is approaching physical limits, likely unable to go below 10 or 11 nanometers. Modern performance gains are achieved through more parallel processing, not significantly faster clock rates, which have plateaued around 5 GHz due to parasitics and timing limitations. Jerry’s article discusses this topic [https://effectiveelectrons.com/wp-content/uploads/2022/06/Transistors_Molecules_Moores_Law_Physics-1.pdf]. * RISC Architectures: The industry benefits from migrating to RISC (Reduced Instruction Set Computing) architectures (like ARM) because they eliminate useless architecture and transistors associated with complex instruction sets (like x86). Find Jerry on Effective Electrons [https://effectiveelectrons.com/] and on LinkedIn [http://linkedin.com/in/jerrytwomey]

[https://theamphour.com/wp-content/uploads/2025/09/703-TimWaferSpace.png] Welcome back Tim Ansell! * Tim’s past appearances and previous work * Discussing Tomu on 375 [https://theamphour.com/375-an-interview-with-tim-mithro-ansell/] * Discussing Fomu on 456.3 [https://theamphour.com/456-3-discussing-fomu-with-tim-ansell-and-sean-cross/] * Discussing the open source PDK on 501 [https://theamphour.com/501-discussing-the-open-source-pdk-with-tim-ansell/] * Tim’s previous work at Google involved releasing a manufacturable open-source PDK (Process Development Kit), which contains the fundamental information needed to create integrated circuits. * Key open-source tools discussed include OpenROAD (a backend compiler for IC design) [https://theopenroadproject.org/] and Open Lane (an end-to-end suite turning chip descriptions (RTL) into manufacturing data [https://armleo-openlane.readthedocs.io/en/latest/docs/source/chip_integration.html] (GDS)). Andreas had been on the show talking about his work on OpenROAD [https://theamphour.com/650-accessible-asics-with-andreas-olofsson/]. Not discussed on the show but after Efabless went away, Open Lane has been replaced with LibreLane [https://github.com/librelane]. * Efabless, a VC-backed startup, shut down in early 2025 [https://www.linkedin.com/feed/update/urn:li:activity:7301725653928660992/] due to investor disagreements. Efabless previously provided pooled manufacturing access (similar to OSH Park for PCBs) using the SKY130 process from Skywater in Minnesota. * A Skywater run costs $200k–$300k, which Efabless divided by 40 to reach roughly a $10k price point per slot. * Tiny Tapeout * Matt Venn’s Tiny Tapeout [https://tinytapeout.com/] program further subdivides the manufacturing costs, making it the cheapest way to create custom silicon, typically costing around $300 per design. * Tiny Tapeout lowers the barrier to entry, allowing people to “just try it and see if you like it,” similar to writing a “hello world” program. * The program has already processed almost 3,000 projects, demonstrating high community demand when costs are low. * Despite limitations, advanced projects are possible: a developer taped out a Linux capable SOC using open-source tools and the Tiny Tapeout space. * Introducing Wafer Space * Tim started Wafer Space [https://wafer.space], based in Singapore, to provide community access to open-source manufacturing after Efabless ceased operations. * Wafer Space focuses on the GF180MCU PDK (Global Foundries 180 nm process) [https://github.com/google/gf180mcu-pdk], which is a much cheaper technology manufactured in Singapore. * The core offering is a low-volume production run: $7,000 USD gets you 1,000 chips back. This volume is enough for prototyping and shipping a small product (e.g., 500 units). * The design envelope area is 3.8 x 5 mm (20 mm squared) using the 180 nm process. * Interested parties should sign up via the Crowd Supply page [https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/]. The deadline for purchase is the November 28th and submissions are due by December 3rd, with delivery by March 15th. * Manufacturing & Packaging * By default, customers receive bare silicon die * Tim is working with PCB manufacturers (like JLC PCB, PCB Way, Seed Studio) to offer Chip on Board (COB) wire bonding assembly onto custom PCBs (think black epoxy blob on a PCB) * COB packaging is significantly cheaper (sub-$2) than standard packaging houses (which often charge around $7 per chip). * This approach also provides faster iteration speed, as PCB manufacturers offer quick turnaround times (sometimes 3 days) compared to typical packaging houses (3 months) * Getting Started & Resources * If you are new to chip design, starting with Tiny Tapeout’s click and drag tools is highly recommended. Matt Venn previously talked/sang about Siliwiz [https://theamphour.com/672-silicon-revolution-with-matt-venn/] * More advanced tools include Verilog and VHDL (coding style) or KLayout and Magic (drawing shapes, similar to PCB design). * To follow the project or seek help, join the Wafer Space Discord * New services offering open-source silicon manufacturing include IHP [https://www.linkedin.com/company/ihp-solutions-gmbh/] (Europe/130 nm) and Chip Foundry [http://chipfoundry.io] (US/Skywater), increasing ecosystem resiliency. * Website: Wafer.space [https://wafer.space/] * Sign up on the CrowdSupply campaign [https://www.crowdsupply.com/wafer-space/gf180mcu-run-1/]

[https://theamphour.com/wp-content/uploads/2025/09/702.png] * Dave bought a lemon laptop * Chris officially has solar that is installed, working, and is effectively an appliance at this point… * Duke Energy and North Carolina nuclear mix [https://nuclear.duke-energy.com/about] * The impact of batteries on the grid * The Duck Curve [https://www.energy.gov/eere/articles/confronting-duck-curve-how-address-over-generation-solar-energy] is something Chris and Ari discussed on ep650 [https://theamphour.com/630-renewable-energy-policy-with-ari-gerstman/] * Open circuit voltage on panels * Dave did a repair on a tennis ball machine [https://www.youtube.com/watch?v=BSqKN2AaGqI] * Chris designed a board with test points too small * Accupuncture jbc * High cost vs low cost rework tweezers * Nanofix YouTube Channel [https://www.youtube.com/@nanofixca/videos] * Tested * Ugly multimeter review [https://www.youtube.com/watch?v=21ttudPv2e8]

[https://theamphour.com/wp-content/uploads/2025/08/701-ToddBailey.png] Welcome back Todd Bailey of Starlight Engines [https://starlightengines.com/], now Muon Space [https://www.muonspace.com/]! (11 years later) * Todd was on Episode 194 of The Amp Hour [https://theamphour.com/194-an-interview-with-todd-bailey-embedded-embrasure-engineering/], when he was consulting in the art and design space and building instruments like Where the Party At (WTPA). He was designing ‘robot doors’ for Calvin Klein’s house, discussed last time. * Through Andy Reitano, Todd learned about a role at Lockheed Martin [https://www.lockheedmartin.com/en-us/index.html] (a US defence company) working on sonar for submarines. * “What a good job is” * Fun * Lucrative * Skills / teach you * Todd, Andy, and other Lockheed Martin friends worked on the VEC9 [http://vec9.com/] discussed in ep194 * Clearance was required to work on sonar * Military electronics had some differences from his past work, but Todd was interestingly complementary of requirements driven design / waterfall * Chris and Todd were hanging out in a bar before he moved over to working on space and Todd mentioned he wanted to be Zefram Cochrane and do interesting things that matter (in space). * Star Trek First Contact (gah, I said generations) * Past guest Shawn Meehan [https://theamphour.com/220-an-interview-with-shaun-meehan-doctiloquent-dove-deployer/] talked to Todd and that’s how he started working at the “stealth space startup” at the time * Astra [https://astra.com/] * HBO (not Netflix) special called Wild Wild Space [https://www.imdb.com/title/tt32258850/] * Other past guests of the show who were at Astra include Charles Aylward [https://theamphour.com/584-software-for-rockets-with-charles-aylward/] and Jeri Ellsworth [https://theamphour.com/tag/jeri-ellsworth/] * Silicon Valley Startup * “When the heavens went on sale” [https://www.amazon.com/When-Heavens-Went-Sale-Geniuses/dp/0062998870] (book) * Commercial space by SpaceX * Rocket Lab [https://rocketlabcorp.com/] was second * “Fail on stage” * Booster state of that rocket motor control * Electric turbo pump * Delphin engine [https://en.wikipedia.org/wiki/Astra_Rocket] * Cryogenic / feedback was hard * Alameda indoor test facility [https://alamedapost.com/features/alameda-life/astra-alamedas-hometown-rocket-company/] * Meant to fit in shipping container (8×8.5×40 ft) * System design and market requirements (launches don’t want small rockets) * Working remote * No place like home Jim Williams essay [https://search.library.ucla.edu/discovery/fulldisplay/alma9974436583606533/01UCS_LAL:UCLA] * Leaving Astra * Staying in the trenches * Rocket Lab [https://rocketlabcorp.com/] * 3rd stage “Kick stage, now known as “Photon [https://rocketlabcorp.com/space-systems/spacecraft/]“ * Things you can work on in space * Radios * Sensors * Power * Electric propulsion [https://en.wikipedia.org/wiki/Spacecraft_electric_propulsion] (EP) * Apollo fusion [https://astra.com/news/astra-acquires-apollo-fusion-to-reach-new-orbits/] – Alex Zannos [https://www.linkedin.com/posts/azannos_we-made-it-activity-6816232999303028736-To0R/] (Contemporary) and Mike Cassidy [https://en.wikipedia.org/wiki/Mike_Cassidy_(entrepreneur)] (CEO) * After working on fusion didn’t have legs, they switched to working on Hall effect thrusters [https://en.wikipedia.org/wiki/Hall-effect_thruster] * “Low earth orbit is 50% of the way to anywhere in the solar system” * Rocket equation * Stage fires then falls off * Kick stage is 3rd stage * Accelerating an ion beam * Delta V book [https://www.amazon.com/Delta-v-Daniel-Suarez/dp/1524742414] * Rocket efficiency * “Seconds of ISP” How much mass do you use to go distance * Asteroid mining * Who buys EP? * SpaceX built their own Argon thruster [https://www.reddit.com/r/SpaceXLounge/comments/11cnh0w/starlink_20_mini_with_new_argon_hall_thurster/] * Torque rods [https://en.wikipedia.org/wiki/Magnetorquer] / reaction wheels * Apollo successfully pivoted * Acquired by Astra space [https://astra.com/news/astra-acquires-apollo-fusion-to-reach-new-orbits/] / finished the apollo constellation engine * In 2022, Todd and his cofounder Mark Hopkins started Starlight Engines after some initial proof points and then fundraising * Had opinions about EP * Goebels and Katz textbooks about EP [https://descanso.jpl.nasa.gov/SciTechBook/series1/Goebel__cmprsd_opt.pdf] * Busek electric propulsion [https://www.busek.com/] is a family business that has tried all kinds of EP. Run by Vlad Ruby & son Pete. * Starlight is based on solid Zinc propellant * Traditionally it’s Xenon * “The honda civic of hall effect sensor systems” * The atomic mass of Zinc is light * “Lickable EP” * Discharge converter runs the ion beam * Custom magnetics * 300W – 800W * 28V spacecraft bus * “Plume divergence” * Need to go from solid to gas * Cathode is a thermionic emitter “Like a tube amp”, it emits to boil off electrons * Zinc gets caught in electron cloud, knocks an electron off to make ions, ejected from a positively charged plate nearby. * Novel propellent is a differentiator * Starlight had a scrappy factor, like they built their own vacuum chamber (for 15K!) * The device is not known to be operational in space yet (they sell it but don’t operate it, so it’d be tough to know) * “Give the first one away” * Have sold 4 propulsion systems * Muon space needed a propulsion system and instead decided to buy the company. They weren’t put off by “two guys in a garage and contractors”. * Muon builds things like fire detection satellites * For more info about their past work and see pictures of the plumes, check out Starlightengines.com * To see the new things they’ll be working on, check out Muon space [https://www.muonspace.com/]

Más de 1 millón de oyentes
Podimo te va a encantar, y no sólo a ti
Valorado con 4,7 en la App Store
Disfruta 30 días gratis
4,99 € / mes después de la prueba.Cancela cuando quieras.
Podcasts exclusivos
Sin anuncios
Podcast gratuitos
Audiolibros
20 horas / mes