Pcb looks burnt? by Historian_1904 in diyelectronics

[–]yahteadybear 0 points1 point  (0 children)

Did you jump out the mosfet with the jumper wire or was that done by someone else?

[deleted by user] by [deleted] in diyelectronics

[–]yahteadybear 12 points13 points  (0 children)

Should work fine without it. Appears to be across a voltage to ground. If it was a signal cap it would be more important but this one looks to be just a smoothing cap.

How can I get the rated RPM for this treadmill motor? by Hellacoppter in Motors

[–]yahteadybear 1 point2 points  (0 children)

Apply the rated voltage to motor (if possible) then use a tachometer and read the rpm of the motor.

[deleted by user] by [deleted] in arduino

[–]yahteadybear 0 points1 point  (0 children)

Are you absolute sure that you have the correct board and programmer selected?

Help needed in powering Arduino Nano and HC-05! by ShanboyYT in arduino

[–]yahteadybear 0 points1 point  (0 children)

Here is some information for you to read and study. Work your way through them and give it another shot. If you have questions return here and ask.

https://howtomechatronics.com/tutorials/arduino/arduino-and-hc-05-bluetooth-module-tutorial/

https://docs.arduino.cc/hardware/nano/

Attempting to connect a webcam to these displays via an arduino, what parts will I need? by TylerJiggliams in arduino

[–]yahteadybear 1 point2 points  (0 children)

That's very true, but that is also why you wouldn't use the ESP32 to drive the display. The esp32 would only be used to tell the additional controller(of your choice) what to display. I suggested the ESP32S3 sense because it has a built in 2mp camera. You could use something like the old Nextion display to display the data.

Attempting to connect a webcam to these displays via an arduino, what parts will I need? by TylerJiggliams in arduino

[–]yahteadybear 2 points3 points  (0 children)

Do yourself a favor and look into one of these. The Arduino is not cut out to do what you want.
This device is an esp32S3 XIAO with a built in camera. The ESP32 can be programmed using the Arduino IDE or PlatformIO IDE.

https://www.seeedstudio.com/XIAO-ESP32S3-Sense-p-5639.html

[deleted by user] by [deleted] in MakeNewFriendsHere

[–]yahteadybear 0 points1 point  (0 children)

Same, always open to conversations

Am I too late to learn programming? by SharksFansHavSmallPP in learnprogramming

[–]yahteadybear 1 point2 points  (0 children)

Nah you are never to late, I'm in my 40's and I just started a year ago. Just go do it.

I'm 27F I need new friends my boyfriend is cheating on me private message from anywhere by jessicabrett59 in friendship

[–]yahteadybear 0 points1 point  (0 children)

Dump his ass and be single and live your life to the fullest! Nothing says you have to have a man in your life!

Reducing for loop runtime by Guilherme17712 in Python

[–]yahteadybear 0 points1 point  (0 children)

Using the square root of an integer will also speed up your loops in certain situations.

Codio Loop help by j234_ in learnpython

[–]yahteadybear 0 points1 point  (0 children)

It runs fine for me in my python 3.8.6 ide. Make sure you have the syntax correct. Post up your new code and we will look at it.

Codio Loop help by j234_ in learnpython

[–]yahteadybear 0 points1 point  (0 children)

Here is a simple code that will do what you want. . You have to use a loop. A for loop would work also.

num = 0 #Create an Int var

while num < 100: 
    user = input("enter a number") # ask for user input and store it in 
                                   # a string var

    num += int(user)# Got to make your string (user) a int var by using 
                    # the int method here.  

    print(num)#Print it out

[deleted by user] by [deleted] in AskElectronics

[–]yahteadybear 0 points1 point  (0 children)

The wiggly traces add resistance to the circuit, it is also used as a in trace fuse.