Skip to content

sunfounder/picrawler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PiCrawler Examples

PiCrawler examples

Quick Links:

About this kit

We are happy to see your issus and pull request. Feel free to be apart.

About PiCrawler:

PiCrawler is a 4-foot crawling robot based on the Raspberry Pi. Equipped with a camera module and an ultrasonic module, it can realize obstacle avoidance, automatic tracking, face detection, color detection, music playing, dancing etc. For these functions, two kinds of examples of graphical programming and Python programming are provided, and you can choose according to your needs.

Download

Download this repository to your Raspberry Pi:

git clone https://github.com/sunfounder/picrawler.git

Usage

Before running the example, stop ezblock sercive

sudo service ezblock stop

Then run the example

cd examples
sudo python3 xxx.py

Stop running the example by using Ctrl+C

Camera

Click this link to view the real-time dynamics of the Raspberry Pi camera

http://192.168.18.120:9000/mjpg

Note to replace it with the IP address of your own Raspberry Pi

Debug

To edit, rewrite your own code, or just want to get debug messages. run the command:

sudo nano xxx.py

After your code is done, exit the text compiler via Ctrl+X and run the command:

sudo python3 xxx.py

Update

  • 2020-6-12: New Release

Trouble Shootings

About SunFounder

SunFounder is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strives to bring the fun of electronics making to people all around the world and enable everyone to be a maker. Our products include learning kits, development boards, robots, sensor modules and development tools. In addition to high quality products, SunFounder also offers video tutorials to help you make your own project. If you have interest in open source or making something cool, welcome to join us!

About Ezblock

Ezblock is a technology company focused on Raspberry Pi and Arduino open source community development. Committed to the promotion of open source culture, we strives to bring the fun of electronics making to people all around the world and enable everyone to be a maker. Our products include learning kits, development boards, robots, sensor modules and development tools. In addition to high quality products, Ezblock also offers video tutorials to help you make your own project. If you have interest in open source or making something cool, welcome to join us!

License

This is the code for PiCrawler. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied wa rranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.

PiCrawler examples comes with ABSOLUTELY NO WARRANTY; for details checkout LICENCE. This is free software, and you are welcome to redistribute it under certain conditions; checkout LICENCE for details.

SunFounder, Inc., hereby disclaims all copyright interest in the program 'PiCrawler examples' (which makes passes at compilers).

Mike Huang, 21 August 2015

Mike Huang, Chief Executive Officer

Email: service@sunfounder.com

Contact us

website: ezblock.cc

E-mail: service@sunfounder.com

About

PiCrawler robot from SunFounder

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published