pull/1/head
ozarchie 2019-02-27 13:28:53 +10:00
rodzic 54563dd5cf
commit f70577f981
2 zmienionych plików z 23 dodań i 16 usunięć

Plik binarny nie jest wyświetlany.

Wyświetl plik

@ -1,28 +1,28 @@
THIS CODE IS NOT FULLY TESTED. THIS CODE IS NOT FULLY TESTED.
ONLY USE IT IF YOU WANT TO HELP IN THE DEBUG PROCESS. ONLY USE IT IF YOU WANT TO HELP IN THE DEBUG PROCESS.
<hr />
<h1>Installation</h1> <h1>Installation</h1>
<hr /> <hr />
<ol>
<h2>ESP32 Interface</h2> <h2>ESP32 Interface</h2>
<hr />
<ol>
<h3>Download the github EQMOD-ETX and configure</h3> <h3>Download the github EQMOD-ETX and configure</h3>
<ul>
<li>https://github.com/ozarchie/EQMOD-ETX/tree/master/Software</li> <li>https://github.com/ozarchie/EQMOD-ETX/tree/master/Software</li>
<li>Make sure you have the espressif ESP32 system and libraries installed. <li>Make sure you have the espressif ESP32 system and libraries installed.
[Download ESP32](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/windows.md)</li> [Download ESP32](https://github.com/espressif/arduino-esp32/blob/master/docs/arduino-ide/windows.md)</li>
<li>Compile and upload to your hardware</li> <li>Compile and upload to your hardware</li>
</ul>
<ol> <hr />
<h2>SYNSCAN</h2> <h2>SYNSCAN</h2>
<hr />
<h3>Run on Windows - ASCOM only supports Windows</h3> <h3>Run on Windows - ASCOM only supports Windows</h3>
<ul>
<li>Download and install Synscan Appn (Windows)</li> <li>Download and install Synscan Appn (Windows)</li>
[Download SynScan](http://skywatcher.com/download/software/synscan-app/ "Title") [Download SynScan App](http://skywatcher.com/download/software/synscan-app/)
<li>Download and install ASCOM driver for Synscan (Windows) to interface to CdC (or other ASCOM-based program)</li> <li>Download and install ASCOM driver for Synscan (Windows) to interface to CdC (or other ASCOM-based program)</li>
[Download SynScan ASCOM](http://skywatcher.com/download/software/ascom-driver/ "Title") [Download SynScan ASCOM](http://skywatcher.com/download/software/ascom-driver/)
<li>Search and join WiFi network EQMODWiFi, Password is CShillit0</li> <li>Search and join WiFi network EQMODWiFi, Password is CShillit0</li>
<li>Start SynScan and press Connect</li> <li>Start SynScan and press Connect</li>
<li>Select EQ6</li> <li>Select EQ6</li>
@ -30,22 +30,29 @@ ONLY USE IT IF YOU WANT TO HELP IN THE DEBUG PROCESS.
<li>Telescope>TelescopeSettings>Telescope: Check ASCOM</li> <li>Telescope>TelescopeSettings>Telescope: Check ASCOM</li>
<li>Telescope>ConnectTelescope>Select:SynScanMobile Telescope</li> <li>Telescope>ConnectTelescope>Select:SynScanMobile Telescope</li>
<li>Telescope>ConnectTelescope>Connect</li> <li>Telescope>ConnectTelescope>Connect</li>
</ul>
<hr />
<h3>Run using phone or tablet App</h3> <h3>Run using phone or tablet App</h3>
<ul>
<li>Download and install Synscan Appn (iOS/Android)</li> <li>Download and install Synscan Appn (iOS/Android)</li>
[Download SynScan](http://skywatcher.com/download/software/synscan-app/ "Title") [Download SynScan App](http://skywatcher.com/download/software/synscan-app/)
<li>Search and join WiFi network EQMODWiFi, Password is CShillit0</li> <li>Search and join WiFi network EQMODWiFi, Password is CShillit0</li>
<li>Start SynScan and press Connect</li> <li>Start SynScan and press Connect</li>
<h2>EQMOD</h2> </ul>
EQMOD does not support WiFi communications natively. <hr />
<h2>EQMOD</h2>
It needs a Serial<->WiFi bridge. **EQMOD does not support WiFi communications natively.**
**It needs a Serial<->WiFi bridge.**
If you want to use EQMOD, you need to build the If you want to use EQMOD, you need to build the
<li> [EQMOD-WiFi](https://github.com/ozarchie/EQMOD-WiFi) <ul>
<li> [EQMOD-WiFi Project](https://github.com/ozarchie/EQMOD-WiFi "Title")
interface and code. interface and code.
</li> </li>
<li>Plug the EQMOD-WiFi device into a USB port</li> <li>Plug the EQMOD-WiFi device into a USB port</li>
<li>Configure CdC/EQMOD to use the USB serial port associated with the EQMOD-WiFi</li> <li>Configure CdC/EQMOD to use the USB serial port associated with the EQMOD-WiFi</li>
<li>The EQMOD-WiFi and EQMOD-ETX will handle the WiFi communications using ESP-NOW</li> <li>The EQMOD-WiFi and EQMOD-ETX will handle the WiFi communications using ESP-NOW</li>
</ul>