Search found 6 matches

by stealthrt
Fri Apr 28, 2023 8:40 pm
Forum: Hardware
Topic: Pool pump man-in-the-middle SDA/SCL with ESP32
Replies: 0
Views: 914

Pool pump man-in-the-middle SDA/SCL with ESP32

Hey all I have found some code on GitHub that works with my pool pump but it seems my model is a little newer than the one they used on on their GitHub. Most things seem to work but what doesn't is that the buttons on the control board do not seem to call out correctly to the main board. The code fo...
by stealthrt
Fri Apr 14, 2023 2:32 am
Forum: ESP-IDF
Topic: ESP32 not using saved WIFI credentials from menuconfig
Replies: 1
Views: 966

ESP32 not using saved WIFI credentials from menuconfig

Hey all I've been at this for a few days now trying to figure out whats going on with my ESP32. I seem to not be able to connect to my wifi network. The esp32 outputs this inside the serial: ets Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_...
by stealthrt
Sat May 14, 2022 2:10 am
Forum: Hardware
Topic: ESP32 devKitC to ESP32 Lolin32 Wemos pins
Replies: 0
Views: 2266

ESP32 devKitC to ESP32 Lolin32 Wemos pins

Hey all. I am trying to figure out what pins below are equal to the ones on my ESP32 Lolin32 board. https://www.electro-tech-online.com/attachments/1652416286050-png.137070/ And looking at their schematic I see that they call out GPIO 16, 17, 18 & 19. However, I do not have the same pin layout as th...
by stealthrt
Fri May 13, 2022 12:06 pm
Forum: ESP-IDF
Topic: Unable to flash firmware via esptool.py
Replies: 2
Views: 2473

Re: Unable to flash firmware via esptool.py

ESP_Roland wrote:
Fri May 13, 2022 6:44 am
Hi,

you have to use "-p COM3" instead of "-p 3".
Wow. That was the issue. Thanks for the help @ESP_Roland
by stealthrt
Fri May 13, 2022 2:55 am
Forum: ESP-IDF
Topic: Unable to flash firmware via esptool.py
Replies: 2
Views: 2473

Unable to flash firmware via esptool.py

Hey all. I am new at setting up my ESP32 Lilol board using CMAKE. The code I built came from https://github.com/tonyflores1006/intex-swg-iot . I seem to have built the project code just fine: C:\pool\thecode>idf.py build Executing action: all (aliases: build) Running cmake in directory c:\pool\theco...
by stealthrt
Fri Nov 12, 2021 9:34 pm
Forum: General Discussion
Topic: Having an ESP32 control a reed switch with wifi and deep sleep on LIPO battery
Replies: 1
Views: 2314

Having an ESP32 control a reed switch with wifi and deep sleep on LIPO battery

I’m looking to create a project for my home. I am wanting to place window and door sensors (reed switch) and hook it up to my ESP32 wroom-32 (wemos) microprocessor. The version I have has the JST connector to hook up a LIPO battery to. I have 20 of these to use with a reed switch and a custom 3D pri...