Skip to content

Commit

Permalink
adding ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Mar 16, 2024
1 parent cc42be8 commit f435d34
Show file tree
Hide file tree
Showing 7 changed files with 49 additions and 2 deletions.
5 changes: 5 additions & 0 deletions Z_IoT/Kalman/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 4 additions & 0 deletions Z_IoT/OBD2/readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
9 changes: 8 additions & 1 deletion _posts/2023-04-17-rpi-wifi-ethernet-bridge.md
Original file line number Diff line number Diff line change
Expand Up @@ -181,4 +181,11 @@ systemctl mask networking.service
```sh
sudo bash bridge_wireguard.sh
sudo reboot
```
```

---

## FAQ


Thanks also to [Novaspirit Tech](https://www.youtube.com/watch?v=qhe6KUw3D78)
2 changes: 2 additions & 0 deletions _posts/2023-05-02-pi-vs-orange.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?
Expand Down
9 changes: 8 additions & 1 deletion _posts/2023-12-11-rpi-gps-superset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
* 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
2 changes: 2 additions & 0 deletions _posts/2024-02-15-rpi-mqtt.md
Original file line number Diff line number Diff line change
Expand Up @@ -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?

Expand Down
20 changes: 20 additions & 0 deletions _posts/2024-12-12-future-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -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://www.youtube.com/watch?v=pBT5p5XaWNE>

https://esphome.io/index.html

### pico w web server

pico w web server c - https://www.youtube.com/watch?v=C_O0MXGBHsw


### ESP32 Web

<https://www.youtube.com/watch?v=Ra3iWgOfveQ>


Beginner DIY ESPHome mmWave Presence Sensor | HLK-LD2450 + ESP32
https://www.youtube.com/watch?v=cPac-9K2xEc

### Pico DHT22


Expand Down Expand Up @@ -153,3 +168,8 @@ networks:
default:

```


### RPi weather station

https://www.youtube.com/watch?v=5JfPzvcm0E8

0 comments on commit f435d34

Please sign in to comment.