[final report] More minor fixes

This commit is contained in:
Starbeamrainbowlabs 2019-09-02 16:23:35 +01:00
parent fe7ed56bfa
commit b19114ccf3
1 changed files with 2 additions and 2 deletions

View File

@ -36,7 +36,7 @@ The above assumes that you've got a battery box and a regulator. A few things to
- We power the whole thing directly on the 5V power rail. This is because of the TPL5110, which turns the device on and off automatically. - We power the whole thing directly on the 5V power rail. This is because of the TPL5110, which turns the device on and off automatically.
- Because of the TPL5110, we have a 'timed power rail' and an 'untimed power rail', along with a shared ground. - Because of the TPL5110, we have a 'timed power rail' and an 'untimed power rail', along with a shared ground.
- Note that the GPS module is connected to the _untimed_ rail, as we really don't want to lose our GPS fix (as this would significantly delay us every time we take reading). - Note that the GPS module is connected to the _untimed_ rail, as we really don't want to lose our GPS fix (as this would significantly delay us every time we take a reading).
When you've constructed the circuit, insert the microSD card into the microSD card breakout board. When you've constructed the circuit, insert the microSD card into the microSD card breakout board.
@ -51,4 +51,4 @@ Once you've got the circuit built and tested, you'll want a box to put it in. Ju
- `Housing.scad`, containing the box itself - `Housing.scad`, containing the box itself
- `Lid.scad`, containing the lid - `Lid.scad`, containing the lid
It's supplied in 2 parts, to make 3D printing easier. Yur 3D printer probably takes a .STL file though, so you'll need to [export them](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/STL_Export) in the correct format for printing. It's supplied in 2 parts, to make 3D printing easier. Yur 3D printer probably takes a .STL file though, so you'll need to [export them](https://en.wikibooks.org/wiki/OpenSCAD_User_Manual/STL_Export) in the correct format for printing.