Giter VIP home page Giter VIP logo

rcautopilot's People

Contributors

uvinduw avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

rcautopilot's Issues

TBLE-02S doesnt respond

have a question. I'm following this git. We use the same ESC onnly mine doesnt work

#include <Servo.h>

Servo m1;

int speed = 0;

void setup()
{
  Serial.begin(9600);
  m1.attach(9);
}

void loop()
{
 
  if (Serial.available() > 0) {
   
    speed = Serial.read();

    Serial.print("My speed = : ");
    Serial.print(speed);
    Serial.println();
   
  }
 m1.write(speed);
}

Only it doesnt work. When I send a number from 0 - 180 I do hear a small TJK like sound from the engine, and sometimes it spins a tiny bit but then stops. If I send 90 (neutral) the led on the ESC geos off. If I send another number it burns brightgreen or flashes green (depending on the number) How can I fix this? I used this manual to calibrate it because your link was dead: https://www.tamiyausa.com/media/files/45057ml-801-efb9.pdf

Upgrade to TF 2.0

Please upgrade the code to Tensorflow 2.0, currently it only supports 1.14. At the moment, we can't use the code with the newest version.

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.