• @ouRKaoS@lemmy.today
    link
    fedilink
    37 months ago

    Well damn… Now I have another project!

    I have a Pi 3 sitting around that I used to use for Octoprint, but when I rearranged my workstation I didn’t have room for the monitor so I just went back to SD carding it. I picked up an end of service Chromebook that I was going to dump Linux on and make it my new print server, so the Pi is free.

    I’m going to end up with my own little astromech Droid!

    • @Saigonauticon@voltage.vn
      link
      fedilink
      English
      27 months ago

      That’s a bit overkill in terms of processing power, but it will definitely work! It’s actually powerful enough to do machine vision and mapping!

      One thing to remember is that the current draw for the Pi 3 will be much higher than the Pi Pico. Some students have had battery issues using motors + the Pi at the same time. They got the batteries in a sketchy industrial market here in VN though, so they were definitely not rated for very high current. This is one reason I use the Pi Pico and low power 6V motors – it runs all day of a single very questionable lithium cell. Boots in milliseconds too, vs. much longer on Raspberry Pi + Debian, at the risk of comparing apples and oranges.

      Another thing that was annoying, is to remember to put nonpolar capacitors across your motors if building your own motor controllers (most modules you buy will do this for you). Otherwise, noise from the e.g. brushed motors will probably make the Pi reboot constantly. I had this problem pretty bad – it worked fine hand-soldered but when I got the boards from the factory it would fail often unless I put the caps in.

      Anyway, if you’re short on time and want to get the project done, there’s also a thing called the Motorshield that will let you very quickly build a robot from the Pi you have. There are also LiDAR shields if you want to try mapping and fancy autonomous navigation. If you want cheap, you can’t beat this motor controller module though (and you’ll just need 1 for a differential-drive rover):

      https://hshop.vn/products/mach-dieu-khien-dong-co-dc-l9110

      You can generally find it anywhere in the world!