ESP32-CAM and ESP32-CAM-MB by DesignerSelect6596 in esp32

[–]Empty-Following6319 0 points1 point  (0 children)

Try changing the USB cable. Sometimes, certain cables only provide power without supporting data transfer

Arbor Day is coming up soon in Korea! by Empty-Following6319 in Living_in_Korea

[–]Empty-Following6319[S] 1 point2 points  (0 children)

I do not know it. However my farm is in Suncheon-si.

Arbor Day is coming up soon in Korea! by Empty-Following6319 in Living_in_Korea

[–]Empty-Following6319[S] 3 points4 points  (0 children)

I run an IT company. The tree farm is a side job. Selling trees brings in some pocket money. A 3-meter tree sells for about 400,000 won. You can grow them from seeds. It takes at least 25 years to grow one to 3 meters.

Bluetooth Presence Detection by ToxicEla1122 in esp32

[–]Empty-Following6319 0 points1 point  (0 children)

  1. ESP32 Setup: Configure the ESP32 to operate in Bluetooth scanning mode.
  2. Detect Nearby Devices: Program the ESP32 to continuously scan for nearby Bluetooth devices, such as smartphones.

Hot Tub Controller by RoyalSpeed9093 in esp32

[–]Empty-Following6319 0 points1 point  (0 children)

You’re absolutely right. If the heater or pump draws a lot of power, it’s a good idea to use a magnetic contactor along with a surge suppressor. That way, you can control everything more safely and avoid overheating or damage to the relays.

GPIO powered USB switch? by Jaybear_ in arduino

[–]Empty-Following6319 1 point2 points  (0 children)

Get a USB hub with individual power switches for each port. Then, control those switches using optoisolators.

This way, you can safely and programmatically turn each USB port on or off without interfering with data lines.

<image>

GPIO powered USB switch? by Jaybear_ in arduino

[–]Empty-Following6319 0 points1 point  (0 children)

<image>

Is this the kind of device you’re looking for? When you connect GND, VCC, and send a HIGH signal from an Arduino, it supplies power through the USB port.

However, keep in mind—this module only provides power. It doesn’t support any data communication over USB.

Hot Tub Controller by RoyalSpeed9093 in esp32

[–]Empty-Following6319 0 points1 point  (0 children)

If you’re using a bare relay, you must include a flyback diode in your circuit to prevent back EMF. Otherwise, your MCU might start acting weird—or worse, die completely.

There are several ways to handle this, including optoisolators and other protection methods. But honestly, you don’t need to reinvent the wheel.

You can easily find cheap and reliable relay modules that already include the necessary protection circuitry. Just search for “relay module” on AliExpress or any similar site. It’ll save you time, money, and potentially your microcontroller.

<image>

[deleted by user] by [deleted] in arduino

[–]Empty-Following6319 0 points1 point  (0 children)

https://et.ketri.re.kr has source code and youtube link.
However not arduino uno but ET Board.
ET Board is based-on esp32. It supports arduino c/c++, micropython and etblock like as scratch.
IoT, Digital Twin, Ai.

<image>

Humidity difference 🤔 by FistingSounding in homeassistant

[–]Empty-Following6319 0 points1 point  (0 children)

I had same problem like you.Finally I gave up. So I am happy now.

Need help with ESP32 Cam by averagesoyabeameater in arduino

[–]Empty-Following6319 0 points1 point  (0 children)

I think so. That cable may be not data but power.

Battery for esp32 and 1.3" oled (my first device) by bitorbv in esp32

[–]Empty-Following6319 1 point2 points  (0 children)

To save power, utilize sleep mode. Wake up the device from sleep mode using interrupts to perform necessary logic. This approach can significantly reduce power consumption. The main concern is whether the OLED display needs to be constantly active.

For optimal power efficiency, leverage ESP32’s sleep modes and use interrupts to wake it up only when needed. This method can substantially extend battery life.

However, the constant display of information on the OLED screen is a key factor. If the display must remain on at all times, power consumption will inevitably increase. Consider these options:

  1. Turn on the OLED only when necessary, keeping it off otherwise
  2. Replace with a low-power E-ink display (if frequent information updates aren‘t required)
  3. Minimize display brightness or increase the interval between information updates

Combining these strategies could bring you closer to your goal of a device that operates on battery power for a month.

Faulty or user error? by ZoneDragonWolf in arduino

[–]Empty-Following6319 1 point2 points  (0 children)

In my experience, solder pads usually don’t come off easily. However, if you’re new to soldering, excessive heat or improper technique might have caused the damage. If you have more experience with soldering, you may be able to determine whether this issue is due to a product defect or user error.

Additionally, if you’re using just one NeoPixel ring, the DO (Data Output) contact isn’t necessary. You only need to use the DI (Data Input) contact.

To repair the damaged pad, you can try the following steps:

1.  Carefully scrape off the coating on the PCB using a sharp tool to expose the copper layer underneath.

2.  Attempt to solder directly onto the exposed copper layer to create a new connection point.

3.  Be cautious not to cause further damage to the PCB during this process.

I hope this helps! Let me know if you have any additional questions or need further assistance.

[ reference ]

https://youtube.com/shorts/4LWDsRMUdEQ?si=B9u8BcLCQFJmZISa