-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Remove leftover * Don't explain the repo structure 5 times * Add schematics overview * Prettify logo SVG * Give logo background color * Fix layer order * Give the lightning some color * Apply liniting to SVG
- Loading branch information
Showing
10 changed files
with
345 additions
and
213 deletions.
There are no files selected for viewing
This file contains 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
--- | ||
sidebar_position: 0 | ||
--- | ||
|
||
# Schematic Overview | ||
|
||
## Microcontroller voltage regulation stage | ||
|
||
![microcontroller-voltage-regulation-stage](../assets/hardware/microcontroller-voltage-regulation-stage.png) | ||
|
||
The voltage regulation stage contains the `7805IC` to regulate the voltage from the SMPS power supply to 5V as this is the safe voltage level to power the microcontroller, also this stage contains the `LM350IC` to regulate the SMPS power sully to 4V to power the GSM module. | ||
|
||
## Analog front end chip connection | ||
|
||
The analog front end chip (AFE) is a metering IC suitable for a class1 and class2 accuracy meter and fit for use according to the relevant metering standard as specified by IEC. | ||
It is used in this design to measure power, voltage, current, power factor etc.. | ||
|
||
![analog-frontend-chip-connection](../assets/hardware/analog-frontend-chip-connection.png) | ||
|
||
## SMPS power supply stage | ||
|
||
The SMPS stage converts the AC input voltage supplied into the meter to 12V DC to power the internal electronics circuit. | ||
|
||
![smps-power-supply-stage](../assets/hardware/smps-power-supply-stage.png) | ||
|
||
## Microcontroller/Cicada GSM Module/LED/ LCD\n RS232/RTC/Relay/Keypad/Buzzer | ||
|
||
The master of this stage is the microcontroller(STM32f103ccu8) popularly known as bluepill, it fethes outputted meter values from the AFE chip via the USART communication interface, it also communicate with the webpage via the Cicada GSM module and sends neccesary meter parameters to the RS232 port, this stage also interface with other hardware pheripherials such as keypad, buzzer, magnetic latching relay, LED, LCD. | ||
|
||
![microcontroller-miscs](../assets/hardware/microcontroller-miscs.png) |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.