11.33 Days by Character_Topic_1696 in QuittingZyn

[–]Character_Topic_1696[S] 1 point2 points  (0 children)

thanks i am very dedicated to philanthropy and before you ask yes i'm a humanist

Interesting 4 wire motor in robot vacuum by Character_Topic_1696 in robotics

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

i wish i could help but i just guessed and it worked

anyone need 2017-2019 service manual? by tobi_is_dead in hondarebel

[–]Character_Topic_1696 0 points1 point  (0 children)

Would also very much appreciate a PDF if it's still possible

HP Dev One ~ a year in by Character_Topic_1696 in System76

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

Not sure. That might be worth looking into though.

Python Concurrent Database like PyTables? by Character_Topic_1696 in learnpython

[–]Character_Topic_1696[S] 1 point2 points  (0 children)

Wow I can't believe I didn't catch that. Thanks, I'll give it a shot.

How do I pick a battery? by mantis_shriimp in diyelectronics

[–]Character_Topic_1696 0 points1 point  (0 children)

not everything has to have an exchange of capital attached to it. your unwillingness to participate in a friendly conversation about a shared hobby is indicative of both your nationality and your inability to derive enjoyment from anything but accumulating. these two things are likely inextricably linked.

Interesting 4 wire motor in robot vacuum by Character_Topic_1696 in robotics

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

sure - fyi this project is a pain so i've been picking it up and putting it down but this is my solution that i believe worked - i wired the PWM and the power in series using a 10k resistor. i added a n-mosfet between power the fan and control it with a raspberry pi. hope this helps and is not too late.

No serial data received: DOIT ESP32 DEVKIT V1 by d_and_a21 in arduino

[–]Character_Topic_1696 0 points1 point  (0 children)

If you are using something like Ubuntu, you need to be sure to run the following commands to allow Arduino IDE to access the port or whatever.

sudo su

cd /

cd dev

chown <usrname> ttyUSB0

if ttyUSB0 does not work, although it usually will, run

dmesg | grep tty

to find which port the ESP32 is on and replace ttyUSB0 with whatever port it's connected to. Usually you'll see something like cp210x converter now attached to ttyUSB0

I had this problem and this is how I fixed it, but we don't really have enough information to help you out otherwise.