-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
15 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
# Code instructions | ||
|
||
The code is divided in 2 parts: the source code for the embedded controller (ESP32 S2 mini) and the code of the windows app that interfaces with MA3 (.net) | ||
|
||
## ESP32 S2 mini | ||
|
||
This part of the project is based on the ESP32 S2 mini micro controller. | ||
|
||
The code is based on the Espressif VS Code extension. [Follow their instruction on how to install it](https://docs.espressif.com/projects/vscode-esp-idf-extension/en/latest/index.html). | ||
|
||
## Windows App | ||
|
||
The windows app is written in .net | ||
|
||
I Use the JetBrains Ridder IDE to develop it (Free for non-commercial). Try it out yourself [here](https://www.jetbrains.com/rider/) |