Skip to content

Commit

Permalink
Added instructions for setting individual credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Frederik Holst committed Aug 16, 2018
1 parent 8697c94 commit 4767382
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 9 deletions.
5 changes: 3 additions & 2 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@ The following forum is currently used to discuss the development of Robotan and
http://www.roboter-forum.com/showthread.php?24443-WLAN-Steuerung-f%FCr-Ambrogio-L30-und-baugleiche-Modelle-(Stiga-Wiper-Wolf)
<H3>I'm trying to connect to the "Robotan" WiFi network, what is the password?</H3>
<code>Robotan88</code>
<H3>I want to access the Robotan website, what is the username and password?</H3>
Username: <code>Robotan</code> <BR>
<H3>I want to access the Robotan website, what is the username and password?</H3>
Unless you have specified your own credentials during installation, these are as follows:
Username: <code>Robotan</code> <BR>
Password: <code>Robotan88</code>
<H3>Can I update my robot firmware with Robotan?</H3>
No, unfortunately not. But with an added Bluetooth module (HC-05 or HC-06, less than 10 Euros), Robotan can act as a standard Bluetooth device that is discoverable by Android devices, and these can be used to update the robot's firmware.<BR>
Expand Down
5 changes: 3 additions & 2 deletions FAQ_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,9 @@ Das folgende Forum ist momentan der Platz, um die Entwicklung von Robotan und
<H3>Ich versuche mich, mit dem "Robotan" WLAN zu verbinden, wie lautet das
Passwort?</H3>
<code>Robotan88</code>
<H3>Ich möchte die Robotan webseite aufrufen, wie lauten die Zugangsdaten?</H3>
Username: <code>Robotan</code> <BR>
<H3>Ich möchte die Robotan webseite aufrufen, wie lauten die Zugangsdaten?</H3>
Falls während der Installation keine individuellen Zugangsdaten konfiguriert wurden, lauten diese standardmäßig:
Username: <code>Robotan</code> <BR>
Password: <code>Robotan88</code>
<H3>Kann ich mit Robotan die Firmware meines Mähers updaten?</H3>
Nein, leider nicht. Aber mit dem Anschluss eines Bluetooth-Moduls
Expand Down
6 changes: 5 additions & 1 deletion Setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ you have follow the following steps:
<IMG SRC="img/ArduinoSettings.png">

3. Connect the Wemos D1 with your computer via USB but WITHOUT THE ROBOTAN BOARD ATTACHED and flash the <A HREF="RobotanSetup.ino">RobotanSetup.ino</A>.
You may set individual credentials for your personal WiFi network (variables WLAN_local_SSID and WLAN_local_password) as well as for the username and password for the webinterface (variables http_username and http_password). These will then be stored in the module and be used instead of the default ones mentioned below.
Before flashing, you may set individual credentials for your personal WiFi
network (variables WLAN_local_SSID and WLAN_local_password) as well as for the
username and password for the webinterface (variables http_username and
http_password). These will then be stored in the module and used instead of the
default ones mentioned below.

4. Now a minimal browser-based firmware update program is installed on the Wemos D1 and you can proceed with the updating procedures explained below.

Expand Down
9 changes: 5 additions & 4 deletions Setup_de.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,11 @@ werden:

3. Verbinde den Wemos D1 über USB mit Deinem Computer ABER OHNE DAS ROBOTAN BOARD und flashe den Sketch
<A HREF="RobotanSetup.ino">RobotanSetup.ino</A>.
Es können individuelle Zugangsdaten für das WLAN (Variablen WLAN_local_SSID und
WLAN_local_password) sowie für den Zugang zum Webinterface (Variablen
http_username und http_password) konfiguriert werden. Diese werden dann im
Modul gespeichert und anstatt der später beschriebenen Standardwerte verwendet.
In dieser Datei können vorher noch bei Bedarf individuelle Zugangsdaten für das
WLAN (Variablen WLAN_local_SSID und WLAN_local_password) sowie für den Zugang
zum Webinterface (Variablen http_username und http_password) konfiguriert
werden. Diese werden dann im Modul gespeichert und anstatt der später
beschriebenen Standardwerte verwendet.

4. Danach ist eine minimale Browser-Upload Firmware auf dem Wemos D1 installiert
und Du kannst mit dem Update-Prozess wie folgt fortfahren.
Expand Down

0 comments on commit 4767382

Please sign in to comment.