Git Product home page Git Product logo

piboat's Introduction

#PiBoat (Respberry Pi Boat)

PiBoat is a hackathon project in Nanjing 2015 Sponsor by Qianmi.com. This project finished in 24 hours by 3 engineers.

#1. RTSP Video Streaming

  • Use Respberry Pi Camera Module capture video stream

  • Use VLC provide RTSP Streaming

raspivid -o - -w 920 -h 540 -t 9999999 |cvlc -vvv stream:///dev/stdin --sout '#rtp{sdp=rtsp://:8554/}' :demux=h264

You can play the Stream use VLC client, the address is

rtsp://192.168.1.101:8554

#2. ESC (Eletronic Speed Control) control

Use Python and RPi.GPIO pwm control ESC

#3. Servo control

Use Python and RPi.GPIO pwm control servo

#4. GPS control

Not finished, use serial gather GEO inof from a Ublox GPS 6M module.

#5. Install WiFi Hostspot Plug a usb wifi card to Pi's USB port run shell script sudo ./ap_setup.sh , it will help you configure a WiFi Hotspot.

#6. Android App

Use Socket connect to Respberry Pi, use Vitamio play video stream. Install the App to your phone, and connect the Wifi Hotspot your created.

Usage

  • Install a lastest Respbian System, we use 2015-05-05-raspbian-wheezy.img, and start it success.

  • Connect ESC signal line to GPIO12, Ground line to Pi GPIO6

  • Connect Servo signal line to GPIO18

  • Connect Respberry Pi Camera Module ,then run sudo apt-get install vlc

  • run 'sodu python SockBoatServer.py ' start the socket server.

  • run Android app and controll the boat.

The project is open source under Apache Lincinse, you play with it feel free.

piboat's People

Contributors

aresmobile avatar offbye avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.