From f435d34b90b46e101aee0b124d42e15ba461ee56 Mon Sep 17 00:00:00 2001 From: Jesus Alcocer Tagua Date: Sat, 16 Mar 2024 19:35:39 +0100 Subject: [PATCH] adding ideas --- Z_IoT/Kalman/readme.md | 5 +++++ Z_IoT/OBD2/readme.md | 4 ++++ _posts/2023-04-17-rpi-wifi-ethernet-bridge.md | 9 ++++++++- _posts/2023-05-02-pi-vs-orange.md | 2 ++ _posts/2023-12-11-rpi-gps-superset.md | 9 ++++++++- _posts/2024-02-15-rpi-mqtt.md | 2 ++ _posts/2024-12-12-future-projects.md | 20 +++++++++++++++++++ 7 files changed, 49 insertions(+), 2 deletions(-) diff --git a/Z_IoT/Kalman/readme.md b/Z_IoT/Kalman/readme.md index 433c17f..977b961 100644 --- a/Z_IoT/Kalman/readme.md +++ b/Z_IoT/Kalman/readme.md @@ -3,6 +3,11 @@ * Solve cumulative error * Drift +https://www.youtube.com/watch?v=6M6wSLD-8M8 +https://www.youtube.com/watch?v=mwn8xhgNpFY&list=PLn8PRpmsu08pzi6EMiYnR-076Mh-q3tWr +https://www.youtube.com/watch?v=5HuN9iL-zxU +https://www.youtube.com/watch?v=hVaVZWJ05Jw + ## How? * Fusion of sensors diff --git a/Z_IoT/OBD2/readme.md b/Z_IoT/OBD2/readme.md index e7dbe16..69f8a14 100644 --- a/Z_IoT/OBD2/readme.md +++ b/Z_IoT/OBD2/readme.md @@ -23,3 +23,7 @@ * https://github.com/collin80/esp32_can * https://github.com/collin80/can_common + +### GoPro + +goprotelemetryextractor.com (there is free tier) - Extract tge GPS Data stored as metadata in the GOPROvideo \ No newline at end of file diff --git a/_posts/2023-04-17-rpi-wifi-ethernet-bridge.md b/_posts/2023-04-17-rpi-wifi-ethernet-bridge.md index 6f1046d..b71ed43 100644 --- a/_posts/2023-04-17-rpi-wifi-ethernet-bridge.md +++ b/_posts/2023-04-17-rpi-wifi-ethernet-bridge.md @@ -181,4 +181,11 @@ systemctl mask networking.service ```sh sudo bash bridge_wireguard.sh sudo reboot -``` \ No newline at end of file +``` + +--- + +## FAQ + + +Thanks also to [Novaspirit Tech](https://www.youtube.com/watch?v=qhe6KUw3D78) \ No newline at end of file diff --git a/_posts/2023-05-02-pi-vs-orange.md b/_posts/2023-05-02-pi-vs-orange.md index 7409594..c88014f 100644 --- a/_posts/2023-05-02-pi-vs-orange.md +++ b/_posts/2023-05-02-pi-vs-orange.md @@ -119,6 +119,8 @@ _RPi 4 - Temperature during Docker Build_ ![Orange Pi 5 - Temperature during Docker Build](/img/Orange-vs-Pi/orange_docker_build.JPG) _Orange Pi 5 - Temperature during Docker Build_ +--- + ## FAQ ### How to Run the Synthetic Benchmarks? diff --git a/_posts/2023-12-11-rpi-gps-superset.md b/_posts/2023-12-11-rpi-gps-superset.md index 12f3174..1d2491e 100644 --- a/_posts/2023-12-11-rpi-gps-superset.md +++ b/_posts/2023-12-11-rpi-gps-superset.md @@ -177,4 +177,11 @@ volumes: * You can also save GPS data thanks to the [F/OSS PhyPhox](https://github.com/phyphox/phyphox-android) - An app that allow us to use phone's sensors for physics experiments: * Also available for [ESP32 with micropython](https://github.com/phyphox/phyphox-micropython) - * And [also for Arduino](https://github.com/phyphox/phyphox-arduino) \ No newline at end of file + * And [also for Arduino](https://github.com/phyphox/phyphox-arduino) + + + https://www.youtube.com/watch?v=LY1thW1N56E + +#### Kalman Filter + +https://www.youtube.com/watch?v=5HuN9iL-zxU \ No newline at end of file diff --git a/_posts/2024-02-15-rpi-mqtt.md b/_posts/2024-02-15-rpi-mqtt.md index b638054..3affff0 100644 --- a/_posts/2024-02-15-rpi-mqtt.md +++ b/_posts/2024-02-15-rpi-mqtt.md @@ -251,8 +251,10 @@ docker run -p 9081:9081 -d --name ekuiper -e MQTT_SOURCE__DEFAULT__SERVER=tcp:// ### How to Push Data to MQTT * With Python - https://www.emqx.com/en/blog/how-to-use-mqtt-in-python +* With Micro Python - https://www.youtube.com/watch?v=THUGLRGuOU8 * With C * With Rust - https://www.emqx.com/en/blog/how-to-use-mqtt-in-rust +* MQTT Client ESP 32 + RPi - https://www.youtube.com/watch?v=ebsXSCKsHeQ ### How about Streaming? diff --git a/_posts/2024-12-12-future-projects.md b/_posts/2024-12-12-future-projects.md index 107ac42..fa93e20 100644 --- a/_posts/2024-12-12-future-projects.md +++ b/_posts/2024-12-12-future-projects.md @@ -27,12 +27,27 @@ https://github.com/traccar/traccar-docker ### ESP32 HA w ESPHome +ESPHome is a system to control your microcontrollers by simple yet powerful configuration files and control them remotely through Home Automation systems. + +https://github.com/esphome/esphome + +https://esphome.io/index.html + +### pico w web server + +pico w web server c - https://www.youtube.com/watch?v=C_O0MXGBHsw + + ### ESP32 Web + +Beginner DIY ESPHome mmWave Presence Sensor | HLK-LD2450 + ESP32 +https://www.youtube.com/watch?v=cPac-9K2xEc + ### Pico DHT22 @@ -153,3 +168,8 @@ networks: default: ``` + + +### RPi weather station + +https://www.youtube.com/watch?v=5JfPzvcm0E8 \ No newline at end of file