Search found 5 matches
- Wed Aug 02, 2023 11:06 pm
- Forum: Hardware
- Topic: ESP32c-6 multi pin 5v
- Replies: 0
- Views: 1037
ESP32c-6 multi pin 5v
I need to make six 5v pins and 6 GDN pins to connect some sensors. How can this be done?
- Fri Jul 28, 2023 2:31 pm
- Forum: General Discussion
- Topic: The problem with code and libraries
- Replies: 0
- Views: 5419
The problem with code and libraries
I am using VScode with edp-idf and I have a problem with the code and I guess the libraries I want to connect an 868 mhz modem to the esp32c6 and connect a wireless PIR sensor. The 868mhz module is an RS485 transcelver eletechsup RT18A01. #include <RadioLib.h> // Motion sensor pin const int motionSe...
- Tue Jul 18, 2023 11:43 pm
- Forum: General Discussion
- Topic: Esp32 home alarm
- Replies: 3
- Views: 2965
Re: Esp32 home alarm
I'm thinking about using zigbe or 868mhz sensors with an additional radio module attached to the esp
- Tue Jul 18, 2023 8:52 pm
- Forum: ESP-IDF
- Topic: ESP-IDF debian 12 problem
- Replies: 0
- Views: 763
ESP-IDF debian 12 problem
Code: Select all
Please use idf.py only in an ESP-IDF shell environment.
- Fri Jun 16, 2023 8:03 pm
- Forum: General Discussion
- Topic: Esp32 home alarm
- Replies: 3
- Views: 2965
Esp32 home alarm
Hi, I have ESP32-C6, I would like to build a small home alarm on it, a few PIR sensors and a few contractors. My question is how best to do it, whether wired or I thought to use zigbee sensors and either write everything myself or use esphome or experienced clerks could advise me