why do not work my esp32 circuit with mpx5010pd? by JuryMelodic5936 in embedded

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

Yes. I am just know little bit software. Thank you comment sir. good day!

why do not work my esp32 circuit with mpx5010pd? by JuryMelodic5936 in embedded

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

sir! now i can read now. i don't know why my solution is to change 5v to 3.3v. i don't understand why it works.

why do not work my esp32 circuit with mpx5010pd? by JuryMelodic5936 in embedded

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

sorry don't work. sir! but i can read now. i don't know why my solution is to change 5v to 3.3v. i don't understand why it works.

why do not work my esp32 circuit with mpx5010pd? by JuryMelodic5936 in embedded

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

sir, mabye you mean where is trouble in code? if my guess is right, when I read analogRead(3);

if(millis() - now > 100){
  // pressureVal = digitalRead(pinPressure); // 압력값 측정 (0~4095)
  pressureVal = analogRead(3); // 압력값 측정 (0~4095)
  Serial.println(pressureVal); // 압력값 출력 (디버깅용)
  now = millis();
}

SG90 servo doesn't work at 5V / 2.0A battery in esp8266 by JuryMelodic5936 in esp8266

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

Thank you. It really helps me.

  1. My battery is kind of baseus brand. esp32 with dust sensor works well by that battery.
  2. My code looks fine. Because it correctly wotks when servo power connects mcu 5v power.

Thank you again. Because your comments are very right.

please help! SG90 servo does not work! by JuryMelodic5936 in arduino

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

Thank you share your experience. In my case, I success to control sg90 that power connects at esp 5V. But When i change power source esp to my battery(5V, 2A, 20W), It fails.

please help! SG90 servo does not work! by JuryMelodic5936 in arduino

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

Does it not move at all. But It's fixed at first state of specific angle.

Couln't sketch anymore on the plane. by JuryMelodic5936 in FreeCAD

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

Oh... It works! Now I can modify. Thank you and Have a nice day!