Giter VIP home page Giter VIP logo

raspbot's Introduction

Raspbot robot car for Raspberry Pi 5

Introduction

Raspbot is specially designed for AI beginners to learn AI at the lowest cost. It is suitable for Raspberry Pi 5 development board. With a multifunctional expansion board as the chassis, equipped with four TT motors, one high-definition camera, four-channel tracking, ultrasonic module and so on. It can be used as a remote control car or an AI learning kit. Like other smart cars on the market, it can perform ordinary tracking, ultrasonic and infrared avoid, whistle and other functions. The difference is that we create a series of AI vision function for Raspbot based on Open Source CV by Python3 programming. Users can control this robot car by APP, IR, Jupter Lab web, and enjoy FPV visual experience.

Features

  • Simple structure, easy to assemble and quickly experience.
  • On board ultrasonic, infrared obstacle avoidance, buzzer, LED. And IIC, serial port, servo interface are reserved.
  • Funny AI visual gameplay: license plate recognition, mobile tracking, visual recognition, autopilot, gesture control, etc.
  • Brand new APP and cute IR remote controller and a lot of codes will be provided.
  • Learn AI at the lowest cost for AI beginners.

Required Best Buy Links

By on Yahboom website

Please Contact Us

If you have any problem when using our robot after checking the tutorial, please contact us.

Facebook:

https://www.facebook.com/yahboomcar/

https://www.facebook.com/yahboomtech

WhatsApp:

+86 18682378128

Technical support email:

[email protected]

raspbot's People

Contributors

dolphinzzx avatar yahboomtechnology avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

raspbot's Issues

Mistake in Ultrasonic +IR avoid lesson

Program block

     elif distance >= 15 and LeftSensorValue == False and RightSensorValue == False :
         car.Car_Stop() 
         time.sleep(0.1)
         car.Car_Spin_Right(90,90) 
         time.sleep(1)

excess. Because in this case "Way is free", but robot spin infinity

can't control Raspbot motors: write_array I2C error

Hi dears at Yahboom,
I've faced this problem with more than one Raspbot kit, since I'm conducting a TOT sessions for STEM teachers using Raspbot.
(All other kits are working fine, but this error appeared with a few kits)

The problem is when the teacher come to control the motors on Raspbot, it gives this error continuously:

image

After different tests on the code and wiring connections, nothing changed. (Maybe MCU is defected? not sure.)

Any suggestions to overcome this issue? (I'm looking for software-oriented solution)

Needs more clarity

It would be helpful if Yahboom clarified the documentation in this repository. There are no schematics, up-close images of the connectors on the board. The python module "YB_PCB_car.py" that is used in the tutorials is not included unless you install the image on a raspberry pi. There is no other way to control the MCU to drive the motors other than using the "YB_PCB_car" module or making a custom module based on the not comprehensive hard-to-find .xlsx document for controlling the MCU that is found under /Raspbot/Annex/Agreement Document. The only way to use this car is to use the pre-built image and use the app and Jupyter to control the robot. I would like to have more documentation so that there can be much more to do with the RaspBot.

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.