Skip to content

Commit

Permalink
adding some ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Mar 25, 2024
1 parent 77bb313 commit b87d92f
Show file tree
Hide file tree
Showing 6 changed files with 88 additions and 3 deletions.
1 change: 1 addition & 0 deletions Z_IoT/Python-to-Databricks/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
<https://www.databricks.com/try-databricks?itm_data=Homepage-HeroCTA-Trial#account>
71 changes: 71 additions & 0 deletions Z_IoT/Readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,71 @@
# The IoT Stack



RPi router
<https://github.com/pilotak/docker-rpi-fan>
email por satelite <https://forocoches.com/foro/showthread.php?t=9528243>

## Zabix

<https://www.youtube.com/watch?v=ec2G1PeLS5k>
<https://github.com/zabbix/zabbix-docker>
<https://www.zabbix.com/>

## Stack

Previously, I showed how to have Netdata, Grafana with cadvisor and Prometheus....

* cadvisor
* <https://www.youtube.com/watch?v=ms59dCACB48>
* <https://github.com/jmlcas/cadvisor>
* <https://www.youtube.com/watch?v=fMcXUxJwcrU>
* <https://i12bretro.github.io/tutorials/0828.html>
<https://www.youtube.com/watch?v=PCJwJpbln6Q>

### TIG Stack

Telegraph InfluxDB2.x and Grafana.

'selfhosting-tig-stack-with-docker'

### ELK

Elastic Search, logstash, Kibana

### Mosquitto NodeRed InfluxDB Grafana

## Protocols

### CAN Bus

### MQTT

## Sensors

How to Set Up the DHT11 Humidity Sensor on the Raspberry Pi

* DHT11
* DHT22

* DS18B20

* we will need some resistors: look at the data-sheets of the sensors!

* ESP8266 | Gas, Temperature, & Pressure
BMP180 https://www.youtube.com/watch?v=ItDDDXpToD0

## Technical Stuff

### InfluxDB data from Python

#### SpeedTest
<https://simonhearne.com/2020/pi-speedtest-influx/>

#### Pi metrics collected from Python

<https://simonhearne.com/2020/pi-metrics-influx/>

## Links

* Pico weather station <https://stfn.pl/blog/02-pico-weather-station/>
File renamed without changes.
3 changes: 3 additions & 0 deletions Z_Micros/ESP32/esp32-rust/readme.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
* https://www.youtube.com/watch?v=SnvSBYhRZLg

* https://www.youtube.com/watch?v=Yi0WRF5WPFw
12 changes: 11 additions & 1 deletion _posts/2023-06-01-rpi-gps-superset.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ _DHT22 connection to a Raspberry Pi 4_
* Columbus V-800 + [gpsd-gps](https://gpsd.io/) client
* BY-353 USB GPS

---

## FAQ

Expand Down Expand Up @@ -184,4 +185,13 @@ volumes:
#### Kalman Filter
https://www.youtube.com/watch?v=5HuN9iL-zxU
https://www.youtube.com/watch?v=5HuN9iL-zxU
### Other Projects
* https://awweso.me/maps-and-global-positioning-system-gps/
* https://github.com/owntracks/recorder
* https://github.com/traccar
4 changes: 2 additions & 2 deletions _posts/2024-01-01-kubernetes-rpi.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ We just need to [have Docker installed](https://jalcocert.github.io/RPi/posts/se

### Master Node



```yml
version: '3'
services:
Expand Down Expand Up @@ -75,6 +73,8 @@ kubectl exec -it <pod_name> -- /bin/bash: Executes a command, like opening a bas

## FAQ

https://anthonynsimon.com/blog/kubernetes-cluster-raspberry-pi/

### What are K8s PODs?

### Master and Nodes with Differente CPU archs?
Expand Down

0 comments on commit b87d92f

Please sign in to comment.