Skip to content

Commit

Permalink
Update ReadMe
Browse files Browse the repository at this point in the history
  • Loading branch information
SauviaTron committed Nov 17, 2023
1 parent f8287ae commit b7fbdfb
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 0 deletions.
Binary file modified 0_GitBook/Images/Kicad_3DViewFront - Copie.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 0_GitBook/Images/Kicad_3DViewFront_BnW.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.
22 changes: 22 additions & 0 deletions 2_Firmware/1_I2C_Scanning/ReadMe.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# I2C Scanning

The card is equipped with two low-power LEDs.

The blue LED functions as a user LED and serves solely as an indicator; for example, it can be illuminated when the card is performing calculations.

The white LED is connected to a branch of the GNSS module, specifically the TIMEPULSE pin. This pin is in a high state when the GNSS module receives satellite signals, thus turning on the LED. However, it can also be controlled by the microcontroller.

Therefore, with this pair of LEDs, it is possible to provide the user with different indications based on the illuminated state of the LEDs.

## Hardware Integration

| I2C Address | Description |
| ----------- | -------------- |
| 0x10 | RGBW Light |
| 0x19 | Accelerometer |
| 0x1E | Magnetometer |
| 0x76 | Pressure |

## Board
![KiCad 3D View Front](/0_GitBook/Images/Kicad_3DViewFront_BnW_Sensors.png)
![KiCad 3D View Back](/0_GitBook/Images/Kicad_3DViewBack_BnW_Sensors.png)

0 comments on commit b7fbdfb

Please sign in to comment.