Git Product home page Git Product logo

esk8.board.board's Introduction

Tasks

ControllerCommsTask

  • when controller packet available (polled)
    • put packet on controllerData queue
  • watch the vescData queue for the response...
    • vescData queue will have the updated data from the Vesc (fetched just previously)
    • should match the controller packet id

VescCommsTask

  • a short time before before getting controller packet on queue (50ms?), fetch the Vesc data
    • put Vesc data in the local vescDataQueue payload, ready to send
  • when rx controller packet, send throttle data to Vesc
    • "respond" by using the vescDataQueue (with updated data)
    • this will give illusion of the round trip

TTGO T-Display

image

1.Install the following dependency library files:

2.TFT_eSPI settings

  • Move or copy User_Setups/TTGO_T_Display.h to TFT_eSPI/User_Setups/
  • Add #include <User_Setups/TTGO_T_Display.h> to TFT_eSPI/User_Setup_Select.h

Pinout

Name V18
TFT Driver ST7789
TFT_MISO N/A
TFT_MOSI 19
TFT_SCLK 18
TFT_CS 5
TFT_DC 16
TFT_RST N/A
TFT_BL 4
I2C_SDA 21
I2C_SCL 22
ADC_IN 34
BUTTON1 35
BUTTON2 0
ADC Power 14

2019/08/06:

  • The TFT_eSPI and Button2 libraries have been synchronized to the main branch

esk8.board.board's People

Contributors

skelstar avatar

Watchers

 avatar  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.