Skip to content

Commit

Permalink
Added the replaced modules
Browse files Browse the repository at this point in the history
  • Loading branch information
Bartosz-Slowik committed Aug 5, 2023
1 parent b707bfe commit e48cbce
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
/.vscode
/target
/target
gyffhks
package-lock.json
3 changes: 2 additions & 1 deletion crates/cansat-stm32f4/.cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,5 @@ rustflags = [
]

[build]
target = "thumbv7em-none-eabihf"
target = "thumbv7em-none-eabihf"
target-dir = "../../target"
Binary file added docs/getting-started/src/assets/PCB3.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
9 changes: 7 additions & 2 deletions docs/getting-started/src/hardware.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,16 +17,20 @@
<img src="assets/bme280.jpg" width="400px">
</p>

* MicroSD card reader: [WaveShare 3947](https://www.waveshare.com/micro-sd-storage-board.htm)
* MicroSD card reader: [WaveShare 3947](https://www.waveshare.com/micro-sd-storage-board.htm)
Changed to [Mini Micro SD Card Reader](https://sklep.msalamon.pl/produkt/modul-czytnika-kart-micro-sd/)

<p align="center">
<img src="assets/waveshare-3947.webp" width="400px">
<img src="https://sklep.msalamon.pl/wp-content/uploads/2020/06/sklep_msalamon_MICROSD_READER_SPI_MOD_2.png" width="400px">
</p>

* Accelerometer: [ST LIS3DH](https://www.st.com/en/mems-and-sensors/lis3dh.html)
Changed to [MPU6050](https://invensense.tdk.com/products/motion-tracking/6-axis/mpu-6050/)

<p align="center">
<img src="assets/lis3dh.jpg" width="400px">
<img src="https://sklep.msalamon.pl/wp-content/uploads/2019/03/sklep_msalamon_MPU6050_MOD.png" width="400px">
</p>

* LoRa: [seeed studio WIo-E5 mini](https://www.seeedstudio.com/LoRa-E5-mini-STM32WLE5JC-p-4869.html)
Expand All @@ -44,8 +48,9 @@


## Connections schematic
This Schematic is for the 3rd version of PCB
<p align="center">
<img src="assets/Schematic_cansat_2023-02-27.png">
<img src="assets/PCB3.png">
</p>

## STM32f411CEU6 Pinout
Expand Down

0 comments on commit e48cbce

Please sign in to comment.