Giter Site home page Giter Site logo

m5stack_cwtrainer's Introduction

M5Stack_CWTrainer

IMG_3204D

Features

  • Selectable input method
    • Telegraph Key / M5Stack button (It can be used M5Stack stand alone).
  • Language
    • English / Japanese.
  • Training mode
    • Firstly it shows a letter and makes its Morse code sound.
    • Secondary you input Morse code.
    • Then if it is correct, it switches to the next letter automaticaly.
  • Free Training mode
    • You can train inputting Morse code in wide screen.
  • WEB Interface for Morse code encoding
    • You can encode English/Japanese words posted from your MobilePhone or Tablet. It's very useful.
    • M5Stack runs as SoftAP mode.(SSID, PASS are defined in TrainerConfig.h)
    • QR code (The Encode page URL) is available in Menu.
  • Adjustable Dot period
    • Dot period is adjustable to slow input for beginers.
  • WiFi status & Battery indicator
  • Meticulous Menu mode.
    • You can set these all configurations in Menu mode.
    • Default Mode can be changed in your TrainerConfig.h.

For Japanese

  • A Font file "*.vlw" must be installed in SDCard root.

Default Configurations

TrainerConfig.h

// ------------------------
//  Default configuration 
// ------------------------
#define DEFAULT_INPUT_METHOD  INPUT_M5_BTN_B          //M5Stack Button (or INPUT_TELEGRAPH_KEY)
#define SET_DEFAULT_LANG()    MODE_setEnglishMode()   //MODE_setJpMode();
#define DEFAULT_DOT_TIME      (140)                   //Time of dot period detection(ms)
#define TELEGRAPH_KEY_GPIO    (26)                    //TELEGRAPH_KEY GPIO 26 (for INPUT_TELEGRAPH_KEY)

// --------------------------
// ESP32 SoftAP Configuration
// --------------------------
#define TRAINER_SSID          "M5_CWTrainer"
#define TRAINER_PASS          "m5stack"
#define TRAINER_IP_ADDR       192,168,0,12
#define TRAINER_SUBNET        255,255,255,0

Movie

pic.twitter.com/7TCEXce7e3

Photos

IMG_3198D

IMG_3200D

IMG_3199D

IMG_3201D

IMG_3145D

m5stack_cwtrainer's People

Contributors

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