mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2025-12-08 12:36:52 +03:00
Update links
This commit is contained in:
@@ -38,7 +38,7 @@ There are several options what to do with that value. Either send it to a MQTT b
|
|||||||
|
|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
There is a growing [wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki) which provides you with a lot of information.
|
There is a growing [documentation](https://jomjol.github.io/AI-on-the-edge-device-docs/) which provides you with a lot of information.
|
||||||
Head there to get a start, set it up and configure it.
|
Head there to get a start, set it up and configure it.
|
||||||
|
|
||||||
There are also a articles in the German Heise magazine "make:" about the setup and the technical background (behind a paywall) : [DIY - Setup](https://www.heise.de/select/make/2021/2/2103513300897420296)
|
There are also a articles in the German Heise magazine "make:" about the setup and the technical background (behind a paywall) : [DIY - Setup](https://www.heise.de/select/make/2021/2/2103513300897420296)
|
||||||
@@ -56,10 +56,10 @@ There are different ways to flash your ESP32:
|
|||||||
- Flash Tool from Espressif
|
- Flash Tool from Espressif
|
||||||
- ESPtool (Command Line Tool)
|
- ESPtool (Command Line Tool)
|
||||||
|
|
||||||
See the [Wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation) for more information.
|
See the [Docu](https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/) for more information.
|
||||||
|
|
||||||
### Flashing the SD-Card
|
### Flashing the SD-Card
|
||||||
The SD-Card must be flashed separately, see the [Wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki/Installation) for details.
|
The SD-Card must be flashed separately, see the [Docu](https://jomjol.github.io/AI-on-the-edge-device-docs/Installation/) for details.
|
||||||
|
|
||||||
## Casing
|
## Casing
|
||||||
|
|
||||||
@@ -90,7 +90,7 @@ See [Changelog](Changelog.md)
|
|||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
* Logfile downloader and combiner (Thx to [reserve85](https://github.com/reserve85))
|
* Logfile downloader and combiner (Thx to [reserve85](https://github.com/reserve85))
|
||||||
* Files see ['/tools/logfile-tool'](tbd), How-to see [wiki](https://github.com/jomjol/AI-on-the-edge-device/wiki/Gasmeter-Log-Downloader)
|
* Files see ['/tools/logfile-tool'](tbd), How-to see [Docu](https://jomjol.github.io/AI-on-the-edge-device-docs/outdated--Gasmeter-Log-Downloader/)
|
||||||
|
|
||||||
## Additional Ideas
|
## Additional Ideas
|
||||||
There are some ideas and feature requests which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequest.md](FeatureRequest.md)
|
There are some ideas and feature requests which are not followed currently - mainly due to capacity reasons on side of the developer. They are collected here: [FeatureRequest.md](FeatureRequest.md)
|
||||||
|
|||||||
@@ -683,7 +683,7 @@ void CCamera::useDemoMode()
|
|||||||
FILE *fd = fopen("/sdcard/demo/files.txt", "r");
|
FILE *fd = fopen("/sdcard/demo/files.txt", "r");
|
||||||
if (!fd) {
|
if (!fd) {
|
||||||
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Can not start Demo mode, the folder '/sdcard/demo/' does not contain the needed files!");
|
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "Can not start Demo mode, the folder '/sdcard/demo/' does not contain the needed files!");
|
||||||
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "See Details on https://github.com/jomjol/AI-on-the-edge-device/wiki/Demo-Mode!");
|
LogFile.WriteToFile(ESP_LOG_ERROR, TAG, "See Details on https://jomjol.github.io/AI-on-the-edge-device-docs/Demo-Mode!");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -227,7 +227,7 @@ esp_err_t hello_main_handler(httpd_req_t *req)
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
message += "<br>Please check <a href=\"https://github.com/jomjol/AI-on-the-edge-device/wiki/Error-Codes\" target=_blank>github.com/jomjol/AI-on-the-edge-device/wiki/Error-Codes</a> for more information!";
|
message += "<br>Please check <a href=\"https://jomjol.github.io/AI-on-the-edge-device-docs/Error-Codes\" target=_blank>jomjol.github.io/AI-on-the-edge-device-docs/Error-Codes</a> for more information!";
|
||||||
message += "<br><br><button onclick=\"window.location.href='/reboot';\">Reboot</button>";
|
message += "<br><br><button onclick=\"window.location.href='/reboot';\">Reboot</button>";
|
||||||
message += " <button onclick=\"window.open('/ota_page.html');\">OTA Update</button>";
|
message += " <button onclick=\"window.open('/ota_page.html');\">OTA Update</button>";
|
||||||
message += " <button onclick=\"window.open('/log.html');\">Log Viewer</button>";
|
message += " <button onclick=\"window.open('/log.html');\">Log Viewer</button>";
|
||||||
|
|||||||
Reference in New Issue
Block a user