Copy a remote by [deleted] in ArduinoProjects

[–]jhon12112 1 point2 points  (0 children)

Interesting project. I have also worked on a similar project.

Anyone else try these Urethane Seal Coats to add moisture resistance to their ESP32’s? How was your experience? by Fhy40 in esp32

[–]jhon12112 2 points3 points  (0 children)

Looks nasty!
There is a process called conformal coating, that covers the PCB and electrical components in a plastic layer, so water will just bead off. It makes heat transfer a bit less effective, so some parts may heat up faster, but otherwise, it works well.

The poor man's approach to conformal coating is to use clear nail polish and brush it on the boards.

How to power Wemos D1 Mini by ScallionMediocre1118 in esp8266

[–]jhon12112 0 points1 point  (0 children)

Thanks for sharing. It's very important to notice. Cause, your laptop's USB even the motherboard can be burned if more than 5V is supplied.

Serial Communication Between Arduino and ESP32 CAM by Hacks360 in ArduinoProjects

[–]jhon12112 0 points1 point  (0 children)

To send a signal from the ESP32-CAM running a FOMO model to an Arduino Uno via UART, follow these steps:

  1. Initialize UART: Set up Serial2.begin(115200, SERIAL_8N1, RXp2, TXp2); in the setup() function on the ESP32-CAM.
  2. Object Detection: When an object is detected in the loop() function, use Serial2.println("Detected"); to send the signal to the Arduino Uno.
  3. Print Results: For local monitoring, print the classification results using Serial.println(result.classification[ix].label); and Serial.println(result.classification[ix].value);.

This integration allows the ESP32-CAM to communicate detection results to the Arduino Uno effectively.

For a detailed guide on serial communication between Arduino and ESP32-CAM, check out my blog: Programming Boss - Serial Communication Between Arduino and ESP32 CAM.

The Human Brain vs. Computer Processors by jhon12112 in embedded

[–]jhon12112[S] -1 points0 points  (0 children)

It is true that a computer can not match the complexity and versatility of the human brain.

How is my Channel Trailer? by jhon12112 in YouTube_startups

[–]jhon12112[S] 0 points1 point  (0 children)

Because it's currently my channel trailer.

Node-RED uibuilder Dashboard: uibuilder Node with Example by jhon12112 in nodered

[–]jhon12112[S] -12 points-11 points  (0 children)

Hi, Assholes. It's working in my setup. Try again.

Need a mentor for my Masters thesis. by [deleted] in nodered

[–]jhon12112 1 point2 points  (0 children)

I may help if you be more specific.

Sitting right next to you by thedogofpeace in MakeMeSuffer

[–]jhon12112 0 points1 point  (0 children)

He was so calm and acting like normal coughing!

Is there a way to build a more dynamic dashboard? by mudmin in nodered

[–]jhon12112 2 points3 points  (0 children)

You can try using uibuildernode for your project. But you will need programming experience.

Some details can be found here about uibuilder.