diff --git a/README.md b/README.md index e1518d5..45e5d8f 100644 --- a/README.md +++ b/README.md @@ -47,6 +47,11 @@ Operation system for boards. The Operating System allows you to use the board as Version 1 Beta 1 Type 1 2024 5 May + + + Version 1 Beta 2 RC + Type 2a + 2024 18 May @@ -63,6 +68,13 @@ Operation system for boards. The Operating System allows you to use the board as + + + + + + +
Version 1 Beta 2RCInfinity Keys
@@ -232,7 +244,7 @@ This instruction is the same for all OS. Only the buttons can be located/look di

Type 1:

Actual for: @@ -268,6 +280,75 @@ This instruction is the same for all OS. Only the buttons can be located/look di

+ +

Type 2a:

+Actual for: + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
BoardPereferialAction
D1Button 1 Pin 1Top in Menu or Previous Page
G (GND)Button 1 Pin 2-
D2Button 2 Pin 1Bottom in Menu or Next Page
G (GND)Button 2 Pin 2-
C4Button 3 Pin 1Home
G (GND)Button 3 Pin 2-
D7Button 4 Pin 1Apply
G (GND)Button 4 Pin 2-
Flash or G3On BoardSleep or Wake Up
+ +

The connection is not consistent (D0..C4) due to the unstable behavior of the board specifically on some pins. This may just be my problem. However, I decided to avoid using these unstable pins to ensure users do not encounter similar issues. Additionally, I observed artifacts on the screen when using some of these pins.

+

Artifacts Example

+ +

Connection

+ +
+ + +

Versions:

Version 1 Beta 1:

⚠️ Note ⚠️:
@@ -307,7 +388,83 @@ D1(pin) Button: Action top in menu or back to menu.
D2(pin) Button: Action bottom in menu.
Flash Button (on board): Action apply (open item in menu).

+

Version 1 Beta 2RC:

+⚠️ Note ⚠️:
+This is a Release Candidate version. There may be minor Bugs. +

+🛠️ Bugs 🛠️: +
    +
  1. Not found at this time.
  2. +
+Released:
+2024 18 May

+Connection Type:
+Type 2a

+XenithOS.ino:
+Raw
+Download

+XenithOS.cpp:
+Raw
+Download
+

Setup Software:

+Coppy code to Arduino ide, read instruction on line 28, or read it here:
+
+

1. Wi-Fi Networks

+ +

2. Time Servers

+ +

3. TOTP Keys and Titles

+ +

4. Apps in Menu

+ +

4.1 Edit App List

+ +
+
+ + +

Status Bar:

+

The status bar has been redesigned and moved to the top. If there are problems with the Internet connection or time synchronization, you will see a triangular icon with “!” at the top right. You should check the Internet availability or run diagnostics in the "Diagnostic" application. Also there you will see the name or title of the application, service or menu.

+

Navigation:

+D1(pin) Button: Action top in menu or back to menu.
+D2(pin) Button: Action bottom in menu.
+D3(pin) Button: Action go Home in Menu.
+D7(pin) Button: Action Apply or open application.
+Flash Button or G3 (on board or pin): Action sleep/wake up board.
+

ESP 8266 (regular) Content:

Soon