Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
ACPS (E-24)
P
public
ahoi
docs
Commits
2aa1a536
Commit
2aa1a536
authored
Mar 15, 2021
by
Frank Lars Zimdars
Committed by
Bernd-Christian Renner
Mar 19, 2021
Browse files
small corrections
parent
156ca78e
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
7 deletions
+4
-7
TODO
TODO
+0
-2
docs/hardware_description.md
docs/hardware_description.md
+1
-2
docs/tutorial_firmware.md
docs/tutorial_firmware.md
+2
-2
mkdocs.yml
mkdocs.yml
+1
-1
No files found.
TODO
View file @
2aa1a536
...
...
@@ -26,5 +26,3 @@ Erledigt:
- Die Testpoints sollten für den TXB unterschiedliche Farben haben (laut Text), habe sie aber nicht.
- Beim RX-auto-Test fehlte eine Beschreibung, was der eigentlich macht.
- By pylib Verwendung für RX nur auf die Doku verweisen (das INSTALL File ist jetzt ja doppelt gemoppelt und deprecated, oder?)
docs/hardware_description.md
View file @
2aa1a536
...
...
@@ -93,8 +93,7 @@ The Mainboard has six LEDs indicating the status of the modem.
</table>
!!! info "Info"
The indicator levels are rough estimates based on a 3S LiPo battery with 12.4 V nominal rating.
To change the values or behavior, consult tutorial
[
Customising the Firmware
](
/tutorial_firmware/#fw_batlevels
)
.
[
A
](
/tutorial_firmware/#fw_batlevels
)
## Connectors
...
...
docs/tutorial_firmware.md
View file @
2aa1a536
...
...
@@ -77,7 +77,7 @@ The values are represented by scaled integers. The value 0x4000 corresponds to a
<a
name=
"fw_batlevels"
></a>
The modem firmware shows the batter
ie
level through a LED blink code.
At default the levels in the firmware are match
ed
t
o a LiPo batter
ie (3 cell)
.
The modem firmware shows the batter
y
level through a
n
LED blink code.
The levels are bas
ed o
n
a
3-cell
LiPo batter
y
.
Inside the file "batvoltage.c" the struct "batvolThresh" contains the values for the levels. The measured voltage is 200mV below the input voltage
(reduced by the polarity protection diode).
...
...
@@ -221,4 +221,4 @@ To set a breakpoint where the line in the cource code is optmised and not avaiab
Page last revised on: {{ git_revision_date }}
\ No newline at end of file
Page last revised on: {{ git_revision_date }}
mkdocs.yml
View file @
2aa1a536
...
...
@@ -10,7 +10,7 @@ nav:
-
Customize Hardware
:
hardware_custom.md
-
Test Hardware
:
hardware_check.md
-
Getting Started
:
-
Firmware Installation and Updating
:
setup_fw.md
-
Compile and flash the firmware
:
setup_fw.md
-
Connecting to the Modem with PyLib
:
setup_pylib.md
-
Tutorial
:
-
Hello, World!
:
tutorial_helloworld.md
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment