diff --git a/src/assets/i18n/en.json b/src/assets/i18n/en.json
index 59038f3..be6e833 100644
--- a/src/assets/i18n/en.json
+++ b/src/assets/i18n/en.json
@@ -13,12 +13,14 @@
},
"OPENSOURCE": {
"TITLE": "Open Source",
- "TEXT": "This app is free & libre open source software. To may find the source code & issue tracker on GitHub:"
+ "TEXT": "This app is free & libre open source software. You may find the source code & issue tracker on GitHub:"
},
"HINT": "Hint: A web version of Blockly for senseBox is available as well!"
},
"BLOCKLY": {
- "TITLE": "Blockly for senseBox"
+ "TITLE": "Blockly for senseBox",
+ "BTN_CODE": "Code View",
+ "BTN_OTA": "OTA Programmer"
},
"OTAWIZ": {
"TITLE": "Over The Air Programmer",
@@ -27,19 +29,27 @@
"BTN_BACK": "Back",
"INTRO": {
"TITLE": "Welcome",
- "TEXT": "To program your senseBox wirelessly, please follow these steps. We will help you connect to your senseBox via WiFi.",
+ "TEXT": "To transfer your code to your senseBox over the air (OTA), please follow these steps.",
"STEPS": "First, please make sure that your senseBox...",
- "STEP1": "has the WiFi shield plugged in",
+ "STEP1": "has the WiFi Bee plugged in XBee Slot 1",
"STEP2": "has the initial OTA sketch installed",
- "STEP3": "is running"
+ "STEP3": "is powered"
+ },
+ "OTAMODE": {
+ "TITLE": "Enable OTA Mode",
+ "TEXT": "To transfer your code, the senseBox must be in OTA mode. This is indicated by the green blinking LED next to the red reset button.",
+ "STEPS": "To enable OTA mode...",
+ "STEP1": "press & hold the switch button (gray or blue)",
+ "STEP2": "press the red reset button shortly",
+ "STEP3": "release the switch button after one second"
},
"COMPILATION": {
"COMPILING": {
"TITLE": "Compiling your sketch..."
},
"GO_ONLINE": {
- "TITLE": "Compiling your sketch...",
- "TEXT": "For compilation, you need to connect to the internet. Please enable a connection."
+ "TITLE": "You are offline.",
+ "TEXT": "For compilation you need to connect to the internet. Please enable a connection."
},
"DONE": {
"TITLE": "Sketch successfully compiled."
@@ -51,11 +61,13 @@
"WIFI": {
"MANUAL": {
"TITLE": "Connect to your senseBox",
- "TEXT": "Your senseBox should have opened the a WiFi network. Because we can not do this automatically on your platform, please connect to it manually."
+ "TEXT": "Your senseBox should have created a WiFi network. Because we can not do this automatically on your platform, please connect to it manually."
},
"AUTO": {
"TITLE": "Select your senseBox",
- "TEXT": "In the list, all running senseBoxes with OTA available are shown. If you don't see yours, please make sure that GPS is enabled.",
+ "TEXT1": "All powered senseBoxes around you with OTA mode enabled are listed here.",
+ "TEXT2": "Please check the last digits of MAC-Adress on your WiFi Bee to identify your senseBox. You can find it printed on the bottom of the WiFi Bee.",
+ "TEXT3": "If you can't find your senseBox, please make sure that your WiFi Bee is mounted correctly, OTA mode is enabled and GPS is enabled on this device.",
"AVAILABLE": "Available senseBox WiFis",
"SCANNING": "searching...",
"CONNECTING": "connecting...",
diff --git a/src/pages/blockly/blockly.html b/src/pages/blockly/blockly.html
index a223151..1fcba56 100644
--- a/src/pages/blockly/blockly.html
+++ b/src/pages/blockly/blockly.html
@@ -14,12 +14,28 @@
-
-
+
+
-
-
+
+
diff --git a/src/pages/ota-wizard/ota-wizard.html b/src/pages/ota-wizard/ota-wizard.html
index 8f01638..0720c0e 100644
--- a/src/pages/ota-wizard/ota-wizard.html
+++ b/src/pages/ota-wizard/ota-wizard.html
@@ -7,13 +7,13 @@
-
+
-
+