-
-
Notifications
You must be signed in to change notification settings - Fork 6
[PCB] Implementation of a new version of the PCB based on ESP32-C3 #32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
IgrikXD
wants to merge
15
commits into
master
Choose a base branch
from
pcb/3.1
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PCB Update: version 3.2
This new PCB version replaces the deprecated ATmega328 MCU with the ESP32-C3 SoC, improving performance and adding wireless control capabilities. The device will be configured during operation via a desktop application, supporting both USB and Wi-Fi connectivity.
The custom-made bifilar transformer has been replaced with a factory-manufactured Mini-Circuits ADT1-1+ transformer, ensuring higher reliability and consistency.
The toggle switch, which was previously used to power the device on and off, has been removed due to its large size and the complexity of integrating it into the device enclosure.
Note
The source files for the PCB of this version of the device are not publicly available! For purchase inquiries, please contact me directly.
Testing & Validation
✅ DRC (Design Rule Check): Passed
✅ ERC (Electrical Rule Check): Passed
✅ Prototype manufactured & tested: Passed
✅ Peripheral testing with diagnostic firmware: Passed
✅ TX functionality testing with diagnostic firmware: Passed
Documentation changes
The Gerbers directory has been renamed to PCB. Gerber, BOM, and schematic files are now located in the PCB subdirectory corresponding to the specific device version.
References to different device versions based on the output amplifier have been removed from the main README. The basic technical characteristics of the device and the PCB manufacturing parameters are moved to the PCB directory and are now stored separately for each device version. A new "Firmware info" section has been added, providing details about the latest firmware version, supported transmission protocols, and configuration capabilities via the user application.
The current consumption test results have been added for PCB versions 1.0 and 3.2, and updated for version 2.0.
The "How to use this repository?" section has been revised to align with the new project structure.
Information about Mini-Circuits has been added to the "Who helped me with the development of the project?" section.