You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/hardware_rtk_surveyor.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -97,15 +97,15 @@ The RTK Surveyor can be charged from any USB port or adapter. The charge circuit
97
97
98
98
To quickly view the state of charge, turn on the unit. A green LED indicates > 50% charge remaining. A yellow LED indicates > 10% charge remaining. A red LED indicates less than 10% charge remaining.
99
99
100
-
# Advanced Features
100
+
##Advanced Features
101
101
102
102
The RTK Surveyor is a hacker’s delight. Under the hood of the RTK Surveyor is an ESP32 WROOM connected to a ZED-F9P as well as some peripheral hardware (LiPo fuel gauge, microSD, etc). It is programmed in Arduino and can be tailored by the end user to fit their needs.
*Click on the image to get a closer look at the Schematic*
107
107
108
-
## ZED-F9P GNSS Receiver
108
+
###ZED-F9P GNSS Receiver
109
109
110
110
The [ZED-F9P GNSS receiver](https://www.sparkfun.com/products/16481) is configured over I<sup>2</sup>C and uses two UARTs to output NMEA (UART1) and input/output RTCM (UART2).
111
111
@@ -115,7 +115,7 @@ Two internal slide switches control the flow of NMEA and RTCM traffic between th
The [ESP32](https://www.sparkfun.com/products/15663) uses a standard USB to serial conversion IC ([CH340](https://learn.sparkfun.com/tutorials/how-to-install-ch340-drivers/all)) to program the device. You can use the ESP32 core for Arduino or Espressif’s [IoT Development Framework (IDF)](https://www.espressif.com/en/support/download/all).
121
121
@@ -129,32 +129,32 @@ If you've never connected a CH340 device to your computer before, you may need t
129
129
[](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_Internal_-_ESP32-1.jpg)
130
130
131
131
132
-
## Measurement Jumpers
132
+
###Measurement Jumpers
133
133
134
134
To facilitate the measurement of run, charge, and quiescent currents, two measurement jumpers are included. These are normally closed jumpers combined with a 2-pin 0.1” footprint. To take a measurement, cut the jumper and install a 2-pin header and use [banana to IC hook](https://www.sparkfun.com/products/506) cables to a DMM.
135
135
136
136
[](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_Internal_-_Measurement_Jumpers.jpg)
137
137
138
-
## LiPo and Charging
138
+
###LiPo and Charging
139
139
140
140
The RTK Surveyor houses a standard [1000mAh 3.7V LiPo](https://www.sparkfun.com/products/13813). The charge circuit is set to 1A so with an appropriate power source, charging an empty battery should take roughly one hour. USB C on the RTK Surveyor is configured for 2A draw so if the user attaches to a USB 3.0 port, the charge circuit should operate near the 1A max. If a user attaches to a USB 2.0 port, the charge circuit will operate at 500mA.
141
141
142
142
[](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_Internal_-_LiPo_Charging1.jpg)
143
143
144
144
145
-
## MAX17048 Fuel Gauge
145
+
###MAX17048 Fuel Gauge
146
146
147
147
The [MAX17048](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/MAX17048-MAX17049.pdf) is a simple to use fuel gauge IC that gives the user a statement of charge (SOC) that is basically a 0 to 100% report. The MAX17048 has a sophisticated algorithm to figure out what the SOC is based on cell voltage that is beyond the scope of this tutorial but for our purposes, allows us to control the color of the power LED.
148
148
149
149
[](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_Internal_-_MAX17048_Fuel_Gauge1.jpg)
150
150
151
-
## Qwiic
151
+
###Qwiic
152
152
153
153
A [Qwiic connector](https://www.sparkfun.com/qwiic) is exposed on the end of the unit. This allows connection to the I<sup>2</sup>C bus on the ESP32. Currently the stock RTK Surveyor does not support any additional Qwiic sensors or display but users may add support for their own application.
154
154
155
155
[](https://cdn.sparkfun.com/assets/learn_tutorials/1/4/6/3/RTK_Surveyor_Internal_-_Qwiic.jpg)
156
156
157
-
## microSD
157
+
###microSD
158
158
159
159
A microSD socket is situated on the ESP32 SPI bus. Any microSD up to 32GB is supported. RTK Surveyor supports RAWX and NMEA logging to the SD card. Max logging time can also be set (default is 10 hours) to avoid multi-gigabyte text files. For more information about RAWX and doing PPP please see [this tutorial](https://learn.sparkfun.com/tutorials/how-to-build-a-diy-gnss-reference-station#gather-raw-gnss-data).
0 commit comments