Skip to content

Commit

Permalink
renders
Browse files Browse the repository at this point in the history
  • Loading branch information
mglsj committed May 13, 2023
1 parent a9b8b84 commit d1d1dc9
Show file tree
Hide file tree
Showing 9 changed files with 343,526 additions and 5 deletions.
19 changes: 14 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,28 +2,28 @@

The Tracker updates its location on the website [here](<[https://mg-lsj.github.io/Bus-Tracker/](https://bt-p1c0.github.io/BT-Website/)>).

### Image v6
## Image (v6)

![v6a image](/img/v6a.png)
![v6b image](/img/v6b.png)

### Components used:
## Components used:

- Raspberry Pi Pico (Microcontroller): Controls other two modules
- NEO-6M (GNSS module): Gets current location
- SIM800L (GSM/GPRS module): Sends location to the website
- InvenSense MPU9250 (IMU): Crash detection
- SSD1306 (OLED Display): Debug codes

### Wiring Diagram v3
## Wiring Diagram v3

![Drawing Diagram](/img/Bt-Pico.png)

### Working
## Working

![Working Diagram](/img/working.png)

### How to setup this project?
## How to setup this project?

1. Install this [extension](https://marketplace.visualstudio.com/items?itemName=paulober.pico-w-go).
2. Open the `project's scripts` folder in VS Code
Expand All @@ -47,3 +47,12 @@ Check LEDs on modules to see if modules are working correctly
- Blink every 3s - Module is connected to a network and can receive/send

Now, run `test_connections.py` to check connections.

## Renders

![](/img/renders/t.png)
![](/img/renders/a1.png)
![](/img/renders/a4.png)
![](/img/renders/b.png)
![](/img/renders/b1.png)
![](/img/renders/b2.png)
File renamed without changes.
343,512 changes: 343,512 additions & 0 deletions assets/bt-p1c0.step

Large diffs are not rendered by default.

Binary file added img/renders/a1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/renders/a4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/renders/b.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/renders/b1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/renders/b4.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/renders/t.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d1d1dc9

Please sign in to comment.