Skip to content

Commit

Permalink
adding proy ideas
Browse files Browse the repository at this point in the history
  • Loading branch information
JAlcocerT committed Jan 19, 2024
1 parent 2c8dd68 commit 4932f4a
Show file tree
Hide file tree
Showing 6 changed files with 1,468 additions and 1 deletion.
8 changes: 8 additions & 0 deletions _posts/2021-07-21-getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,14 @@ ha --help

Homebridge, OpenHAB... (you can also install them with Rpi Imager).

You can also use it with the Cloud:

* Google Pub/Sub: <https://cloud.google.com/free/docs/free-cloud-features#pub-sub>

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

* AWS IoT: <https://www.youtube.com/watch?v=hgQ-Ewrm48c>


## Analytical Software for IoT Projects

Expand Down
81 changes: 81 additions & 0 deletions _posts/2024-12-12-future-projects.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,87 @@ https://github.com/traccar/traccar-docker

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

### ESP32 Web

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

### Pico DHT22



https://www.youtube.com/watch?v=eNF3X3D0cH4

https://github.com/neeraj95575/Temperature-sensor-connect-to-raspberry-pi-pico

### ESP DHT22





GND
VIN (3v3 also works)
D23


<https://registry.platformio.org/libraries/adafruit/DHT%20sensor%20library> ---> <https://github.com/adafruit/DHT-sensor-library>


in platformio.ini

adafruit/DHT sensor library@^1.4.4



lib_deps=
https://github.com/blynkkk/blynk-library.git
https://github.com/adafruit/Adafruit_Sensor
https://github.com/adafruit/DHT-sensor-library



in the main.cpp

#include <DHT.h>

https://github.com/adafruit/DHT-sensor-library

not this one: adafruit/Adafruit Unified Sensor@^1.1.13



lib_deps =
https://github.com/adafruit/DHT-sensor-library.git

OR

lib_deps =
adafruit/DHT sensor library@^1.4.4

### MPU acelerometer


There are many 3-axis accelerometers that you can use with the Raspberry Pi Pico. Some of the most popular options include:

MPU-6050: This is a popular and versatile accelerometer that is also compatible with the Raspberry Pi Pico. It has a wide range of features, including a built-in gyroscope.


**biblioman09**

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

### DSB18B20

-55 to 125C

<!--
blackc able - gnd
red - 3.3 to 5v
yellow - data -->


data to D13

### Pi off grid - Solar panels

<https://www.reddit.com/r/raspberry_pi/comments/2b0ccl/anyone_running_their_pi_off_of_solar_panels/>
Expand Down
Loading

0 comments on commit 4932f4a

Please sign in to comment.