This repository contains our software tool, ecoEDA, presented in the paper

Search code, repositories, users, issues, pull requests...

submited by
Style Pass
2024-05-04 15:00:04

This repository contains our software tool, ecoEDA, presented in the paper "ecoEDA: Recycling E-Waste during Electronics Design", which appeared at UIST2023. This tool was built by Jasmine Lu (@xjasminelu), Beza Desta (@Beza20), Joyce Passananti (@Joyce-Passananti) with project assistance from K.D. Wu, Romain Nith, and Pedro Lopes at the University of Chicago's Human Computer Integration Lab.

ecoEDA is a python-based tool that integrates with KiCad. It is designed to provide suggestions of recycled components whenever you add a new symbol to your schematic.

ecoEDA library generator Users can create an ecoEDA library (library of electronic components recycled from e-waste) by using a spreadsheet (.csv) to inventory their parts and using our custom scripts to translate their inventory into a KiCad compatible ecoEDA library. This allows for use of these components when building schematics in KiCad. More details on the how-to page.

Import previous schematics To allow for reusing components from previous schematics. Users can use our custom script to import previous schematics to add their parts to their ecoEDA library. More details on the how-to page.

Leave a Comment