-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* - Restructuring of the documentation - Adding getting started informations * Updating OpenPLC_v3 to newer commit * Fixing connection bug on readI2Cpi for raspberry pi hardware abstraction * Improved installation script --------- Co-authored-by: Matthias Niedermaier <matthias.niedermaier@googlemail.com>
- Loading branch information
1 parent
5b49706
commit 4e3abc5
Showing
13 changed files
with
139 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
# Getting Started | ||
There are two ways to interact with the CybICS learning platform. The first and preferred method is through the physical hardware. | ||
Alternatively, you can run the platform in a virtual environment using Docker Compose. | ||
|
||
## Using the Hardware (preferred method) | ||
For this setup, the hardware must be fully configured and operational. | ||
See [Hardware](../hardware/README.md) and [Software](../software/README.md). | ||
|
||
### The PCB | ||
The PCB (Printed Circuit Board) for the CybICS platform serves as the essential backbone, orchestrating the integration of all components necessary for the platform’s operation. | ||
More than just a hardware foundation, the PCB acts as a dynamic interface that mimics the behavior of physical processes, while also simulating both sensors and actuators. | ||
|
||
The hardware is powered through a USB-C connector, ensuring efficient and reliable power delivery. | ||
A dedicated reset button allows for easy resetting of the physical process (microcontroller). | ||
Connectivity to the testbed is established via Wi-Fi, with a button that toggles between station and access point (AP) mode. | ||
Additionally, a separate button enables switching between different display modes. | ||
|
||
<table align="center"><tr><td align="center" width="9999"> | ||
<img src="pics/cybics_description.png" width=99%></img> | ||
</td></tr></table> | ||
|
||
### Connecting to the Testbed | ||
To connect to the testbed, use the built-in Wi-Fi functionality. | ||
After powering on, the device takes approximately one minute to boot and initialize the process. | ||
|
||
In AP mode, the CybICS platform creates a network named "cybics-XXXXXX," secured with the password 1234567890. | ||
Alternatively, in station mode, the device attempts to join an existing network named "cybics" using the same password. | ||
|
||
### Access the Testbed | ||
First **connect in AP mode** to access the different applications running on the system. | ||
|
||
|
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes
File renamed without changes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule OpenPLC_v3
updated
138 files
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters