Git Product home page Git Product logo

micropython-for-f407-mdp's Introduction

MicroPython for the F407 I/O board

This repository only serves to host binary files, pending the PR for the main MicroPython repository here.

See the releases page.

Flashing the binary

FlyMCU can be used as normal.

REPL

The REPL is available on the middle USB port at 115200 baud. Use any serial terminal (Tera Term, etc).

It might also be redirected to the second USB port using pyb.repl_uart().

Tips

  • The UART that connects to the USB port on the corner (USB1) is available, but applications need to take care when opening it to avoid toggling the modem control lines that are connected (indirectly) to BOOT0 & NRST.

    • Having RTS high and DTR low is the safest.
  • uasyncio

  • Awesome MicroPython

  • pyboard

    • Access to STM32-specific peripheral functions (e.g. timer modes for encoder decoding) is available through the pyb module.
    • The Servo module is not built for the WHEELTEC board because it is hardcoded to use a fixed timer that is used for encoder decoding on the WHEELTEC board. Timers can still be manually setup to generate the signals for the steering servo.
  • The ssd1306 module for the onboard display is embedded into the firmware.

Tools

  • pyboard

    • Using it as a library for scripted interactions seems useful for quick and dirty RPC.
    • The default soft reset might need to be disabled and the timeout adjusted.
  • micropy-cli

micropython-for-f407-mdp's People

Contributors

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