Close

673 Results for "python"

  • Installing the Pis

  • Now that I had all the mounting holes drilled, the Cat 5/6 couplers installed,  I cleaned out any and all metal shavings, and replaced the plastic liners at the bottom of the chassis.  Now comes the fun part!  Putting everything back together...
  • Code on the Raspberry Pi

  • [Needed : microSD reader, network, USB-C to USB cable, power source] - Connect to the Raspberry with your computer - Type in the root of the Raspberry "touch main_program.py" and "sudo nano main_program.py" start coding the program. -...
  • Conclusion

  • This proof of concept demonstrates that it's possible to track and log a soccer ball's landing position on a sports rebounder without using a webcam - instead, you can feed the output of several accelerometers into a trained recurrent neural network...
  • Installing the electronics

  • You should put heat sinks on the Pi. Now mount the Raspi with the camera cable connected, using stand offs (if you mount a hat) and screws.  In my case I mount the hat - with a stacking header, so I can connect the cable from the 3.5 inch display. ...
  • Step 9: The code

  • Now, it’s time to start our program! First, import the a few libraries, such as MCPI library which is the Minecraft Pi Python library that allows us to use a very simple API to integrate with the Minecraft world; time library which allows us to us sleep...
  • Add the GPS module

  • Now it starts to get a little bit more difficult. My GPS module arrived and this will require some light soldering. This is how to connect the module to the PI: GPS ModuleRaspberry PIPIN on RaspberryVCC3.3VPIN 1 or PIN17GNDGNDPIN 6 or any other GNDRXDTXD...
  • Pre Processing Original Image

  • Once the image is captured, the system applies a sequence of computer vision algorithms in order to improve the quality of the picture. The main objective here is to make the text in the image as evident and recognizable as possible, which is essential...
  • Weather Ticker

  • Stepsyou put together the hardwareyou download the code from https://github.com/petrum/rpiyou prepare a local file with the WI-FI detailsyou run an installation script (provided) that will setup the micro SD cardyou insert in the micro SD card in raspberry...