├── .github └── FUNDING.yml ├── CODE_OF_CONDUCT.md ├── Commercial Business └── README.md ├── Construction Industry ├── Building & Indoor │ └── readme.md ├── Building Smart Network Connectivity │ └── readme.md ├── Construction Site │ └── readme.md ├── README.md └── Roads & vehicles │ ├── media │ ├── image_2023-06-02_160852076.png │ └── readme.md │ └── readme.md ├── DIY-Maker └── README.md ├── Designs ├── bmc_qr.png ├── concrete_maturity_connectivity_plugs.png ├── get_it_google_play.png ├── pcb_compatibility.png └── readme.md ├── Home Automation Safety & Health ├── media │ ├── electroboom.jpg │ ├── emf_head_paper.jpeg │ ├── energy_unbalance_health.jpg │ ├── magneto_helmet.jpg │ ├── readme.md │ └── video_dimensional scales virus.mp4 └── readme.md ├── Home-Automation ├── README.md ├── Smart Home AC Dc Power Management │ ├── readme.md │ └── smahoo.jpeg ├── Smart Home Appliances │ ├── Bedroom │ │ └── readme.md │ ├── Common Areas & Entrance │ │ └── readme.md │ ├── Garage │ │ └── readme.md │ ├── Garden │ │ └── readme.md │ ├── Living Room │ │ └── readme.md │ ├── bathroom │ │ └── readme.md │ ├── kitchen │ │ └── readme.md │ ├── laundry │ │ └── readme.md │ ├── office │ │ └── readme.md │ └── readme.md └── Smart Home Solar Power Management │ ├── readme.md │ └── solar Cells │ └── readme.md ├── KiCad_Footprints ├── Smoke Detector Chambers │ ├── readme.md │ └── smoke chamber Accumold 28800X.kicad_mod ├── media │ ├── Accumold_28800X_ADPD188BI.png │ ├── readme.md │ └── smoke-chamber ADPD188BI.jpg └── readme.md ├── LICENSE ├── Laboratory Automation └── readme.md ├── PCB-Shields └── README.md ├── README.md ├── Smart DAQ ├── 12-bit │ ├── media │ │ ├── readme.md │ │ ├── sdad_pcb_rev_01-2023.jpg │ │ ├── sdad_pcb_rev_02-2023.jpg │ │ └── sdad_pcb_rev_03-2023.jpg │ └── readme.md ├── 16-bit │ └── readme.md ├── 24-bit │ └── readme.md └── README.md ├── Smart LCD Touch Displays └── README.md ├── Vehicle Automation ├── media │ ├── image_2023-11-10_161202912.png │ ├── prototyping_is_like_this.jpg │ └── readme.md └── readme.md ├── become_a_sponsor ├── aeonlabs-github-sponsorship-agreement.docx └── readme.md ├── custom_PCB └── README.md ├── media ├── AppCAD.jpg ├── Autonomous-car.jpg ├── CE_READY.png ├── Consumer_1600x900.jpg ├── ELECROW_LOGO.png ├── Home-Assistant.png ├── Logo_of_Matter_connectivity_standard.png ├── Photo+Dec+11,+1+39+43+AM.jpg ├── Zigbee_logo.png ├── all_pcb.png ├── b8e5802235c84705989f93114acceb70.png ├── become_a_github_sponsor.png ├── certified logos.png ├── construction_industry.jpg ├── digital-transformation.jpg ├── digitaltransformation-1920x883.jpg ├── diy_icon.png ├── diy_makers.jpg ├── electromaker_logo.png ├── eurocircuits.png ├── excel_utils.png ├── freerouting_social_preview_1280x960_v2.png ├── groupgets.png ├── gumroad.png ├── hackday_logo.png ├── hackster_io.png ├── home_automation.jpg ├── instructables_logo.png ├── kicad_logo_small.png ├── lectronz.png ├── likeShareComment.jpg ├── lk_shiny_enclosure_store.png ├── mailing-list_orig.png ├── medical_smart_devices.jpg ├── medium.jpg ├── mental_health.jpg ├── open_science_lab.png ├── patreon_small.png ├── paypal_small.png ├── pcb_icon.png ├── pcbway.jpg ├── progIDE.png ├── readme.md ├── right_to_repair.png ├── rspb.1936.0053.pdf ├── saturnPCBdesignLogo.png ├── schwerpunktthema-digitale-transformation-breitbild-schmal.jpg ├── seedstudio_logo.png ├── smart_solar_cell.jpg ├── smartup contact form.txt ├── tea-shop-owner-1600x900.jpeg ├── testing_phase_alpha.jpg ├── testing_phase_beta.jpg ├── tindie_amazing.png ├── tindie_amazing_small.jpg ├── tindie_sell.png ├── tuya_logo.png ├── twitter_small.png ├── want_to_become_a_sponsor.png ├── wearables.png ├── whatsAppTelegram.png ├── working_green.png ├── working_red.png ├── working_yellow.png ├── works_with_apple_home.png ├── works_with_google_home.png ├── works_with_home_assistanr.png ├── works_with_matter.png ├── works_with_zigbee.jpg └── youtube.png ├── useful_utilities ├── README.md ├── resist divider calculator - MP8765.xlsx └── resist divider calculator.xlsx └── wearables └── readme.md /.github/FUNDING.yml: -------------------------------------------------------------------------------- 1 | # These are supported funding model platforms 2 | github: [aeonSolutions] 3 | custom: [http://paypal.me/mtpsilva] 4 | buy_me_a_coffee: migueltomas 5 | -------------------------------------------------------------------------------- /CODE_OF_CONDUCT.md: -------------------------------------------------------------------------------- 1 | ## AeonLab's way of work 2 | 3 | All, members and contributors, agree to make participation in this project's community a harassment-free experience for everyone, regardless of age, body size, visible or invisible disability, ethnicity, sex characteristics, gender identity and expression, level of experience, education, socio-economic status, nationality, personal appearance, race, religion, or sexual identity and orientation. 4 | 5 | All, members and contributors, agree to act and interact in ways that contribute to an open, welcoming, diverse, inclusive, and healthy community. 6 | 7 | ## AeonLabs Standards 8 | 9 | Examples of behavior that contributes to a positive environment for our community include: 10 | 11 | * Demonstrating empathy and kindness toward other people 12 | * Being respectful of differing opinions, viewpoints, and experiences 13 | * Giving and gracefully accepting constructive feedback 14 | * Accepting responsibility and apologizing to those affected by our mistakes, and learning from the experience 15 | * Focusing on what is best not just for us as individuals, but for the overall community 16 | 17 | Examples of unacceptable behavior include: 18 | 19 | * The use of sexualized language or imagery, and sexual attention or 20 | advances of any kind 21 | * Trolling, insulting or derogatory comments, and personal or political attacks 22 | * Public or private harassment 23 | * Publishing others' private information, such as a physical or email 24 | address, without their explicit permission 25 | * Other conduct which could reasonably be considered inappropriate in a 26 | professional setting 27 | 28 | ## Enforcement Responsibilities 29 | 30 | Community leaders are responsible for clarifying and enforcing our standards of acceptable behavior and will take appropriate and fair corrective action in response to any behavior that they deem inappropriate, threatening, offensive, or harmful. 31 | 32 | Community leaders have the right and responsibility to remove, edit, or reject comments, commits, code, wiki edits, issues, and other contributions that are not aligned to this Code of Conduct, and will communicate reasons for moderation decisions when appropriate. 33 | 34 | ## Scope 35 | 36 | This Code of Conduct applies within all community spaces and also applies when an individual is officially representing the community in public spaces. Examples of representing our community include using an official e-mail address, posting via an official social media account, or acting as an appointed representative at an online or offline event. 37 | 38 | ## Enforcement 39 | 40 | Instances of abusive, harassing, or otherwise unacceptable behavior may be reported to the community leaders responsible for enforcement at mtpsilva@gmail.com. All complaints will be reviewed and investigated promptly and fairly. 41 | 42 | All community leaders are obligated to respect the privacy and security of the reporter of any incident. 43 | 44 | ## Enforcement Guidelines 45 | 46 | Community leaders will follow these Community Impact Guidelines in determining the consequences for any action they deem in violation of this Code of Conduct: 47 | 48 | ### 1. Correction 49 | 50 | **Community Impact**: Use of inappropriate language or other behavior deemed unprofessional or unwelcome in the community. 51 | 52 | **Consequence**: A private, written warning from community leaders, providing clarity around the nature of the violation and an explanation of why the behavior was inappropriate. A public apology may be requested. 53 | 54 | ### 2. Warning 55 | 56 | **Community Impact**: A violation through a single incident or series of actions. 57 | 58 | **Consequence**: A warning with consequences for continued behavior. No interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, for a specified period of time. This includes avoiding interactions in community spaces as well as external channels like social media. Violating these terms may lead to a temporary or permanent ban. 59 | 60 | ### 3. Temporary Ban 61 | 62 | **Community Impact**: A serious violation of community standards, including sustained inappropriate behavior. 63 | 64 | **Consequence**: A temporary ban from any sort of interaction or public communication with the community for a specified period of time. No public or private interaction with the people involved, including unsolicited interaction with those enforcing the Code of Conduct, is allowed during this period. Violating these terms may lead to a permanent ban. 65 | 66 | ### 4. Permanent Ban 67 | 68 | **Community Impact**: Demonstrating a pattern of violation of community standards, including sustained inappropriate behavior, harassment of an individual, or aggression toward or disparagement of classes of individuals. 69 | 70 | **Consequence**: A permanent ban from any sort of public interaction within the community. 71 | 72 | ## Attribution 73 | 74 | This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 2.0, 75 | available at https://www.contributor-covenant.org/version/2/0/code_of_conduct.html. 76 | 77 | Community Impact Guidelines were inspired by [Mozilla's code of conduct enforcement ladder](https://github.com/mozilla/diversity). 78 | 79 | [homepage]: https://www.contributor-covenant.org 80 | 81 | For answers to common questions about this code of conduct, see the FAQ at 82 | https://www.contributor-covenant.org/faq. Translations are available at https://www.contributor-covenant.org/translations. 83 | 84 |
85 |
86 | -------------------------------------------------------------------------------- /Construction Industry/Building & Indoor/readme.md: -------------------------------------------------------------------------------- 1 | [Main Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> 2 | [Construction Industry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry) >> [ 3 | Building & Indoor](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry/Building%20%26%20Indoor) 4 | 5 |

6 | Change Language
7 | Last update: 30-11-2023 8 |

9 | 10 | # Smart Technolgies for Building & Indoor 11 | 12 | - [Home Automation Safety & Health](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home%20Automation%20Safety%20%26%20Health) 13 | - [AeonLabs LDAD for Legrand Plexo Junction box](https://github.com/aeonSolutions/AeonLabs-LDAD-for-Legrand-Plexo) 14 | 15 | LDAD PCB for a direct fit on [Legrand Plexo](https://www.legrand.com/ecatalogue/RESIDENTIAL-BUILDINGS-AND-HOTEL-EQUIPMENT/weatherproof-wiring-accessories-and-other-installation-equipment:5/weatherproof-wiring-accessories-and-boxes:1/plexo-boxes-ip-55-ik-07-with-direct-entry-membrane-glands-650-c:12/square-boxes:2/65-x-) Junction Box with 65x65x40xmm. Features WIFI, BLE & Bluetooth 5.x connectivity and can connect up to 10 sensors. This PCB is powered with any 220V AC line. If wireless is not possible this PCB is able to connect to a Home #CanBus network for data transmission (and receive) up to 1Mbit/s.The perfect #PCB for managing construction site works since early construction stages, while, for instance, concreting structural elements. Later on can be left and integrated with any home automation system for active structural and environmental monitoring. Simple and compatible with existing tools and technologies. Can't get better than this !!! 16 | 17 |

18 | 19 |

20 | 21 | - [Smart Switch for Universal 60x60mm Junction box](https://github.com/aeonSolutions/AeonLabs-Construction-Universal_Junction-Box) 22 | Smart Home Light Switch for home automation. Made to fit any universal junction box. Feature Network On/OFF switch. Up to 2 sensors. Connectivity Home CANBus; WiFi, Bluetooth, BLE. This PCB is powered with any 220V AC line. This LDAD for universal juntion box, has already built in CANBUS Network connectivity compatible with ISO 11898-2 for data transmission (and receive) up to 1Mbit/s. Ready to deploy using [Home Assistant](https://www.home-assistant.io/) tools! The perfect #PCB for managing construction site works since early construction stages, while, for instance, concreting structural elements. Later on can be left and integrated with any home automation system for active structural and environmental monitoring. 23 | 24 |

25 | 26 |

27 | 28 | - [AeonLabs LDAD Essentials Temperature](https://github.com/aeonSolutions/AeonLabs-LDAD-Essentials-Temperature) 29 | This repo contains the KiCad files for the LDAD Essentials features up to 6 Temperature Sensors has WIFI and BLE connectivity and is powered by a 4.2v Lipo Battery. 30 | This PCB was made to Fit a [Legrand Aftakdoos Leeq](https://www.google.com/search?q=Legrand+Aftakdoos+leeq&newwindow=1&client=opera&sxsrf=APq-WBudoCNXlyJkT8RVjwlvQol-xiGYpA%3A1650729585719&ei=cSJkYqmqK_GAi-gPo-ey4AQ&ved=0ahUKEwjpps70xqr3AhVxwAIHHaOzDEwQ4dUDCA0&uact=5&oq=Legrand+Aftakdoos+leeq&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAE6BwgAEEcQsAM6BggAEBYQHkoECEEYAEoECEYYAFDhBViiD2DMEGgBcAF4AIABpgGIAfkDkgEDMC40mAEAoAEByAEIwAEB&sclient=gws-wiz) 89x43mm waterproof enclosure 31 | 32 |

33 | 34 |

35 | 36 | - [AeonLabs-LDAD-Essentials-For-I2C-Sensors](https://github.com/aeonSolutions/AeonLabs-LDAD-Essentials-For-I2C-Sensors) 37 | 38 | This repo contains the KiCad files for the LDAD Essentials features up to 6 I2C sensor connections has WIFI and BLE connectivity and is powered by a 4.2v Lipo Battery. 39 | This PCB was made to Fit a [Legrand Aftakdoos Leeq](https://www.google.com/search?q=Legrand+Aftakdoos+leeq&newwindow=1&client=opera&sxsrf=APq-WBudoCNXlyJkT8RVjwlvQol-xiGYpA%3A1650729585719&ei=cSJkYqmqK_GAi-gPo-ey4AQ&ved=0ahUKEwjpps70xqr3AhVxwAIHHaOzDEwQ4dUDCA0&uact=5&oq=Legrand+Aftakdoos+leeq&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAE6BwgAEEcQsAM6BggAEBYQHkoECEEYAEoECEYYAFDhBViiD2DMEGgBcAF4AIABpgGIAfkDkgEDMC40mAEAoAEByAEIwAEB&sclient=gws-wiz) 89x43mm waterproof enclosure. 40 | 41 |

42 | 43 |

44 | 45 | 46 | 47 | ## What one additionally needs 48 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 49 | 50 |
51 | 52 | ## Author 53 | 54 | You can get in touch with me on my LinkedIn Profile: 55 | 56 | #### Miguel Tomas 57 | 58 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 59 | 60 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 61 | 62 |
63 | 64 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 65 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 66 | 67 | [](https://www.buymeacoffee.com/migueltomas) 68 | 69 |
70 | 71 | ### Make a donation on Paypal 72 | Make a donation on paypal and get a TAX refund*. 73 | 74 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 75 | 76 |
77 | 78 | ### Support all these open hardware projects and become a patreon 79 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 80 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 81 | 82 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 83 | 84 | # 85 | 86 | ### License 87 | 88 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics solutions for open-hardware development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 89 | -------------------------------------------------------------------------------- /Construction Industry/Building Smart Network Connectivity/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Construction-Industry.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 13 | [](https://www.buymeacoffee.com/migueltomas) 14 | 15 |

16 | 17 |

18 | 19 | [Main Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> 20 | [Construction Industry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry) >> Smart Technologies for Building Smart Network Connectivity 21 | 22 |

23 | Change Language
24 | Last update: 30-11-2023 25 |

26 | 27 | # Smart Technologies for Building Smart Network Connectivity 28 | 29 | - [Smart Device for Structural Self-Sensing Carbon Fiber Based Composites](https://github.com/aeonSolutions/openScience-Smart-Device-for-Structural-Self-Sensing-Carbon-Fiber-Based-Composites-/) 30 | 31 | This repo contains the PCB Gerber files for a smart device able to connect to self-sensing carbon fiber composites for structural active monitoring. 32 | 33 |

34 | 35 |

36 | 37 | 38 | - [AeonLabs LDAD Essentials Temperature](https://github.com/aeonSolutions/AeonLabs-LDAD-Essentials-Temperature) 39 | This repo contains the KiCad files for the LDAD Essentials features up to 6 Temperature Sensors has WIFI and BLE connectivity and is powered by a 4.2v Lipo Battery. 40 | This PCB was made to Fit a [Legrand Aftakdoos Leeq](https://www.google.com/search?q=Legrand+Aftakdoos+leeq&newwindow=1&client=opera&sxsrf=APq-WBudoCNXlyJkT8RVjwlvQol-xiGYpA%3A1650729585719&ei=cSJkYqmqK_GAi-gPo-ey4AQ&ved=0ahUKEwjpps70xqr3AhVxwAIHHaOzDEwQ4dUDCA0&uact=5&oq=Legrand+Aftakdoos+leeq&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAE6BwgAEEcQsAM6BggAEBYQHkoECEEYAEoECEYYAFDhBViiD2DMEGgBcAF4AIABpgGIAfkDkgEDMC40mAEAoAEByAEIwAEB&sclient=gws-wiz) 89x43mm waterproof enclosure 41 | 42 |

43 | 44 |

45 | 46 | - [AeonLabs-LDAD-Essentials-For-I2C-Sensors](https://github.com/aeonSolutions/AeonLabs-LDAD-Essentials-For-I2C-Sensors) 47 | 48 | This repo contains the KiCad files for the LDAD Essentials features up to 6 I2C sensor connections has WIFI and BLE connectivity and is powered by a 4.2v Lipo Battery. 49 | This PCB was made to Fit a [Legrand Aftakdoos Leeq](https://www.google.com/search?q=Legrand+Aftakdoos+leeq&newwindow=1&client=opera&sxsrf=APq-WBudoCNXlyJkT8RVjwlvQol-xiGYpA%3A1650729585719&ei=cSJkYqmqK_GAi-gPo-ey4AQ&ved=0ahUKEwjpps70xqr3AhVxwAIHHaOzDEwQ4dUDCA0&uact=5&oq=Legrand+Aftakdoos+leeq&gs_lcp=Cgdnd3Mtd2l6EAMyBQghEKABMgUIIRCgATIFCCEQoAE6BwgAEEcQsAM6BggAEBYQHkoECEEYAEoECEYYAFDhBViiD2DMEGgBcAF4AIABpgGIAfkDkgEDMC40mAEAoAEByAEIwAEB&sclient=gws-wiz) 89x43mm waterproof enclosure. 50 | 51 |

52 | 53 |

54 | 55 | 56 | ## What one additionally needs 57 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 58 | 59 |
60 |
61 | 62 | ## Author 63 | 64 | You can get in touch with me on my LinkedIn Profile: 65 | 66 | #### Miguel Tomas 67 | 68 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 69 | 70 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 71 | 72 |
73 | 74 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 75 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 76 | 77 | [](https://www.buymeacoffee.com/migueltomas) 78 | 79 |
80 | 81 | ### Make a donation on Paypal 82 | Make a donation on paypal and get a TAX refund*. 83 | 84 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 85 | 86 |
87 | 88 | ### Support all these open hardware projects and become a patreon 89 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 90 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 91 | 92 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 93 | 94 | # 95 | 96 | ### License 97 | 98 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics solutions for open-hardware development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 99 | -------------------------------------------------------------------------------- /Construction Industry/Construction Site/readme.md: -------------------------------------------------------------------------------- 1 | # Smart Technologies for the Construction Site 2 | [![Facebook](https://img.shields.io/badge/Facebook-%231877F2.svg?style=for-the-badge&logo=Facebook&logoColor=white)](https://www.facebook.com/groups/1604916820367051) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Construction-Industry.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | 13 | 14 |

15 | 16 |

17 | 18 | [Main Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> 19 | [Construction Industry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry) >> [Construction Site](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry/Construction%20Site) 20 | 21 |

22 | Change Language
23 | Last update: 12-04-2024 24 |

25 | 26 | ## [Construcion Site]() 27 | 28 | ✓ 🟢 **[Smart Construction Device](https://github.com/aeonSolutions/AeonLabs-Smart-Construction-Device)** 29 | 30 | The Smart Construction Device can connect to all kinds of sensors. It features 2x channel Ports and is capable of monitoring for more than one year without the need to recharge batteries. 31 | 32 |
33 | 34 | ✓ 🟢 **[Smart Device for Structural Self-Sensing Carbon Fiber Based Composites](https://github.com/aeonSolutions/openScience-Smart-Device-for-Structural-Self-Sensing-Carbon-Fiber-Based-Composites-/)** 35 | 36 | This repo contains the PCB Gerber files for a smart device able to connect to self-sensing carbon fiber composites for structural active monitoring. 37 | 38 |

39 | 40 |

41 | 42 | ✓ 🟢 **[Smart Concrete Curing Monitoring Device](https://aeonsolutions.github.io/products/concretematurity/)** 43 | 44 | This repo contains instructions on how to assemble a smart PCB able to monitor Fresh Reinforced concrete Hardening to determine concrete maturity and estimate its strength. The smart PCB is a 12-bit smart DAQ. 45 | 46 |

47 | 48 |

49 | 50 | ## What one additionally needs 51 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 52 | 53 |
54 |
55 | 56 | ## Author 57 | 58 | You can get in touch with me on my LinkedIn Profile: 59 | 60 | #### Miguel Tomas 61 | 62 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 63 | 64 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 65 | 66 |
67 | 68 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 69 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 70 | 71 | [](https://www.buymeacoffee.com/migueltomas) 72 | 73 |
74 | 75 | ### Make a donation on Paypal 76 | Make a donation on PayPal and get a TAX refund*. 77 | 78 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 79 | 80 | 81 | # 82 | 83 | ### License 84 | 85 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics solutions for open-hardware development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 86 | -------------------------------------------------------------------------------- /Construction Industry/Roads & vehicles/media/image_2023-06-02_160852076.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Construction Industry/Roads & vehicles/media/image_2023-06-02_160852076.png -------------------------------------------------------------------------------- /Construction Industry/Roads & vehicles/media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Construction Industry/Roads & vehicles/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Construction-Industry.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 13 | [](https://www.buymeacoffee.com/migueltomas) 14 | 15 |

16 | 17 |

18 | 19 | [Main Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> 20 | [Construction Industry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Construction%20Industry) >> Smart technologies for Vehicle Roads and Driving Safety 21 | 22 |

23 | Change Language
24 | Last update: 30-11-2023 25 |

26 | 27 | ## Smart technologies for Vehicle Roads and Driving Safety 28 | 29 | 30 |
31 |
32 | 33 |

34 | 35 |

36 | 37 | ### [Self-sensing asphalt](https://github.com/aeonSolutions/Open-Scientific-Research) (soon . stay tuned.) 38 | 39 | This paper presents an innovative bituminous asphalt composition mixed with carbon fibers and studies the self-sensing ability of this kind of composition. This innovative bituminous asphalt is able to transmit measured data using a Passive DAQ device with the necessary hardware characteristics to handle data measurements collection from an autonomous moving vehicle traveling at 300km/h on a tarmac highway. Tarmac road condition measurements are made using modified RFID UHF technologies capable of doing electrical resistance measurements on the proposed self-sensing bituminous asphalt and sending it using UHF ISM band to an autonomous vehicle upon request. 40 | (…) 41 | 42 |
43 | 44 |

45 |
46 | Photo from Infraestruturas de Portugal on Linkedin 47 |

48 | 49 | ### [Smart Traffic Beacon Barrier]() (soon . stay tuned.) 50 | 51 | Retrofitting of flexible road beacons suing smart ultra low paowered smart electronics with the aim of actively detecting accidents. For example an accident happening. For example for active monitoring of dangerous driving and prevention of a possible accident that may happen later along that route. This smart electronic device prototype is easy to install into existing beacons connected to the internet via "narrow band" NB-IoT. Powered, from a flexible photovoltaic cell glued around the road beacon 52 | 53 |
54 |
55 | 56 | ## What one additionally needs 57 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 58 |
59 |
60 | 61 | **Get a Notification on every PCB update** 62 | 63 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [mail here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 64 | |-------------|------| 65 | 66 |
67 |
68 | 69 | ## Author 70 | 71 | You can get in touch with me on my LinkedIn Profile: 72 | 73 | #### Miguel Tomas 74 | 75 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 76 | 77 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 78 | 79 |
80 | 81 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 82 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 83 | 84 | [](https://www.buymeacoffee.com/migueltomas) 85 | 86 |
87 | 88 | ### Make a donation on Paypal 89 | Make a donation on paypal and get a TAX refund*. 90 | 91 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 92 | 93 |
94 | 95 | ### Support all these open hardware projects and become a patreon 96 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 97 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 98 | 99 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/patreon_small.png)](https://www.patreon.com/ldad) 100 | 101 |
102 |
103 | 104 | ______________________________________________________________________________________________________________________________ 105 | ### License 106 | 107 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 108 | 109 | 110 | -------------------------------------------------------------------------------- /DIY-Maker/README.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 4 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 5 | 6 | trackgit-views 7 | 8 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 9 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 10 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 11 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 12 | [](https://www.buymeacoffee.com/migueltomas) 13 | 14 | 15 | 16 | 17 |

18 | 19 |

20 | 21 | **Navigation** | [AeonLabs Main Index](https://github.com/aeonSolutions/aeonSolutions/blob/main/aeonSolutions-Main-Index.md) >> [Open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [DIY & Maker](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 22 | 23 |

24 | Change Language
25 | Last update: 21-08-2024 26 |

27 | 28 | 29 | # DIY & Makers PCB Modules 30 | To view a list of many PCB modules/shield designs ready to use in KiCad [click here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/PCB-Shields/README.md). 31 | 32 | ### DIY & Makers PCB essentials 33 | [where to buy](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Where-to-Buy) already assembled and ready to use. 34 | 35 | - [Upgradable ESP32 MCU](https://github.com/aeonSolutions/AeonLabs-Upgradable-MCU-ESP32) 36 | 37 |

38 | 39 | 40 | 41 |

42 | 43 |
44 | 45 | - [AeonLabs MCU Burner USB to UART/USB](https://github.com/aeonSolutions/AeonLabs-MCU-Burner-USB-to-UART-TTL) 46 | 47 | This repo contains the KiCad files for the micro-USB to UART TTL PCB or USB to USB firmware downloader. This PCB can do firmware download on any AeonLabs PCB designs or any other PCB running at 3.3V or 5.0V. Features voltage selection : 3.0V 250mA/500mA or 5.0V 500mA and automatic reset and automatic boot. It can fit an enclosure with dimensions of 35x35x4 mm 48 | 49 |

50 | 51 |

52 | 53 |
54 | 55 | [ESP32-S3 MCU Tester QFN-58](https://github.com/aeonSolutions/AeonLabs-ESP32-S3-MCU-TESTER-QFN-58/blob/main/README.md) 56 | 57 | This is the PCB for testing QFN-58 ESP32 S3 MCUs. 58 | 59 |

60 | 61 | 62 |

63 | 64 |
65 | 66 | - [Solder Reflow Plate PCB](https://github.com/aeonSolutions/AeonLabs-Solder-Reflow-Plate-PCB) 67 | 68 | Improved Kicad PCB schematics for a DIY Solder Reflow Plate from the original PCB schematic by [AfterEarthLTD](https://github.com/AfterEarthLTD/Solder-Reflow-Plate) 69 | 70 | ### As Seen On GreatScott! 71 | This is the Gerber & KiCad files for the Youtuber GreatScott! video "The Best way to reflow solder? Hot Plate to the rescue! DIY or Buy" 72 | 73 |

74 | 75 |

76 | 77 |
78 | 79 | ## Promotion of DIY Work online 80 | For the promotion of your hardware electronics schematics on a browser there are available free, open-source, Web Gerber viewers, ready to be integrated into an existing website. 81 | I recommend 🥰 [GRX](https://github.com/hpcreery/GRX) made by [Hunter Creery](https://github.com/hpcreery) and [Peyton Creery](https://github.com/phcreery). Anyone can try it out on the following website: [https://grx.creery.org/](https://grx.creery.org/) 82 | 83 |
84 | 85 | [Gerber viewer](https://github.com/xingrz/GerberViewer) by [XiNGRZ](https://github.com/xingrz) is another option for the promotion of PCB design works online. 86 | 87 | 88 |
89 | 90 | *Don't forget to LIKE, SHARE, and subscribe to the free WhatsApp group* and if you liked this PCB consider buying me a cup of coffee. Links below. 91 | 92 |
93 | 94 | ## Fully assembled PCB 95 | Alternatively, and if you do not want to build a PCB by yourself and like to buy one, you can do it here: 96 | 97 |

98 | 99 |

100 | 101 | ## Projects by other Makers 102 | **[Beny-Devices](https://beny-devices.eu/search?q=eval+design&options%5Bprefix%5D=last)** by [Petr Dvořák](https://www.linkedin.com/in/petr-dvorak-hw/)
103 | Petr Dvořák is a "🚀 Hardware Designer :: From ideas to products :: 🤝 𝙏𝙝𝙖𝙩 𝙆𝙞𝘾𝘼𝘿 𝙜𝙪𝙮 🏗️", from Brno, South Moravia, Czechia. On his website, he sells useful modules compatible with Arduino and ESP32. 104 | 105 | **[Power latch with microcontrollers](https://github.com/pcbreflux/espressif)** by [pcbreflux](https://github.com/pcbreflux)
106 | 107 | **[esp32-c3-mini](https://github.com/fbiego/esp32-c3-mini)** by [Felix Biego](https://github.com/fbiego)
108 | A demo LVGL Watch project for ESP32 C3 mini 240*240 touch display development board. Can also be built natively to test the LVGL UI. 109 | 110 | 111 |
112 |
113 | 114 | ## Author 115 | 116 | You can get in touch with me on my LinkedIn Profile: 117 | 118 | #### Miguel Tomas 119 | 120 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 121 | 122 | profile for Miguel Silva on Stack Exchange, a network of free, community-driven Q&A sites 123 | 124 | 125 | 126 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 127 | 128 |
129 | 130 | **Hire AeonLabs**
131 | If you like my work here and are looking to design and deploy your own smart device find [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire me. 132 | 133 |
134 | 135 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 136 | The PCB design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 137 | 138 |

139 | 140 | 141 | 142 |

143 | 144 | 145 | ### Make a donation on PayPal 146 | Make a donation on PayPal and get a TAX refund*. 147 | 148 |

149 | 150 | 151 | 152 |

153 | 154 | ### Support all these open hardware projects and become a GitHub sponsor 155 | Did you like any of my PCB KiCad Designs? Help and support my open work by becoming a GitHub sponsor. 156 | 157 |

158 | 159 | 160 | 161 | 162 | 163 | 164 |

165 | 166 | ## License 167 | 168 | Before proceeding to download any of AeonLab's open-source code for software solutions and/or open hardware electronics for smart devices and data acquisition make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Open Source Code](https://github.com/aeonSolutions/aeonSolutions/wiki/AeonLabs-Licensing) for more information. For commercial business solutions contact AeonLabs ℹ️ using the contacts above. Thank you 🙏. 169 | -------------------------------------------------------------------------------- /Designs/bmc_qr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Designs/bmc_qr.png -------------------------------------------------------------------------------- /Designs/concrete_maturity_connectivity_plugs.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Designs/concrete_maturity_connectivity_plugs.png -------------------------------------------------------------------------------- /Designs/get_it_google_play.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Designs/get_it_google_play.png -------------------------------------------------------------------------------- /Designs/pcb_compatibility.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Designs/pcb_compatibility.png -------------------------------------------------------------------------------- /Designs/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/electroboom.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home Automation Safety & Health/media/electroboom.jpg -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/emf_head_paper.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home Automation Safety & Health/media/emf_head_paper.jpeg -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/energy_unbalance_health.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home Automation Safety & Health/media/energy_unbalance_health.jpg -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/magneto_helmet.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home Automation Safety & Health/media/magneto_helmet.jpg -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Home Automation Safety & Health/media/video_dimensional scales virus.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home Automation Safety & Health/media/video_dimensional scales virus.mp4 -------------------------------------------------------------------------------- /Home Automation Safety & Health/readme.md: -------------------------------------------------------------------------------- 1 |

2 | 3 |

4 | 5 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 6 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 7 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 8 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 9 | 10 | trackgit-views 11 | 12 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Home-Automation.svg) 13 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 14 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 15 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 16 | [](https://www.buymeacoffee.com/migueltomas) 17 | 18 | 19 | 20 | 21 | **Navigation** | [AeonLabs Main Index](https://github.com/aeonSolutions/aeonSolutions/blob/main/aeonSolutions-Main-Index.md) >> [Open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> Home Automation Safety & Health 22 | 23 |

24 | 25 | Change Language
26 | Last update: 08-06-2024 27 |

28 | 29 | This page has moved to here: 30 | 31 | https://github.com/aeonSolutions/AeonLabs-Safety-Health 32 | 33 |
34 | 35 | ## Author 36 | 37 | You can get in touch with me on my LinkedIn Profile: 38 | 39 | #### Miguel Tomas 40 | 41 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 42 | 43 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 44 | 45 |
46 | 47 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 48 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza, or a book to help me study, eat, and think new PCB design files. 49 | 50 | [](https://www.buymeacoffee.com/migueltomas) 51 | 52 |
53 | 54 | ### Make a donation on Paypal 55 | Make a donation on PayPal and get a TAX refund*. 56 | 57 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 58 | 59 | 60 | ## License 61 | 62 | Before proceeding to download any of AeonLab's open-source code for software solutions and/or open hardware electronics for smart devices and data acquisition make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Open Source Code](https://github.com/aeonSolutions/aeonSolutions/wiki/AeonLabs-Licensing) for more information. For commercial business solutions contact AeonLabs ℹ️ using the contacts above. Thank you 🙏. 63 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home AC Dc Power Management/smahoo.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Home-Automation/Smart Home AC Dc Power Management/smahoo.jpeg -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/Bedroom/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Bedroom](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Bedroom) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Bedroom 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 |
17 | 18 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 19 | - [Smart Wireless Wave Safety](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Wireless%20Wave%20Safety) 20 | 21 | 22 |
23 | 24 | ## Compatibility 25 | 26 |

27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 |

43 | 44 |
45 | 46 | ## What one additionally needs 47 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 48 |
49 |
50 | 51 | ## Author 52 | 53 | You can get in touch with me on my LinkedIn Profile: 54 | 55 | #### Miguel Tomas 56 | 57 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 58 | 59 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 60 | 61 |
62 | 63 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 64 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 65 | 66 | [](https://www.buymeacoffee.com/migueltomas) 67 | 68 |
69 | 70 | ### Make a donation on Paypal 71 | Make a donation on paypal and get a TAX refund*. 72 | 73 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 74 | 75 |
76 | 77 | ### Support all these open hardware projects and become a patreon 78 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 79 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 80 | 81 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/patreon_small.png)](https://www.patreon.com/ldad) 82 | 83 |
84 |
85 | 86 | ______________________________________________________________________________________________________________________________ 87 | ### License 88 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 89 | 90 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 91 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/Common Areas & Entrance/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Common areas & Entrance](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Common%20Areas%20%26%20Entrance) 2 | 3 |
4 | 5 | 6 | # Smart Home Appliances for the Common Areas & Entrance 7 | 8 | ### Available PCB Designs as KiCad Project files for DIY and Makers 9 | 10 | [](https://www.tindie.com/stores/aeonlabs/) 11 | 12 | 13 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 14 | 15 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 16 | 17 | 18 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 19 | - [Smart Wireless Wave Safety](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Wireless%20Wave%20Safety) 20 | 21 |
22 | 23 | ## Compatibility 24 | 25 |

26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |

42 | 43 |
44 | 45 | 46 | ## What one additionally needs 47 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 48 |
49 |
50 | 51 | ## Author 52 | 53 | You can get in touch with me on my LinkedIn Profile: 54 | 55 | #### Miguel Tomas 56 | 57 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 58 | 59 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 60 | 61 |
62 | 63 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 64 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 65 | 66 | [](https://www.buymeacoffee.com/migueltomas) 67 | 68 |
69 | 70 | ### Make a donation on Paypal 71 | Make a donation on paypal and get a TAX refund*. 72 | 73 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 74 | 75 |
76 | 77 | ### Support all these open hardware projects and become a patreon 78 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 79 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 80 | 81 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/patreon_small.png)](https://www.patreon.com/ldad) 82 | 83 |
84 |
85 | 86 | ______________________________________________________________________________________________________________________________ 87 | ### License 88 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 89 | 90 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 91 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/Garage/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Garage](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Garage) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Garage 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 |
17 | 18 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 19 | - [Smart Wireless Wave Safety](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Wireless%20Wave%20Safety) 20 | 21 |
22 | 23 | ## Compatibility 24 | 25 |

26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |

42 | 43 |
44 | 45 | 46 | ## What one additionally needs 47 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 48 |
49 |
50 | 51 | ## Author 52 | 53 | You can get in touch with me on my LinkedIn Profile: 54 | 55 | #### Miguel Tomas 56 | 57 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 58 | 59 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 60 | 61 |
62 | 63 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 64 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 65 | 66 | [](https://www.buymeacoffee.com/migueltomas) 67 | 68 |
69 | 70 | ### Make a donation on Paypal 71 | Make a donation on paypal and get a TAX refund*. 72 | 73 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 74 | 75 |
76 | 77 | ### Support all these open hardware projects and become a patreon 78 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 79 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 80 | 81 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/patreon_small.png)](https://www.patreon.com/ldad) 82 | 83 |
84 |
85 | 86 | ______________________________________________________________________________________________________________________________ 87 | ### License 88 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 89 | 90 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 91 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/Garden/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Garden](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Garden) 2 | 3 |
4 | 5 | 6 | # Smart Home Appliances for the Garden 7 | 8 | ### Available PCB Designs as KiCad Project files for DIY and Makers 9 | 10 | [](https://www.tindie.com/stores/aeonlabs/) 11 | 12 | 13 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 14 | 15 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 16 | 17 | 18 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 19 | - [Wireless Battery Powered Rainmeter](https://aeonsolutions.github.io/products/rain_meter/index.html) 20 | 21 |
22 | 23 | ## Compatibility 24 | 25 |

26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 |

42 | 43 |
44 | 45 | 46 | ## What one additionally needs 47 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 48 | 49 |
50 |
51 | 52 | ## Author 53 | 54 | You can get in touch with me on my LinkedIn Profile: 55 | 56 | #### Miguel Tomas 57 | 58 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 59 | 60 | profile for Miguel Silva on Stack Exchange, a network of free, community-driven Q&A sites 61 | 62 | 63 | 64 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 65 | 66 |
67 | 68 | **Hire me**
69 | See [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire AeonLabs. 70 | 71 |
72 | 73 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 74 | The PCB design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 75 | 76 |

77 | 78 | 79 | 80 |

81 | 82 | 83 | ### Make a donation on PayPal 84 | Make a donation on PayPal and get a TAX refund*. 85 | 86 |

87 | 88 | 89 | 90 |

91 | 92 | ### Support all these open hardware projects and become a GitHub sponsor 93 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becoming a GitHub sponsor. 94 | 95 |

96 | 97 | 98 | 99 | 100 | 101 | 102 |

103 | 104 | # 105 | 106 | ### License 107 | 108 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 109 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/Living Room/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Living Room](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Living%20Room) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Living Room 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 | 17 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 18 | - [Smart Wireless Wave Safety](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Wireless%20Wave%20Safety) 19 | - [DIYPERKS DIY "Building a quality USB-C microphone"](https://github.com/aeonSolutions/DIYPERKS_microphone_project) 20 | 21 | This is the Gerber & KiCad files for YouTube video "Building a quality USB-C microphone" by DIY PERKS. You can view the DIY build here : https://www.youtube.com/watch?v=LoQu3XXIayc 22 | 23 |

24 | 25 |

26 | 27 |
28 | 29 | ## Compatibility 30 | 31 |

32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |

48 | 49 |
50 | 51 | ## What one additionally needs 52 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 53 |
54 |
55 | 56 | ## Author 57 | 58 | You can get in touch with me on my LinkedIn Profile: 59 | 60 | #### Miguel Tomas 61 | 62 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 63 | 64 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 65 | 66 |
67 | 68 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 69 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 70 | 71 | [](https://www.buymeacoffee.com/migueltomas) 72 | 73 |
74 | 75 | ### Make a donation on Paypal 76 | Make a donation on paypal and get a TAX refund*. 77 | 78 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 79 | 80 |
81 | 82 | ### Support all these open hardware projects and become a patreon 83 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 84 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 85 | 86 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 87 | 88 |
89 |
90 | 91 | ______________________________________________________________________________________________________________________________ 92 | ### License 93 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 94 | 95 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 96 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/bathroom/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Bathroom](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/bathroom) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Bathroom 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 | 17 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 18 | 19 | - [InnoTech Weight Scale by AeonLabs](https://github.com/aeonSolutions/AeonLabs-InnoTech-Intelligent-Weight-Scale) 20 | 21 | This is a PCB is being designed for a direct replacement of the one that is installed on all InnoTech Weight Scales. Features a color LCD and you can connect to your home automation wihout the need of third party cloud storage. This way your health data never leaves your home*. 22 | 23 |

24 | 25 |

26 | 27 |
28 | 29 | ## Compatibility 30 | 31 |

32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |

48 | 49 |
50 | 51 | ## What one additionally needs 52 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 53 |
54 |
55 | 56 | ## Author 57 | 58 | You can get in touch with me on my LinkedIn Profile: 59 | 60 | #### Miguel Tomas 61 | 62 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 63 | 64 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 65 | 66 |
67 | 68 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 69 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 70 | 71 | [](https://www.buymeacoffee.com/migueltomas) 72 | 73 |
74 | 75 | ### Make a donation on Paypal 76 | Make a donation on paypal and get a TAX refund*. 77 | 78 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 79 | 80 |
81 | 82 | ### Support all these open hardware projects and become a patreon 83 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 84 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 85 | 86 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 87 | 88 |
89 |
90 | 91 | ______________________________________________________________________________________________________________________________ 92 | ### License 93 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 94 | 95 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 96 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/kitchen/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Kitchen](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/kitchen) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Kitchen 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 | 17 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 18 | - [Smart Coffee Machine Addon](https://github.com/aeonSolutions/AeonLabs-Home-Automation-Smart-Coffee-MAchine-Addon) 19 | 20 | This repo contains the KiCad files for the Smart Coffee Machine Add-on. This PCB adds WiFi and BLE capabilities to any home or office coffee machine. Is able to control the water boiler temperature; remotely order a cup of coffee (with the possibility to control of the quantity of coffee in the cup); grind coffee beans. 21 | Don't forget to check out some cool photos of assembly on a Philips Senseo Coffee Machine [here](https://github.com/aeonSolutions/AeonLabs-Home-Automation-Smart-Coffee-MAchine-Addon/tree/main/Philips%20Senseo) 22 |

23 | 24 | 25 |

26 | 27 |
28 | 29 | ## Compatibility 30 | 31 |

32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 |

48 | 49 |
50 | 51 | 52 | ## What one additionally needs 53 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 54 |
55 |
56 | 57 | ## Author 58 | 59 | You can get in touch with me on my LinkedIn Profile: 60 | 61 | #### Miguel Tomas 62 | 63 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 64 | 65 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 66 | 67 |
68 | 69 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 70 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 71 | 72 |

73 | 74 | 75 | 76 |
77 | 78 |

79 | 80 |
81 | 82 | ### Make a donation on Paypal 83 | Make a donation on paypal and get a TAX refund*. 84 | 85 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 86 | 87 |
88 | 89 | ### Support all these open hardware projects and become a patreon 90 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 91 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 92 | 93 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 94 | 95 |
96 |
97 | 98 | ______________________________________________________________________________________________________________________________ 99 | ### License 100 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 101 | 102 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 103 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/laundry/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Laudry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/laundry) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Laundry 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 | 17 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 18 | - [Smart Wireless Wave Safety](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Wireless%20Wave%20Safety) 19 | 20 |
21 | 22 | ## Compatibility 23 | 24 |

25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |

41 | 42 |
43 | 44 | 45 | ## What one additionally needs 46 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 47 | 48 |
49 |
50 | 51 | ## Author 52 | 53 | You can get in touch with me on my LinkedIn Profile: 54 | 55 | #### Miguel Tomas 56 | 57 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 58 | 59 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 60 | 61 |
62 | 63 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 64 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 65 | 66 | [](https://www.buymeacoffee.com/migueltomas) 67 | 68 |
69 | 70 | ### Make a donation on Paypal 71 | Make a donation on paypal and get a TAX refund*. 72 | 73 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 74 | 75 |
76 | 77 | ### Support all these open hardware projects and become a patreon 78 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 79 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 80 | 81 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/patreon_small.png)](https://www.patreon.com/ldad) 82 | 83 |
84 |
85 | 86 | ______________________________________________________________________________________________________________________________ 87 | ### License 88 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 89 | 90 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 91 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/office/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) >> [Office](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/office) 2 | 3 |
4 | 5 | # Smart Home Appliances for the Office 6 | 7 | ### Available PCB Designs as KiCad Project files for DIY and Makers 8 | 9 | [](https://www.tindie.com/stores/aeonlabs/) 10 | 11 | 12 | This public PCB catalog features PCB designs that are not fully tested or require minor changes to the PCB or schematics. Suited to all DIY and Makers in electronics, however, a regular user may find him/herself in need of reading components datasheets before any usage of the PCB is possible. 13 | 14 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB according to your specifications and needs, go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 15 | 16 | 17 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 18 | 19 | ✓ 🟢 **[Smart Coffee Machine Addon](https://github.com/aeonSolutions/AeonLabs-Home-Automation-Smart-Coffee-MAchine-Addon)** 20 | 21 | This repo contains the KiCad files for the AeonLabs Home Automation Smart Coffee MAchine Addon. This PCB adds WiFi and BLE capabilities to any home or office coffee machine. Is able to control the water boiler temperature; remotely order a cup of coffee (with the possibility to control of the quantity of coffee in the cup); and grind coffee beans. 22 | Don't forget to check out some cool photos of assembly on a Philips Senseo Coffee Machine [here](https://github.com/aeonSolutions/AeonLabs-Home-Automation-Smart-Coffee-MAchine-Addon/tree/main/Philips%20Senseo) 23 |

24 | 25 | 26 |

27 | 28 |
29 | 30 | ## Compatibility 31 | 32 |

33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 |

49 | 50 |
51 | 52 | ## What one additionally needs 53 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 54 |
55 |
56 | 57 | ## Author 58 | 59 | You can get in touch with me on my LinkedIn Profile: 60 | 61 | #### Miguel Tomas 62 | 63 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 64 | 65 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 66 | 67 |
68 | 69 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 70 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 71 | 72 | [](https://www.buymeacoffee.com/migueltomas) 73 | 74 |
75 | 76 | ### Make a donation on Paypal 77 | Make a donation on paypal and get a TAX refund*. 78 | 79 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 80 | 81 |
82 | 83 | ### Support all these open hardware projects and become a patreon 84 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 85 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 86 | 87 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 88 | 89 |
90 |
91 | 92 | ______________________________________________________________________________________________________________________________ 93 | ### License 94 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 95 | 96 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 97 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Appliances/readme.md: -------------------------------------------------------------------------------- 1 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Smart Home Appliances](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances) 2 | 3 |

4 | Change Language
5 | Last update: 5-1-2024 6 |

7 | 8 | # Smart Home Appliances 9 | [where to buy](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Where-to-Buy) already assembled and ready to use. 10 | 11 | ### Available PCB Designs as KiCad Project files for DIY and Makers 12 | 13 | [](https://www.tindie.com/stores/aeonlabs/) 14 | 15 | 16 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 17 | 18 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 19 | 20 |
21 | 22 | ## Compatibility 23 | 24 |

25 | 26 | 27 | 28 | 29 | 30 | 31 | 32 | 33 | 34 | 35 | 36 | 37 | 38 | 39 | 40 |

41 | 42 |
43 | 44 | ## [Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 45 | - [Office](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/office) (1) 46 | - [Bathroom](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/bathroom) (1) 47 | - [Ktchen](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/kitchen) (1) 48 | - [Laundry](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/laundry) 49 | - [Garage](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Garage) 50 | - [Living Room](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Living%20Room) (1) 51 | - [Bedroom](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Bedroom) 52 | - [Common Areas & Entrance](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Common%20Areas%20%26%20Entrance) 53 | - [Garden](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Appliances/Garden) 54 | - All Indoor Areas (1) 55 | - [Indoor Smart Plant Watering](https://github.com/aeonSolutions/AeonLabs-Indoor-Smart-Plant-Watering) 56 | 57 | This Smart Indoor plant monitoring and watering is designed to be inserted into any indoor plant vase. Is able to measure and calculate the moisture content in the vase, and when detects low water contents, activates the water pump. Is able to connect to a local home server to upload indoor temperature, humidity, and air quality measurement data. This way, the owner, can have a history record database, without the need for expensive cloud subscriptions. Additionally, it features a 6 LED system composed of an ultraviolet LED, an Infrared LED and an RGB LED, when combined with multiple devices like this one in the same room is able to perform some basic light aggression protection from an unknown light source outside during the night & day. 58 | 59 | - [Robot Vacuum Cleaner by AeonLabs](https://github.com/aeonSolutions/AeonLabs-Robot-Vaccuum-Cleaner) (soon! Stay tuned) 60 |

61 | 62 |

63 | 64 | ## Garden Automation 65 | - [Wireless Battery Powered Rainmeter](https://github.com/aeonSolutions/aeonlabs-HomeAutomation-Outdoors-Wireless-Battery-powered-Rainmeter) 66 | - [OpenMower - The DIY Smart Mowing Robot](https://github.com/ClemensElflein/OpenMower) by Clemens Elflein 67 | 68 |
69 | 70 | # by other makers 71 | - [oju voice a Google nest hack](https://github.com/justLV/onju-voice) 72 | 73 | ## What one additionally needs 74 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 75 | 76 |
77 | 78 | **Hire AeonLabs**
79 | If you like my work here and are looking to design and deploy your own smart device find [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire me. 80 | 81 |
82 | 83 | ## Author 84 | 85 | You can get in touch with me on my LinkedIn Profile: 86 | 87 | #### Miguel Tomas 88 | 89 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 90 | 91 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 92 | 93 |
94 | 95 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 96 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 97 | 98 |

99 | 100 | 101 | 102 |
103 | 104 |

105 | 106 |
107 | 108 | ### Make a donation on Paypal 109 | Make a donation on paypal and get a TAX refund*. 110 | 111 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 112 | 113 |
114 | 115 | ### Support all these open hardware projects and become a patreon 116 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 117 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 118 | 119 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 120 | 121 |
122 |
123 | 124 | ______________________________________________________________________________________________________________________________ 125 | ### License 126 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 127 | 128 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 129 | -------------------------------------------------------------------------------- /Home-Automation/Smart Home Solar Power Management/solar Cells/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/AeonLabs-InnoTech-Intelligent-Weight-Scale.svg) 10 | 11 |

12 | 13 |

14 | 15 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Home-Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation) >> [Solar Power for Smart Homes](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Home-Automation/Smart%20Home%20Solar%20Power%20Management) >> Solar Cells for Home Automation 16 | 17 |

18 | Change Language
19 | Last update: 01-12-2023 20 |

21 | 22 | ## [Solar Cells for Home Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Home-Automation/README.md) 23 | 24 | - [Single Monocrystalline Blue Solar Tile TDB125 Series or Parallel Connectivity 125x125mm](https://github.com/aeonSolutions/AeonLabs-FOR-A-SINGLE-Monocrystalline-Blue-Solar-Tile-TDB125-Series-or-Parallel-Connectivity-125x125) 25 | 26 | This is a simple PCB for a direct fit on commercially available [blue solar cell tiles](https://s.click.aliexpress.com/e/_DmBVj69) with dimensions 124x124mm. This PCB is intended to give support and stregth to the fragile solar tile while allowing in series or parallel connectivty with orther solar tiles. Is designed within mind installation on the top or downside of transparent glass windows at a home or office. 27 | 28 |

29 | 30 |

31 | 32 | 33 | - [Single Solar Cell with one 18650 Battery Storage](https://github.com/aeonSolutions/AeonLabs-HomeAutomation-Power-Managment-Single-SolarCELL-18650-battery-storage/blob/main/README.md) 34 | 35 | This is a simple PCB for a direct fit on commercially available [black solar cell tiles](https://s.click.aliexpress.com/e/_DCSwB9L) with dimensions 124x124mm. This PCB features one 18650 Battery management system intended for indoor usage. In particular to be installed on the top or downside of transparent glass windows at a home or office. 36 | 37 |

38 | 39 |

40 | 41 | - [Single Solar Cell with two 18650 as Battery Storage](https://github.com/aeonSolutions/AeonLabs-HomeAutomation-Power-Managment-Single-SolarCELL-2X-18650-battery-storage/blob/main/README.md) 42 | 43 | This is a simple PCB for a direct fit on commercially available [black solar cell tiles](https://s.click.aliexpress.com/e/_DCSwB9L) with dimensions 124x124mm. This PCB features two 18650 Battery management system intended for indoor usage. In particular to be installed on the top or downside of transparent glass windows at a home or office. 44 | 45 |

46 | 47 |

48 | 49 |
50 | 51 | - [78x39mm solar cell](https://github.com/aeonSolutions/AeonLabs-homeAutomation-78x39mm-solar-cell/tree/main) 52 | 53 | This is a simple PCB for a direct fit on commercially available [blue solar cell tiles](https://s.click.aliexpress.com/e/_DlwnoeN) with dimensions 78x39mm. This support hardware PCB is intended to be connected to the [distributed Indoors power storage](https://github.com/aeonSolutions/AeonLabs-HomeAutomation-Distributed-power_storage/) and installed at the top or at the bottom side of any transparent glass window at a home or office. This PCB, when assembled with a blue solar cell tile, can be used to power a low voltage 4.2V indoor illumination network using ultra-low power micro LED strips. For insatnce [this one](https://s.click.aliexpress.com/e/_DCKg9xJ) sold on AliExpress. 54 | 55 |

56 | 57 | 58 |

59 | 60 |
61 | 62 | ## Compatibility 63 | 64 |

65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 |

81 | 82 |
83 | 84 | ## What one additionally needs 85 | 86 | 87 |
88 |
89 | 90 | ### Available PCB Designs as KiCad Project files for DIY and Makers 91 | 92 | [](https://www.tindie.com/stores/aeonlabs/) 93 | 94 | 95 | This public PCB catalogue features PCB desings that are not fully tested or require minor changes to the PCB or shcematics. Suited to all DIY and Makers in electronics, however a regular user may find him/her self in need to read components datasheets before any usage of the PCB is possible. 96 | 97 | If time (or datasheets) are not your thing, there are more PCB designs with circuit schematics fully tested and working ready to download, available to all who donate or sponsor my open hardware work. Click [here for fully tested PCB designs and circuit chematics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Fully-Tested-Working-PCB-Catalogue). To order a custom PCB acording to your specifications and needs , go [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/custom_PCB). 98 | 99 |
100 |
101 | 102 | ## Author 103 | 104 | You can get in touch with me on my LinkedIn Profile: 105 | 106 | #### Miguel Tomas 107 | 108 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 109 | 110 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 111 | 112 |
113 | 114 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 115 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 116 | 117 |

118 | 119 | 120 | 121 |
122 | 123 |

124 | 125 |
126 | 127 | ### Make a donation on Paypal 128 | Make a donation on paypal and get a TAX refund*. 129 | 130 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 131 | 132 |
133 | 134 | ### Support all these open hardware projects and become a patreon 135 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 136 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 137 | 138 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 139 | 140 |
141 |
142 | 143 | ______________________________________________________________________________________________________________________________ 144 | ### License 145 | 2023 Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International 146 | 147 | https://creativecommons.org/licenses/by-nc-sa/4.0/ 148 | 149 | -------------------------------------------------------------------------------- /KiCad_Footprints/Smoke Detector Chambers/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /KiCad_Footprints/media/Accumold_28800X_ADPD188BI.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/KiCad_Footprints/media/Accumold_28800X_ADPD188BI.png -------------------------------------------------------------------------------- /KiCad_Footprints/media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /KiCad_Footprints/media/smoke-chamber ADPD188BI.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/KiCad_Footprints/media/smoke-chamber ADPD188BI.jpg -------------------------------------------------------------------------------- /KiCad_Footprints/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 13 | [](https://www.buymeacoffee.com/migueltomas) 14 | 15 | 16 | [Prototype Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main) >> KiCad Footprints 17 | 18 |
19 | Change language
20 | Last change 09-02-2024 21 |
22 | 23 |
24 | 25 | This folder contains the KiCad footprints i use and have available here on my "prototype catalogue". Each is available with a [creative commons share alike non-commercial license](https://creativecommons.org/licenses/by-nc-sa/4.0/deed.en) . Each footprint was carefully measurened and It has the exact measurements and dimensions as the ones found on models from 2000 and 2004. If you like it and use it on your own hardware designs please support this project, [click here](https://github.com/sponsors/aeonSolutions) to learn how.
Thank you 🙏. 26 | 27 | ### Support all these open hardware projects and become a GitHub sponsor 28 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becoming a GitHub sponsor. 29 | 30 |

31 | 32 | 33 | 34 | 35 | 36 | 37 |

38 | 39 | # 40 | 41 | ## KiCad Footprints 42 | 43 | **Somke detector chamber** 44 | 45 | - [Accumold 28800X for the ADPD188BI IC](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/KiCad_Footprints/Smoke%20Detector%20Chambers/smoke%20chamber%20Accumold%2028800X.kicad_mod) selling on the Farnel website [here](https://be.farnell.com/en-BE/analog-devices/eval-chamber-10/smoke-chamber-integrated-optical/dp/4034342) and also on the mikroe website [here](https://www.mikroe.com/smoke-chamber) 46 | 47 | 48 |

49 | 50 | 51 |

52 | 53 |
54 |
55 | 56 | **Get a Notification on every PCB update** 57 | 58 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [email here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 59 | |-------------|------| 60 | 61 | -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- 1 | Creative Commons Legal Code 2 | 3 | CC0 1.0 Universal 4 | 5 | CREATIVE COMMONS CORPORATION IS NOT A LAW FIRM AND DOES NOT PROVIDE 6 | LEGAL SERVICES. DISTRIBUTION OF THIS DOCUMENT DOES NOT CREATE AN 7 | ATTORNEY-CLIENT RELATIONSHIP. CREATIVE COMMONS PROVIDES THIS 8 | INFORMATION ON AN "AS-IS" BASIS. CREATIVE COMMONS MAKES NO WARRANTIES 9 | REGARDING THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS 10 | PROVIDED HEREUNDER, AND DISCLAIMS LIABILITY FOR DAMAGES RESULTING FROM 11 | THE USE OF THIS DOCUMENT OR THE INFORMATION OR WORKS PROVIDED 12 | HEREUNDER. 13 | 14 | Statement of Purpose 15 | 16 | The laws of most jurisdictions throughout the world automatically confer 17 | exclusive Copyright and Related Rights (defined below) upon the creator 18 | and subsequent owner(s) (each and all, an "owner") of an original work of 19 | authorship and/or a database (each, a "Work"). 20 | 21 | Certain owners wish to permanently relinquish those rights to a Work for 22 | the purpose of contributing to a commons of creative, cultural and 23 | scientific works ("Commons") that the public can reliably and without fear 24 | of later claims of infringement build upon, modify, incorporate in other 25 | works, reuse and redistribute as freely as possible in any form whatsoever 26 | and for any purposes, including without limitation commercial purposes. 27 | These owners may contribute to the Commons to promote the ideal of a free 28 | culture and the further production of creative, cultural and scientific 29 | works, or to gain reputation or greater distribution for their Work in 30 | part through the use and efforts of others. 31 | 32 | For these and/or other purposes and motivations, and without any 33 | expectation of additional consideration or compensation, the person 34 | associating CC0 with a Work (the "Affirmer"), to the extent that he or she 35 | is an owner of Copyright and Related Rights in the Work, voluntarily 36 | elects to apply CC0 to the Work and publicly distribute the Work under its 37 | terms, with knowledge of his or her Copyright and Related Rights in the 38 | Work and the meaning and intended legal effect of CC0 on those rights. 39 | 40 | 1. Copyright and Related Rights. A Work made available under CC0 may be 41 | protected by copyright and related or neighboring rights ("Copyright and 42 | Related Rights"). Copyright and Related Rights include, but are not 43 | limited to, the following: 44 | 45 | i. the right to reproduce, adapt, distribute, perform, display, 46 | communicate, and translate a Work; 47 | ii. moral rights retained by the original author(s) and/or performer(s); 48 | iii. publicity and privacy rights pertaining to a person's image or 49 | likeness depicted in a Work; 50 | iv. rights protecting against unfair competition in regards to a Work, 51 | subject to the limitations in paragraph 4(a), below; 52 | v. rights protecting the extraction, dissemination, use and reuse of data 53 | in a Work; 54 | vi. database rights (such as those arising under Directive 96/9/EC of the 55 | European Parliament and of the Council of 11 March 1996 on the legal 56 | protection of databases, and under any national implementation 57 | thereof, including any amended or successor version of such 58 | directive); and 59 | vii. other similar, equivalent or corresponding rights throughout the 60 | world based on applicable law or treaty, and any national 61 | implementations thereof. 62 | 63 | 2. Waiver. To the greatest extent permitted by, but not in contravention 64 | of, applicable law, Affirmer hereby overtly, fully, permanently, 65 | irrevocably and unconditionally waives, abandons, and surrenders all of 66 | Affirmer's Copyright and Related Rights and associated claims and causes 67 | of action, whether now known or unknown (including existing as well as 68 | future claims and causes of action), in the Work (i) in all territories 69 | worldwide, (ii) for the maximum duration provided by applicable law or 70 | treaty (including future time extensions), (iii) in any current or future 71 | medium and for any number of copies, and (iv) for any purpose whatsoever, 72 | including without limitation commercial, advertising or promotional 73 | purposes (the "Waiver"). Affirmer makes the Waiver for the benefit of each 74 | member of the public at large and to the detriment of Affirmer's heirs and 75 | successors, fully intending that such Waiver shall not be subject to 76 | revocation, rescission, cancellation, termination, or any other legal or 77 | equitable action to disrupt the quiet enjoyment of the Work by the public 78 | as contemplated by Affirmer's express Statement of Purpose. 79 | 80 | 3. Public License Fallback. Should any part of the Waiver for any reason 81 | be judged legally invalid or ineffective under applicable law, then the 82 | Waiver shall be preserved to the maximum extent permitted taking into 83 | account Affirmer's express Statement of Purpose. In addition, to the 84 | extent the Waiver is so judged Affirmer hereby grants to each affected 85 | person a royalty-free, non transferable, non sublicensable, non exclusive, 86 | irrevocable and unconditional license to exercise Affirmer's Copyright and 87 | Related Rights in the Work (i) in all territories worldwide, (ii) for the 88 | maximum duration provided by applicable law or treaty (including future 89 | time extensions), (iii) in any current or future medium and for any number 90 | of copies, and (iv) for any purpose whatsoever, including without 91 | limitation commercial, advertising or promotional purposes (the 92 | "License"). The License shall be deemed effective as of the date CC0 was 93 | applied by Affirmer to the Work. Should any part of the License for any 94 | reason be judged legally invalid or ineffective under applicable law, such 95 | partial invalidity or ineffectiveness shall not invalidate the remainder 96 | of the License, and in such case Affirmer hereby affirms that he or she 97 | will not (i) exercise any of his or her remaining Copyright and Related 98 | Rights in the Work or (ii) assert any associated claims and causes of 99 | action with respect to the Work, in either case contrary to Affirmer's 100 | express Statement of Purpose. 101 | 102 | 4. Limitations and Disclaimers. 103 | 104 | a. No trademark or patent rights held by Affirmer are waived, abandoned, 105 | surrendered, licensed or otherwise affected by this document. 106 | b. Affirmer offers the Work as-is and makes no representations or 107 | warranties of any kind concerning the Work, express, implied, 108 | statutory or otherwise, including without limitation warranties of 109 | title, merchantability, fitness for a particular purpose, non 110 | infringement, or the absence of latent or other defects, accuracy, or 111 | the present or absence of errors, whether or not discoverable, all to 112 | the greatest extent permissible under applicable law. 113 | c. Affirmer disclaims responsibility for clearing rights of other persons 114 | that may apply to the Work or any use thereof, including without 115 | limitation any person's Copyright and Related Rights in the Work. 116 | Further, Affirmer disclaims responsibility for obtaining any necessary 117 | consents, permissions or other rights required for any use of the 118 | Work. 119 | d. Affirmer understands and acknowledges that Creative Commons is not a 120 | party to this document and has no duty or obligation with respect to 121 | this CC0 or use of the Work. 122 | -------------------------------------------------------------------------------- /PCB-Shields/README.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 4 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 5 | 6 | trackgit-views 7 | 8 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 9 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 10 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 11 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 12 | [](https://www.buymeacoffee.com/migueltomas) 13 | 14 | 15 | 16 | 17 | **Navigation** | [AeonLabs Main Index](https://github.com/aeonSolutions/aeonSolutions/blob/main/aeonSolutions-Main-Index.md) >> [Open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [DIY & Maker](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) >> Hardware Design Templates 18 | 19 |
20 | 21 |

22 | 23 |

24 | 25 | # Hardware Design Templates 26 | A list of all PCB modules/shield designs ready to use in KiCad. 27 | 28 | # [ESP32 C3](https://github.com/aeonSolutions/AeonLabs-pcb-template-esp32-c3) 29 | This repo contains a PCB design for an ESP32 C3 MCU. Suitable as an add-on design for any other KiCad project. 30 | 31 |

32 | 33 |

34 | 35 | # [ESP32 S3](https://github.com/aeonSolutions/AeonLabs-pcb-template-esp32-s3) 36 | This repo contains a PCB design for an ESP32 S3 MCU. Suitable as an add-on design for any other KiCad project. 37 | 38 |

39 | 40 |

41 | 42 | # [AC 85V-220V 1A to DC 5.0V](https://github.com/aeonSolutions/AeonLabs-PCB-Shields-AC220DC5V0) 43 | This repo contains a PCB design for an AC220V 1A to DC 5V0 converter. Suitable as an add-on design for any other KiCad project. 44 | 45 |

46 | 47 |

48 | 49 | # [DC DC 1.8-28V Step up](https://github.com/aeonSolutions/AeonLabs-PCB-Shields-DC2DC--1.8-28-V-step-up) 50 | This is a PCB design for a DC DC [1.8;28]V step-up. Suitable as an add-on design for any other KiCad project. 51 | To change the output voltage one needs to change the resistance in the voltage divider connected to pin 3 of the MT3608 IC. 52 | 53 |

54 | 55 |

56 | 57 | 58 | # [DC DC step down converter 2.5A from 0.8V to 5V](https://github.com/aeonSolutions/DCDC-step-down-2.5A-0.8V-5V) 59 | This is a PCB module for a DC to DC step down to [5; 0.8]V. Ready to be imported into any KiCad project. 60 | 61 |

62 | 63 |

64 | 65 | # [RFID NFC RC522](https://github.com/aeonSolutions/AeonLabs-PCB-Shields-RFID-NFC-RC522) 66 | This is a PCB design for an AeonLabs PCB Shields RFID NFC RC522. Suitable as an add-on design for any other KiCad project. 67 | 68 |

69 | 70 |

71 | 72 | # [2.4Ghz Receiver to UART](https://github.com/aeonSolutions/AeonLabs-PCB-Modules-2.4Ghz-Receiver-to-UART/blob/main/README.md) 73 | This is a PCB design module for a 2.4Ghz receiver to UART focused on all those Handheld Barcode & QR code scanners sold on AliExpress (see [here](https://s.click.aliexpress.com/e/_DFo4U4B)). Suitable as an add-on design for any other KiCad project. 74 | 75 |

76 | 77 |

78 | 79 | # [8.7V Battery Charger BMS](https://github.com/aeonSolutions/AeonLabs-PCB-Modules-8.7V-Battery-Charger-BMS/blob/main/README.md) 80 | This is a PCB design module for a 8.7V Battery Charger BMS up to 2A, overcharging, and overcurrent protection. Suitable as an add-on design for any other KiCad project. 81 | 82 |

83 | 84 |

85 | 86 | # [AeonLabs PCB modules NRF24x Transceiver](https://github.com/aeonSolutions/AeonLabs-PCB-modules-NRF24x-Transceiver/blob/main/README.md) 87 | This is a PCB design module for a Nordic NRF24x Tranceiver 2.4 GHz. Suitable as an add-on design for any other KiCad project. 88 | 89 |

90 | 91 |

92 | 93 | # 94 | ## Firmware Download 95 | one can use the PCB in the repository [AeonLabs-MCU-Burner-USB-to-UART-TTL](https://github.com/aeonSolutions/AeonLabs-MCU-Burner-USB-to-UART-TTL) to program the ESP32 WROOM32 MCU on this PCB. 96 | 97 | # 98 | 99 |
100 | 101 | 102 | 103 | ## Liked it? Get a Free PCB for yourself 104 | Send me your Device or hardware and I will design a custom PCB for it. Free of charge. Contact me on WhatsApp or email for more info. 105 | 106 | 107 | ## Fully assembled PCB 108 | Alternatively, and if you do not want to build a PCB by yourself and like to buy one, you can do it here: 109 | 110 |

111 | 112 |

113 | 114 |
115 |
116 | 117 | ## Author 118 | 119 | You can get in touch with me on my LinkedIn Profile: 120 | 121 | #### Miguel Tomas 122 | 123 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 124 | 125 | 126 | 127 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 128 | 129 |
130 | 131 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 132 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza, or a book to help me study, eat, and think new PCB design files. 133 | 134 |

135 | 136 | 137 | 138 |
139 | 140 |

141 | 142 |
143 | 144 | ### Make a donation on Paypal 145 | Make a donation on PayPal and get a TAX refund*. 146 | 147 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 148 | 149 |
150 | 151 | ## License 152 | 153 | Before proceeding to download any of AeonLab's open-source code for software solutions and/or open hardware electronics for smart devices and data acquisition make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Open Source Code](https://github.com/aeonSolutions/aeonSolutions/wiki/AeonLabs-Licensing) for more information. For commercial business solutions contact AeonLabs ℹ️ using the contacts above. Thank you 🙏. 154 | -------------------------------------------------------------------------------- /Smart DAQ/12-bit/media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Smart DAQ/12-bit/media/sdad_pcb_rev_01-2023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Smart DAQ/12-bit/media/sdad_pcb_rev_01-2023.jpg -------------------------------------------------------------------------------- /Smart DAQ/12-bit/media/sdad_pcb_rev_02-2023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Smart DAQ/12-bit/media/sdad_pcb_rev_02-2023.jpg -------------------------------------------------------------------------------- /Smart DAQ/12-bit/media/sdad_pcb_rev_03-2023.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Smart DAQ/12-bit/media/sdad_pcb_rev_03-2023.jpg -------------------------------------------------------------------------------- /Smart DAQ/16-bit/readme.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | 4 | 5 | 6 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 7 | **Unique Visits** trackgit-views 8 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 9 | [![GitHub stars](https://img.shields.io/github/stars/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/stargazers/) 10 | [![GitHub watchers](https://img.shields.io/github/watchers/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/watchers/) 11 | [![GitHub followers](https://img.shields.io/github/followers/aeonSolutions.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/aeonSolutions?tab=followers) 12 |

13 | 14 |

15 | 16 |

17 | 18 | **Navigation** | [AeonLabs Main Index](https://github.com/aeonSolutions/aeonSolutions/blob/main/aeonSolutions-Main-Index.md) >> [open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Laboratory Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Laboratory%20Automation) >> Smart DAQs >> [16-bit Smart DAQs](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Smart%20DAQ/16-bit/readme.md) 19 | 20 |

21 | Change Language
22 | Last update: 11-08-2024 23 |

24 | 25 |
26 | 27 | # 16-bit Smart Data Acquisition Devices 28 | **status: M.V.P.** NOW SELLING on Tindie.com
29 | 30 | ### [16-bit Smart DAQ Device with unique data fingerprint and a 1.69" TFT LCD 45x55 ABS ](https://github.com/aeonSolutions/AeonLabs-16-bit-Smart-DAQ-Device-unique-data-fingerprint-and-a-1.69-TFT-LCD-45x55-ABS/blob/main/README.md) 31 | rev. 10-2024 32 | 33 | This is the repository of the 16-bit Smart DAQ Device (SDAD) with a unique data fingerprint able to do experimental data upload to any data repository. 34 | 35 |

36 | 37 |

38 | 39 |
40 | 41 | ### [16-bit Smart DAQ Device with unique data fingerprint and a 1.69" TFT LCD 45x55 ABS ](https://github.com/aeonSolutions/AeonLabs-16-bit-Smart-DAQ-Device-unique-data-fingerprint-and-a-1.69-TFT-LCD-45x55-ABS/blob/main/README.md) 42 | rev. 03-2024 43 | 44 | This is the repository of the 16-bit Smart DAQ Device (SDAD) with a unique data fingerprint able to do experimental data upload to any data repository. 45 | 46 |

47 | 48 |

49 | 50 |
51 | 52 | ### [16-bit Smart DAQ Device with unique data fingerprint and a 1.69" TFT LCD 45x55 ABS ](https://github.com/aeonSolutions/AeonLabs-16-bit-Smart-DAQ-Device-unique-data-fingerprint-and-a-1.69-TFT-LCD-45x55-ABS/blob/main/README.md) 53 | rev. 10-2023 54 | 55 | This is the repository of the 16-bit Smart DAQ Device (SDAD) with a unique data fingerprint able to do experimental data upload to any data repository. 56 | 57 |

58 | 59 |

60 | 61 |
62 | 63 | ## Join the Beta Program 64 | Join the beta program to test and debug to provide feedback, ideas, modifications, suggestions, and improvements. And in return, write your article blog, or post on social media about it. See participation conditions on the [Wiki](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Beta-Participation-Agreement). 65 | 66 | ## Contributing 67 | 68 | Bug reports and pull requests are welcome on any of AeonLabs repositories. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/aeonSolutions/OpenScience-Dataverse-API-C-library/blob/main/CODE_OF_CONDUCT.md). 69 | 70 | - Contributing 71 | - [Your Contributions Matter](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Your-Contributions-Matter) 72 | - [Contributor Code of Conduct](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Contributor-Code-of-Conduct) 73 | 74 |
75 | 76 | **[Beta Participation Agreement](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Beta-Participation-Agreement)** 77 | 78 | The Beta Participant Agreement is a legal document being executed between you and AeonLabs that outlines the conditions when participating in the Beta Program. 79 | 80 | ## Coding standards 81 | 82 | Please make sure tests pass before committing, and add new tests for new additions. 83 | 84 | - Licensing 85 | - [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) 86 | 87 |
88 |
89 | 90 | ## Author 91 | 92 | You can get in touch with me on my LinkedIn Profile: 93 | 94 | #### Miguel Tomas 95 | 96 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 97 | 98 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 99 | 100 |
101 | 102 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 103 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 104 | 105 |

106 | 107 | 108 | 109 |

110 | 111 | 112 | ### Make a donation on Paypal 113 | Make a donation on PayPal and get a TAX refund*. 114 | 115 |

116 | 117 | 118 | 119 |

120 | 121 | ### Support all these open hardware projects and become a GitHub sponsor 122 | Did you like any of my PCB KiCad Designs? Help and Support my open work to all by becoming a Github sponsor. 123 | 124 |

125 | 126 | 127 | 128 | 129 | 130 | 131 |

132 | 133 | ### License 134 | 135 | Before proceeding to download any of AeonLabs open source code for software solutions and/or open hardware electronics for smart devices and data acquisition make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Open Source Code](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. For commercial business solutions contact AeonLabs for more information ℹ️ using the contacts above. Thank you 🙏. 136 | 137 | 138 | 139 | 140 | 141 | -------------------------------------------------------------------------------- /Smart DAQ/24-bit/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Home-Automation.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 13 | [](https://www.buymeacoffee.com/migueltomas) 14 | 15 |

16 | 17 |

18 | 19 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Laboratory Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Laboratory%20Automation) 20 | 21 |
22 | 23 | ## 24-bit S.D.A.D.s 24 | 25 | ### Hydrostatic Weight Scales 26 | 27 | 28 | - ✓ 🟢 [24-bit Smart data Acquisition SDAD for Hydrostatic Weight Measurements up to 20Kg ](https://github.com/aeonSolutions/AeonLabs-Laboratory-Automation-Smart-24-bit-Hydrostatic-Weight-Scales/tree/main) 29 | 30 | 31 |
32 | 33 | ## Compatibility 34 | 35 |

36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 | 50 | 51 |

52 | 53 |
54 | 55 | ## What one additionally needs 56 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 57 | - [Upgradable ESP32 MCU](https://github.com/aeonSolutions/AeonLabs-Upgradable-MCU-ESP32) 58 | 59 |
60 |
61 | 62 | **Get a Notification on every PCB update** 63 | 64 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [email here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 65 | |-------------|------| 66 | 67 |
68 |
69 | 70 | ## Author 71 | 72 | You can get in touch with me on my LinkedIn Profile: 73 | 74 | #### Miguel Tomas 75 | 76 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 77 | 78 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 79 | 80 | 81 | **Hire me on Fiverr** 82 | 83 | If you like my work here and are looking to design and deploy your own smart device you can hire me on: 84 | 85 | - [Fiverr](https://www.fiverr.com/s/GjmPxe). The price starts at $25 86 | - [Guru](https://www.guru.com/freelancers/miguel-tomas) 87 | 88 |
89 | 90 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 91 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 92 | 93 | [](https://www.buymeacoffee.com/migueltomas) 94 | 95 |
96 | 97 | ### Make a donation on Paypal 98 | Make a donation on paypal and get a TAX refund*. 99 | 100 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 101 | 102 |
103 | 104 | ### Support all these open hardware projects and become a patreon 105 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 106 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 107 | 108 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 109 | 110 |
111 |
112 | 113 | ______________________________________________________________________________________________________________________________ 114 | ### License 115 | 116 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 117 | -------------------------------------------------------------------------------- /Smart DAQ/README.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | 4 | 5 | 6 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 7 | **Unique Visits** trackgit-views 8 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 9 | [![GitHub stars](https://img.shields.io/github/stars/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/stargazers/) 10 | [![GitHub watchers](https://img.shields.io/github/watchers/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/watchers/) 11 | [![GitHub followers](https://img.shields.io/github/followers/aeonSolutions.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/aeonSolutions?tab=followers) 12 |

13 | 14 |

15 | 16 |

17 | 18 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Laboratory Automation](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Laboratory%20Automation) >> Smart DAQs 19 | 20 |
21 | 22 | ## Smart Data Acquisition 23 | 24 | ### [Data Acquisition with a resistivity meter](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Smart%20DAQ/README.md) 25 | - [12-bit Smart Data Acquisition Devices](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Smart%20DAQ/12-bit) (13) 26 | - [16-bit Smart Data Acquisition Device](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/Smart%20DAQ/16-bit/readme.md) (1) 27 | - [24-bit Smart Data Acquisition Devices](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Smart%20DAQ/24-bit/readme.md) (2) (soon . stay tuned.) 28 | 29 |
30 | 31 | ## Compatibility 32 | 33 |

34 | 35 | 36 | 37 | 38 | 39 | 40 | 41 | 42 | 43 | 44 | 45 | 46 | 47 | 48 | 49 |

50 | 51 |
52 | 53 | ## What one additionally needs 54 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 55 | - [Upgradable ESP32 MCU](https://github.com/aeonSolutions/AeonLabs-Upgradable-MCU-ESP32) 56 | 57 |
58 |
59 | 60 | **Get a Notification on every PCB update** 61 | 62 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [email here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 63 | |-------------|------| 64 | 65 |
66 |
67 | 68 | ## Join the Beta Program 69 | Join the beta program to test and debug to provide feedback, ideas, modifications, suggestions, improvements. And in return, write your own article blog or post on social media about it. See participation conditions on the [Wiki](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Beta-Participation-Agreement). 70 | 71 | ## Contributing 72 | 73 | Bug reports and pull requests are welcome on any of AeonLabs repositories. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/aeonSolutions/OpenScience-Dataverse-API-C-library/blob/main/CODE_OF_CONDUCT.md). 74 | 75 | - Contributing 76 | - [Your Contributions Matter](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Your-Contributions-Matter) 77 | - [Contributor Code of Conduct](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Contributor-Code-of-Conduct) 78 | 79 |
80 | 81 | **[Beta Participation Agreement](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Beta-Participation-Agreement)** 82 | 83 | The Beta Participant Agreement is a legal document being executed between you and AeonLabs that outlines the conditions when participating in the Beta Program. 84 | 85 | ## Coding standards 86 | 87 | Please make sure tests pass before committing, and add new tests for new additions. 88 | 89 | - Licensing 90 | - [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) 91 | 92 |
93 |
94 | 95 | ## Author 96 | 97 | You can get in touch with me on my LinkedIn Profile: 98 | 99 | #### Miguel Tomas 100 | 101 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 102 | 103 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 104 | 105 |
106 | 107 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 108 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 109 | 110 |

111 | 112 | 113 | 114 |

115 | 116 | 117 | ### Make a donation on Paypal 118 | Make a donation on paypal and get a TAX refund*. 119 | 120 |

121 | 122 | 123 | 124 |

125 | 126 | ### Support all these open hardware projects and become a Github sponsor 127 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a Github sponsor. 128 | 129 |

130 | 131 | 132 | 133 | 134 | 135 | 136 |

137 | 138 | # 139 | 140 | ### License 141 | 142 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 143 | -------------------------------------------------------------------------------- /Smart LCD Touch Displays/README.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | 4 | 5 | 6 | ![](https://views.whatilearened.today/views/github/aeonSolutions/PCB-Prototyping-Catalogue.svg) 7 | **Unique Visits** trackgit-views 8 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 9 | [![GitHub stars](https://img.shields.io/github/stars/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Star&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/stargazers/) 10 | [![GitHub watchers](https://img.shields.io/github/watchers/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Watch&maxAge=2592000)](https://GitHub.com/aeonSolutions/PCB-Prototyping-Catalogue/watchers/) 11 | [![GitHub followers](https://img.shields.io/github/followers/aeonSolutions.svg?style=social&label=Follow&maxAge=2592000)](https://github.com/aeonSolutions?tab=followers) 12 | > [Main Page - Open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Smart LCD Touch Displays](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/Smart%20LCD%20Touch%20Displays) 15 | 16 |

17 | 18 | Change Language
19 | Last update: 06-09-2024 20 |

21 | 22 | 23 | 24 |
25 | 26 | ## Contribute to this project 💰💰💰 27 | The optimized design files for each of the hardware electronics listed are only available to my sponsors on GitHub Sponsors. 28 | It features many PCB optimizations such as much more energy efficiency and much less EMI on the boards. This means, for instance, much better hardware performance and lasting battery life. 29 | 30 | Enjoy, and thanks for the support! ❤️ 31 | 32 | Learn more about **Sponsorware** at [https://github.com/aeonSolutions/sponsorware](https://github.com/aeonSolutions/sponsorware) 💰. 33 | 34 |

35 | 36 | 37 | 38 | 39 | 40 | 41 |

42 | 43 | # Smart LCD Touch Displays 44 | [where to buy](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Where-to-Buy) already assembled and ready to use. 45 | 46 | ## [Nextion 7" LCD Touch PCB Addon](https://github.com/aeonSolutions/AeonLabs-Nextion-7--LCD-Touch-PCB-Addon-) 47 | This repo contains the KiCad files for the WIFI & BLE addon for Nextion 7" LCD Touch. This PCB adds WiFi and BLE capabilities to stock Nextion 7" LCDs (http://www.nextion.tech). Features a RGB LED and a Buzzer and is designed to be mounted on top of existing Nextion PCB board. Optionally can be installed with a RFID RC522 module for contactless read / write capabilities. 48 | 49 |

50 | 51 |

52 | 53 | ### Nextion LCDs 54 | If you like this, but on another NEXTION LCD TOUCH, drop me a DM on the [Discord Server](https://discord.gg/hw3j3RwfJf). 55 | 56 | 57 | ===================================================================================== 58 | ## [Smart Passive 2.13" E-Ink Display](https://github.com/aeonSolutions/AeonLabs-Smart-Passive-E-Ink-Display) 59 | A PCB for a 2.13" E-Ink Display. Requires #no #power and can be configured using @AeonlabsS E-Ink Configuration Device (#EInkCD). Suitable for #commerce or #warehouse shelves for # labeling or #price tagging. Total cost, including the E-Ink Display, starts at only 10 euros. Already assembled. 60 | 61 |

62 | 63 |

64 | 65 | ===================================================================================== 66 | ## [Smart Passive 2.9" E-Ink Display](https://github.com/aeonSolutions/AeonLabs-Smart-Passive-2.9-E-Ink-Display) 67 | A PCB for a 2.13" E-Ink Display. Requires #no #power and can be configured using @AeonlabsS E-Ink Configuration Device (#EInkCD). Suitable for #commerce or #warehouse shelves for # labeling or #price tagging. Total cost, including the E-Ink Display, starts at only 10 euros. Already assembled. 68 | 69 |

70 | 71 |

72 | 73 | ===================================================================================== 74 | ## [Smart Passive E-Ink Display Programmer](https://github.com/aeonSolutions/AeonLabs-Smart-Passive-E-Ink-Display-Programmer) 75 | A PCB for programming E-Ink Displays. Plug the E-Ink Display into this PCB using magnetic pogo pins to upload a new static image to it. 76 | 77 |

78 | 79 |

80 | 81 | ===================================================================================== 82 | ## [E-Ink / E-Paper Display Programmer](https://github.com/aeonSolutions/AeonLabs-E-Ink-E-Paper-Display-Programmer) 83 | This repo contains the KiCad files for the AeonLabs E-Ink / E-Paper Display Programmer. This PCB can program any E-Ink Display with a 24-pin FPC/FFC connector. It can fit an enclosure with dimensions of 35x35x4 mm 84 | 85 |

86 | 87 |

88 | 89 | ## [AeonLabs-Smart Passive E-Ink Display-PCI-e](https://github.com/aeonSolutions/AeonLabs-Smart-Passive-E-Ink-Display-PCI-e) 90 | A PCB for a 2.13" E-Ink Display with PCI-e connection. Requires #no #power and can be configured using @AeonlabsS E-Ink Configuration Device (#EInkCD). Suitable for #commerce or #warehouse shelves for # labeling or #price tagging. Total cost, including the E-Ink Display, starts at only 10 euros. Already assembled. 91 | 92 |

93 | 94 |

95 | 96 | 97 | ## Other Makers 98 | - [ESP32-S3-RGB-Panel 40 pin](https://github.com/W00ng/ESP32-S3-RGB-Panel)
99 | Screen: 4.0-inch display with 480x480 resolution, capacitive touch panel gt911 100 | - [ESP32 Cheap Yellow Display](https://github.com/witnessmenow/ESP32-Cheap-Yellow-Display) 101 | - [ESP32 Trinity](https://github.com/witnessmenow/ESP32-Trinity) 102 | 103 | ## Arduino Libraries 104 | #### [LovyanGFX](https://github.com/lovyan03/LovyanGFX) 105 | TFT_eSPI is a great library. However, it is structurally complex because it targets multiple architectures, making it very difficult to add required functions such as ESP-IDF support and 18-bit color support. 106 | LovyanGFX has been created to add these features and optimize performance. 107 | 108 | 109 |
110 |
111 | 112 | ## Author 113 | 114 | You can get in touch with me on my LinkedIn Profile: 115 | 116 | #### Miguel Tomas 117 | 118 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 119 | 120 | profile for Miguel Silva on Stack Exchange, a network of free, community-driven Q&A sites 121 | 122 | 123 | 124 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 125 | 126 |
127 | 128 | **Hire me**
129 | See [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire AeonLabs. 130 | 131 |
132 | 133 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 134 | The PCB design files I provide here are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza, or a book to help me study, eat, and think new PCB design files. 135 | 136 |

137 | 138 | 139 | 140 |

141 | 142 | 143 | ### Make a donation on PayPal 144 | Make a donation on PayPal and get a TAX refund*. 145 | 146 |

147 | 148 | 149 | 150 |

151 | 152 | ### Support all these open hardware projects and become a GitHub sponsor 153 | Did you like any of my PCB KiCad Designs? Help and Support my open work to all by becoming a GitHub sponsor. 154 | 155 |

156 | 157 | 158 | 159 | 160 | 161 | 162 |

163 | 164 | 165 | -------------------------------------------------------------------------------- /Vehicle Automation/media/image_2023-11-10_161202912.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Vehicle Automation/media/image_2023-11-10_161202912.png -------------------------------------------------------------------------------- /Vehicle Automation/media/prototyping_is_like_this.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/Vehicle Automation/media/prototyping_is_like_this.jpg -------------------------------------------------------------------------------- /Vehicle Automation/media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /Vehicle Automation/readme.md: -------------------------------------------------------------------------------- 1 | [![](https://dcbadge.vercel.app/api/server/hw3j3RwfJf) ](https://discord.gg/hw3j3RwfJf) 2 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 3 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 4 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 5 | 6 | trackgit-views 7 | 8 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Vehicle-Automation.svg) 9 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 10 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 11 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 12 | [](https://www.buymeacoffee.com/migueltomas) 13 | 14 | 15 | 16 | 17 |

18 | 19 |

20 | 21 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Vehicle-Automation]() 22 | 23 |
24 | Change language
25 | Last update: 22-12-2023 26 |
27 | 28 | ## Vehicle Automation 29 | [where to buy](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Where-to-Buy) already assembled and ready to use. 30 | 31 | Autonomous vehicles, also known as self-driving cars, are revolutionizing the transportation industry. These vehicles utilize advanced technologies such as artificial intelligence, sensors, and cameras to navigate and operate without human intervention. By eliminating the need for a human driver, autonomous vehicles offer numerous benefits. They enhance road safety by minimizing human error, increase efficiency by optimizing routes and reducing traffic congestion, and provide mobility options for those who cannot drive, such as the elderly or disabled. Additionally, autonomous vehicles have the potential to reduce fuel consumption and emissions, contributing to a more sustainable and environmentally friendly future. While there are still challenges to overcome, such as regulatory frameworks and public acceptance, autonomous vehicles hold great promise for transforming our transportation systems and improving the way we move from one place to another. 32 | 33 |
34 | 35 | What's planned for 2024....
36 | The electrical system and electronics for all Volvo's with the common chassis MKII, period 1998 to 2005, using the existing wiring on those cars (backward compatible) and replacing all electronics with open hardware I will design and prototype. To achieve this task I will be using donor car electronics and electrical wiring I already have. This will serve as a ground base to commercialize automotive solutions using an open business logic (open hardware and open software) for other car brands and models. Including LPG systems.
37 | Go to the main repository of this project, [here](https://github.com/aeonSolutions/AeonLabs-AI-Volvo-MKII-Open-Hardware). 38 | 39 |

40 |
41 | me side by side a 2001 P2 Volvo S60 42 |

43 | 44 | 45 |
46 | 47 | ## Other Makers 48 | 49 | ### Jeep 50 | - [Inclinometer](https://github.com/upiir/pitch_roll_indicator) - Pitch roll indicator 51 | 52 |
53 | 54 | ### Battery 55 | - [BYD-Battery-Emulator-For-Gen24 ](https://github.com/dalathegreat/BYD-Battery-Emulator-For-Gen24) 56 | - [Nissan-LEAF-Battery-Upgrade](https://github.com/dalathegreat/Nissan-LEAF-Battery-Upgrade) 57 | - [Nissan-LEAF-CCS](https://github.com/dalathegreat/Nissan-LEAF-CCS) 58 | 59 | ### Engine 60 | - [Oil temperature on the dashboard](https://github.com/moe01324/ESP32_OilTemp) 61 | ### Makers 62 | - [Daniel Öster](https://github.com/dalathegreat) 63 | - [multi-channel electroluminescent display driver by benkrasnow](https://github.com/benkrasnow/EL_driver_multi) 64 | 65 | 66 |
67 | 68 | ## Compatibility 69 | 70 |

71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 | 80 | 81 | 82 | 83 | 84 |

85 | 86 |
87 | 88 | ## What one additionally needs 89 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 90 |
91 |
92 | 93 | **Get a Notification on every PCB update** 94 | 95 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [email here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 96 | |-------------|------| 97 | 98 |
99 | 100 | **Hire AeonLabs**
101 | If you like my work here and are looking to design and deploy your own smart device find [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire me. 102 | 103 |
104 | 105 | ## Author 106 | 107 | You can get in touch with me on my LinkedIn Profile: 108 | 109 | #### Miguel Tomas 110 | 111 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 112 | 113 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 114 | 115 |
116 | 117 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 118 | The PCB Design Files I provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 119 | 120 | [](https://www.buymeacoffee.com/migueltomas) 121 | 122 |
123 | 124 | ### Make a donation on Paypal 125 | Make a donation on PayPal and get a TAX refund*. 126 | 127 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 128 | 129 |
130 |
131 | 132 | ______________________________________________________________________________________________________________________________ 133 | ### License 134 | 135 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 136 | 137 | -------------------------------------------------------------------------------- /become_a_sponsor/aeonlabs-github-sponsorship-agreement.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/become_a_sponsor/aeonlabs-github-sponsorship-agreement.docx -------------------------------------------------------------------------------- /become_a_sponsor/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /media/AppCAD.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/AppCAD.jpg -------------------------------------------------------------------------------- /media/Autonomous-car.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Autonomous-car.jpg -------------------------------------------------------------------------------- /media/CE_READY.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/CE_READY.png -------------------------------------------------------------------------------- /media/Consumer_1600x900.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Consumer_1600x900.jpg -------------------------------------------------------------------------------- /media/ELECROW_LOGO.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/ELECROW_LOGO.png -------------------------------------------------------------------------------- /media/Home-Assistant.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Home-Assistant.png -------------------------------------------------------------------------------- /media/Logo_of_Matter_connectivity_standard.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Logo_of_Matter_connectivity_standard.png -------------------------------------------------------------------------------- /media/Photo+Dec+11,+1+39+43+AM.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Photo+Dec+11,+1+39+43+AM.jpg -------------------------------------------------------------------------------- /media/Zigbee_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/Zigbee_logo.png -------------------------------------------------------------------------------- /media/all_pcb.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/all_pcb.png -------------------------------------------------------------------------------- /media/b8e5802235c84705989f93114acceb70.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/b8e5802235c84705989f93114acceb70.png -------------------------------------------------------------------------------- /media/become_a_github_sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/become_a_github_sponsor.png -------------------------------------------------------------------------------- /media/certified logos.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/certified logos.png -------------------------------------------------------------------------------- /media/construction_industry.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/construction_industry.jpg -------------------------------------------------------------------------------- /media/digital-transformation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/digital-transformation.jpg -------------------------------------------------------------------------------- /media/digitaltransformation-1920x883.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/digitaltransformation-1920x883.jpg -------------------------------------------------------------------------------- /media/diy_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/diy_icon.png -------------------------------------------------------------------------------- /media/diy_makers.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/diy_makers.jpg -------------------------------------------------------------------------------- /media/electromaker_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/electromaker_logo.png -------------------------------------------------------------------------------- /media/eurocircuits.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/eurocircuits.png -------------------------------------------------------------------------------- /media/excel_utils.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/excel_utils.png -------------------------------------------------------------------------------- /media/freerouting_social_preview_1280x960_v2.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/freerouting_social_preview_1280x960_v2.png -------------------------------------------------------------------------------- /media/groupgets.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/groupgets.png -------------------------------------------------------------------------------- /media/gumroad.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/gumroad.png -------------------------------------------------------------------------------- /media/hackday_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/hackday_logo.png -------------------------------------------------------------------------------- /media/hackster_io.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/hackster_io.png -------------------------------------------------------------------------------- /media/home_automation.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/home_automation.jpg -------------------------------------------------------------------------------- /media/instructables_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/instructables_logo.png -------------------------------------------------------------------------------- /media/kicad_logo_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/kicad_logo_small.png -------------------------------------------------------------------------------- /media/lectronz.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/lectronz.png -------------------------------------------------------------------------------- /media/likeShareComment.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/likeShareComment.jpg -------------------------------------------------------------------------------- /media/lk_shiny_enclosure_store.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/lk_shiny_enclosure_store.png -------------------------------------------------------------------------------- /media/mailing-list_orig.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/mailing-list_orig.png -------------------------------------------------------------------------------- /media/medical_smart_devices.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/medical_smart_devices.jpg -------------------------------------------------------------------------------- /media/medium.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/medium.jpg -------------------------------------------------------------------------------- /media/mental_health.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/mental_health.jpg -------------------------------------------------------------------------------- /media/open_science_lab.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/open_science_lab.png -------------------------------------------------------------------------------- /media/patreon_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/patreon_small.png -------------------------------------------------------------------------------- /media/paypal_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/paypal_small.png -------------------------------------------------------------------------------- /media/pcb_icon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/pcb_icon.png -------------------------------------------------------------------------------- /media/pcbway.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/pcbway.jpg -------------------------------------------------------------------------------- /media/progIDE.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/progIDE.png -------------------------------------------------------------------------------- /media/readme.md: -------------------------------------------------------------------------------- 1 | 2 | -------------------------------------------------------------------------------- /media/right_to_repair.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/right_to_repair.png -------------------------------------------------------------------------------- /media/rspb.1936.0053.pdf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/rspb.1936.0053.pdf -------------------------------------------------------------------------------- /media/saturnPCBdesignLogo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/saturnPCBdesignLogo.png -------------------------------------------------------------------------------- /media/schwerpunktthema-digitale-transformation-breitbild-schmal.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/schwerpunktthema-digitale-transformation-breitbild-schmal.jpg -------------------------------------------------------------------------------- /media/seedstudio_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/seedstudio_logo.png -------------------------------------------------------------------------------- /media/smart_solar_cell.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/smart_solar_cell.jpg -------------------------------------------------------------------------------- /media/smartup contact form.txt: -------------------------------------------------------------------------------- 1 | I'm looking to provide services of design and prototyping of smart hardware electronics which include AI smart electronics. both hardware and software. 2 | 3 | In parallel I'm looking to sell online, on any ecommerce platform, all smart devices I prototype, using a business logic of open hardware and software solution as the base of any of mu products and services 4 | 5 | 6 | 7 | I'm looking to develop marketing campaigns and sales on my own website and also on various well known ecommerce platforms. For instance, Amazon, Bol, Aliexpress, Ebay, and all other i can find and build an shop there. 8 | 9 | I'm also looking to expand my line of smart devices and IoT solutions including industrial IoT solutions , and design and prototype my very own smart mobile robot with ability to detect avoid obstacles using stereoscopic cameras. 10 | 11 | Finally, I'm looking for clients looking to buy customized smart IoT hardware and software solutions, AI enabled. 12 | 13 | You can find more detailed information about my current status and near future plans for this project of mine on my GitHub profile here: 14 | https://github.com/aeonSolutions 15 | 16 | 17 | 18 | my main reason is: 19 | i was laid off during covid19 , bank in 2020, and since then, for 3 years now, I've been investing all my money into this entrepreneurial project. Currently , I'm unemployed and with low finances. But with an awesome Smart IoT , AI enabled project. 20 | 21 | You can learn more about me on the following platforms below 22 | 23 | GitHub (Open Innovation) 24 | https://github.com/aeonSolutions 25 | ​Stack Overflow (Computer Science Skills) 26 | https://stackoverflow.com/users/13794189/miguel-silva 27 | 28 | my scientific research projects 29 | ORCID ​/ Scopus 30 | ​https://orcid.org/0000-0002-5910-5179​ 31 | My Experimental Data Repository ( Dataverse) 32 | https://dataverse.harvard.edu/dataverse/MiguelTomasMainDataverse 33 | 34 | Social Media 35 | Twitter 36 | https://twitter.com/AeonlabsS 37 | LinkedIn 38 | https://www.linkedin.com/in/migueltomas/​ 39 | YouTube channel with LIVE videos of me programming 40 | https://www.youtube.com/@aeonlabs2751/streams -------------------------------------------------------------------------------- /media/tea-shop-owner-1600x900.jpeg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/tea-shop-owner-1600x900.jpeg -------------------------------------------------------------------------------- /media/testing_phase_alpha.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/testing_phase_alpha.jpg -------------------------------------------------------------------------------- /media/testing_phase_beta.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/testing_phase_beta.jpg -------------------------------------------------------------------------------- /media/tindie_amazing.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/tindie_amazing.png -------------------------------------------------------------------------------- /media/tindie_amazing_small.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/tindie_amazing_small.jpg -------------------------------------------------------------------------------- /media/tindie_sell.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/tindie_sell.png -------------------------------------------------------------------------------- /media/tuya_logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/tuya_logo.png -------------------------------------------------------------------------------- /media/twitter_small.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/twitter_small.png -------------------------------------------------------------------------------- /media/want_to_become_a_sponsor.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/want_to_become_a_sponsor.png -------------------------------------------------------------------------------- /media/wearables.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/wearables.png -------------------------------------------------------------------------------- /media/whatsAppTelegram.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/whatsAppTelegram.png -------------------------------------------------------------------------------- /media/working_green.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/working_green.png -------------------------------------------------------------------------------- /media/working_red.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/working_red.png -------------------------------------------------------------------------------- /media/working_yellow.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/working_yellow.png -------------------------------------------------------------------------------- /media/works_with_apple_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/works_with_apple_home.png -------------------------------------------------------------------------------- /media/works_with_google_home.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/works_with_google_home.png -------------------------------------------------------------------------------- /media/works_with_home_assistanr.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/works_with_home_assistanr.png -------------------------------------------------------------------------------- /media/works_with_matter.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/works_with_matter.png -------------------------------------------------------------------------------- /media/works_with_zigbee.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/works_with_zigbee.jpg -------------------------------------------------------------------------------- /media/youtube.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/media/youtube.png -------------------------------------------------------------------------------- /useful_utilities/README.md: -------------------------------------------------------------------------------- 1 | **Navigation** | [AeonLabs Main Index](https://github.com/aeonSolutions/aeonSolutions/blob/main/aeonSolutions-Main-Index.md) >> [Open Hardware Electronics](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> Useful Utilities 2 | 3 | 4 | # Useful utilities 5 | 6 | One can find here useful utilities to use when designing and prototyping PCB electronics. For instance a simple Excel spreadsheet with a resistance divider finder compatible with all sold on Aliexpress.Click on each individual file above to download. 7 | 8 | - [resist divider calculator.xlsx](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/useful_utilities/resist%20divider%20calculator.xlsx) suitable for the ICs AUR9718, ST1S09 9 | - [resist divider calculator - MP8765.xlsx](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/useful_utilities/resist%20divider%20calculator%20-%20MP8765.xlsx) suitable for the IC MT8765 10 | 11 | These are Excel spreadsheets with all values of SMD resistors typically sold on AliExpress. This spreadsheet allows one to determine a pair of resistances to use for a given resistance divider (R1/R2) 12 | 13 | 14 | No one likes to work "for free". If you like my work, and use it, please consider supporting it. Links at the top, bottom, and right side pane. 15 | Thank you. 16 | 17 |
18 |
19 | 20 | 21 | ## Q&A WhatsApp/Telegram Groups 22 | | ![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/whatsAppTelegram.png) | Subscribe to the WhatsApp or Telegram channel to get the latest information about any of this KiCad projects and get help. Or simply like this kind of project and want to stay updated with the latest research ideas and prototypes during the day and week. [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) | 23 | |-------------|------| 24 | 25 | 26 |
27 |
28 |
29 | 30 | ## Youtube Channel 31 | | ![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/youtube.png) | Subscribe to my YouTube channel for PCB assembly instruction or any other related to Artificial Intelligence, Smart devices and robotics. Link to the channel [here](https://www.youtube.com/channel/UCAewCBpMRPGCyFc1ET5CHJw). My most recent video is .... | 32 | |-------------|------| 33 | 34 |
35 | 36 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 37 | Buy me a cup of coffee, a slice of pizza, or a book to help me study, eat, and think new PCB design files. 38 | 39 | [](https://www.buymeacoffee.com/migueltomas) 40 | 41 |
42 |
43 | 44 | ### Make a donation on Paypal 45 | Make a donation on PayPal and get a TAX refund*. 46 | 47 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/paypal_small.png)](http://paypal.me/mtpsilva) 48 | 49 | 50 | ## License 51 | 52 | Before proceeding to download any of AeonLab's open-source code for software solutions and/or open hardware electronics for smart devices and data acquisition make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Open Source Code](https://github.com/aeonSolutions/aeonSolutions/wiki/AeonLabs-Licensing) for more information. For commercial business solutions contact AeonLabs ℹ️ using the contacts above. Thank you 🙏. 53 | 54 | 55 | -------------------------------------------------------------------------------- /useful_utilities/resist divider calculator - MP8765.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/useful_utilities/resist divider calculator - MP8765.xlsx -------------------------------------------------------------------------------- /useful_utilities/resist divider calculator.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aeonSolutions/PCB-Prototyping-Catalogue/02bb0b34e4b289708f20d351e96734b57a7dbb49/useful_utilities/resist divider calculator.xlsx -------------------------------------------------------------------------------- /wearables/readme.md: -------------------------------------------------------------------------------- 1 | [![Telegram](https://img.shields.io/badge/join-telegram-blue.svg?style=for-the-badge)](https://t.me/+W4rVVa0_VLEzYmI0) 2 | [![WhatsApp](https://img.shields.io/badge/join-whatsapp-green.svg?style=for-the-badge)](https://chat.whatsapp.com/FkNC7u83kuy2QRA5sqjBVg) 3 | [![Donate](https://img.shields.io/badge/donate-$-brown.svg?style=for-the-badge)](http://paypal.me/mtpsilva) 4 | [![Say Thanks](https://img.shields.io/badge/Say%20Thanks-!-yellow.svg?style=for-the-badge)](https://saythanks.io/to/mtpsilva) 5 | ![](https://img.shields.io/github/last-commit/aeonSolutions/PCB-Prototyping-Catalogue?style=for-the-badge) 6 | 7 | trackgit-views 8 | 9 | ![](https://views.whatilearened.today/views/github/aeonSolutions/Home-Automation.svg) 10 | [![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](#) 11 | [![GitHub Forks](https://img.shields.io/github/forks/aeonSolutions/PCB-Prototyping-Catalogue.svg?style=social&label=Fork&maxAge=2592000)](https://www.github.com/aeonSolutions/PCB-Prototyping-Catalogue/fork) 12 | [![contributions welcome](https://img.shields.io/badge/contributions-welcome-brightgreen.svg?style=flat&label=Contributions&colorA=red&colorB=black )](#) 13 | [](https://www.buymeacoffee.com/migueltomas) 14 | 15 |

16 | 17 |

18 | 19 | [PCB-Prototyping-Catalogue](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue) >> [Wearables](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/tree/main/wearables) 20 | 21 | ## These Hardware Electronics are Sponsorware 💰💰💰 22 | The optimized design files for each of the hardware electronics listed are only available to my sponsors on GitHub Sponsors. 23 | It features many PCB optimizations such as much more energy efficiency and much less EMI on the boards. This means, for instance, much better hardware performance and lasting battery life. 24 | 25 | Enjoy, and thanks for the support! ❤️ 26 | 27 | Learn more about **Sponsorware** at [https://github.com/aeonSolutions/sponsorware](https://github.com/aeonSolutions/sponsorware) 💰. 28 | 29 |

30 | 31 | 32 | 33 | 34 | 35 | 36 |

37 | 38 | ## Wearables 39 | [where to buy](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/Where-to-Buy) already assembled and ready to use. 40 | 41 | Wearables have revolutionized the way we interact with technology, seamlessly integrating it into our daily lives. These small, often stylish devices are designed to be worn on the body, offering a wide array of functionalities. From smartwatches that keep us connected, track our fitness, and provide timely information, to fitness trackers that monitor our health and activity levels, wearables have become indispensable companions. Additionally, emerging technologies like augmented reality glasses promise to transform how we perceive and interact with the digital world. Whether enhancing productivity, promoting healthier lifestyles, or even aiding in medical diagnoses, wearables are shaping the future of personal technology, ushering in an era of convenience and connectivity that is changing the way we live, work, and play. 42 | 43 | (soon...) 44 | 45 |
46 | 47 | **Made by other Makers** 48 | - [ZS Watch](https://github.com/jakkra/ZSWatch-HW) and [here](https://github.com/jakkra/ZSWatch) 49 | 50 |

51 | 52 |

53 | 54 |
55 | 56 | **Hire AeonLabs**
57 | If you like my work here and are looking to design and deploy your own smart device find [here](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/How-to-Hire-AeonLabs) how to hire me. 58 | 59 |
60 | 61 | ## Compatibility 62 | 63 |

64 | 65 | 66 | 67 | 68 | 69 | 70 | 71 | 72 | 73 | 74 | 75 | 76 | 77 | 78 | 79 |

80 | 81 |
82 | 83 | ## What one additionally needs 84 | - [USB to UART/USB TTL firmware burner for 5V and 3.3V MCUs ](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/DIY-Maker/README.md) 85 | - [Upgradable ESP32 MCU](https://github.com/aeonSolutions/AeonLabs-Upgradable-MCU-ESP32) 86 | 87 |
88 |
89 | 90 | **Get a Notification on every PCB update** 91 | 92 | | [](https://www.tindie.com/stores/aeonlabs/) | You can fill in your [email here (Google form)](https://docs.google.com/forms/d/e/1FAIpQLScErMgQYRdA-umvCjvTPPrCO7Lg1QYowTxb7vfa8cTfrcPEAA/viewform?usp=pp_url) and I'll send a reminder when a new PCB prototype is made available here or a new revision for an existing PCB. Stay tuned! | 93 | |-------------|------| 94 | 95 |
96 |
97 | 98 | ## Author 99 | 100 | You can get in touch with me on my LinkedIn Profile: 101 | 102 | #### Miguel Tomas 103 | 104 | [![LinkedIn Link](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=linkedin&longCache=true&style=social&label=Connect)](https://www.linkedin.com/in/migueltomas/) 105 | 106 | You can also follow my GitHub Profile to stay updated about my latest projects: [![GitHub Follow](https://img.shields.io/badge/Connect-Miguel--Tomas-blue.svg?logo=Github&longCache=true&style=social&label=Follow)](https://github.com/aeonSolutions) 107 | 108 |
109 | 110 | ### Be supportive of my dedication and work towards technology education and buy me a cup of coffee 111 | The PCB Desgin Files i provide here for anyone to use are free. If you like this Smart Device or use it, please consider buying me a cup of coffee, a slice of pizza or a book to help me study, eat and think new PCB design files. 112 | 113 | [](https://www.buymeacoffee.com/migueltomas) 114 | 115 |
116 | 117 | ### Make a donation on Paypal 118 | Make a donation on paypal and get a TAX refund*. 119 | 120 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/paypal_small.png)](http://paypal.me/mtpsilva) 121 | 122 |
123 | 124 | ### Support all these open hardware projects and become a patreon 125 | Liked any of my PCB KiCad Designs? Help and Support my open work to all by becomming a LDAD Patreon. 126 | In return I will give a free PCB design in KiCad to all patreon supporters. To learn more go to patreon.com. Link below. 127 | 128 | [![](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/blob/main/media/patreon_small.png)](https://www.patreon.com/ldad) 129 | 130 |
131 |
132 | 133 | ______________________________________________________________________________________________________________________________ 134 | ### License 135 | 136 | Before proceeding to download any of AeonLabs software solutions for open-source development and/or PCB hardware electronics development make sure you are choosing the right license for your project. See [AeonLabs Solutions for Open Hardware & Source Development](https://github.com/aeonSolutions/PCB-Prototyping-Catalogue/wiki/AeonLabs-Solutions-for-Open-Hardware-&-Source-Development) for more information. 137 | 138 | --------------------------------------------------------------------------------