Skip to content

Commit

Permalink
Merge pull request #11 from EnAccess/Fix-readme-image-links
Browse files Browse the repository at this point in the history
Fix README images and add badge
  • Loading branch information
dmohns committed Oct 26, 2023
2 parents c0e1f7d + f27454d commit b553935
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@
alt="Project Status"
src="https://img.shields.io/badge/Project%20Status-stable-green"
>
<!-- <img
<img
alt="GitHub Workflow Status"
src="https://img.shields.io/github/actions/workflow/status/EnAccess/Cicada-GSM-HW/workflow.yaml"
> -->
src="https://img.shields.io/github/actions/workflow/status/EnAccess/Cicada-GSM-HW/markdown-lint.yaml"
>
<a href="https://github.com/EnAccess/Cicada-GSM-HW/blob/main/LICENSE" target="_blank">
<img
alt="License"
Expand Down Expand Up @@ -82,7 +82,7 @@ The schematics are lagely based on the `SIM7600 Series_Hardware Design_V1.02` an

## Host interface

![Host interface](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Host-interface.png)
![Host interface](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Host-interface.png)

The host interface provides:

Expand All @@ -98,11 +98,11 @@ The host interface provides:

The host interface provides a way for the host to detect the presence of a Cicada board, and distinguish between different boards:

![Host interface versioning](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Host-interface-versioning.png)
![Host interface versioning](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Host-interface-versioning.png)

## Sim card slot

![Sim card](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Sim-card.png)
![Sim card](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Sim-card.png)

Same for Cicada 2G and Cicada 4G boards.

Expand All @@ -112,29 +112,29 @@ Both Cicada 2G and Cicada 4G use single-chip SMPS to convert 5v down to 4v requi

Both the modules use M3406-ADJ, which come with a internal over current protection (1.5A) and rated to 800mA operation. but the power supply circuit is design with the bulk output Capacitance which maintaines the voltage and pumps the shorter peak current requirment and the series resister at the power supply input reduce the stress on the hosts 5v regulator.

![Power](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Power.png)
![Power](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Power.png)

## Level shifters

The SIM7600 module (Cicada 4G) operates at 1.8v logic level, while the SIM800C module (Cicada 2G) operates at 2.8v. In both vases, simple discrete level shifters are used to make the logic levels compatible with more common 3.3v.

![Lvel shifters](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Level-shifters.png)
![Lvel shifters](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Level-shifters.png)

## Antennas

Antenna circuitry compied from the simcomm reference documentation:

### Cicada 4G - Main and Auxiliary antennas, plus a GPS antenna

![Antennas 7600](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Antennas-7600.png)
![Antennas 7600](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Antennas-7600.png)

### Cicada 2G - Only the main antenna

![Antennas 800C](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/Antennas-800C.png)
![Antennas 800C](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/Antennas-800C.png)

## USB

On both Cicada 2G and Cicada 4G, USB can be used to update the modem firmware.
The USB connector can also provide 5V power to the board during the process.

![USB](https://github.com/EnAccess/Cicada-HW/blob/master/design/doc/figures/USB.png)
![USB](https://github.com/EnAccess/Cicada-HW/blob/main/design/doc/figures/USB.png)

0 comments on commit b553935

Please sign in to comment.