Git Product home page Git Product logo

weact_h750vbt6's Introduction

Micropython Board Definitions for WeAct STM32H750VBT6

board

Board Specifications

  • STM32H750VBT6 480Mhz, 128KB ROM, 1MB RAM
  • ARM Cortex M7 Architecture with FPU floating point unit, - complete DSP instruction and memory protection unit MPU
  • 8 MB SPI chip (for storage)
  • 8 MB QSPI memory (for program/flash)
  • Gold-plated, 4 layer PCB, RoHS process
  • User, BOOT0/DFU & reset buttons
  • USB C interface, Micro SD card, 3 buttons, DCMI camera - interface, with 1.5V and 2.8V power supply
  • Unofficial Support for OpenMV4 development
  • GitHub Repository

LCD

The included LCD has the part number: LH096NT-IF09 made by ShineWorld Innovations.

It is supposed to be compatible to ST7735 LCDs. For which a Micropython library exists.

Camera

Either OV2640 or OV7725.

OV2640 Micropython library for the ESP8266

Supported Features

Features and correct Pin assignments are WIP - I combined them from mcauser and Mythologyli and have adjusted for the obvious changes, I will test the other features as I need them. Buses should work too.

So far these things are verified to work:

  • SD Card
  • User LED (LED1, Blue, Pin E3)

Build the firmware

Clone the board definitions to your MicroPython ports/stm32/boards folder.

cd micropython/ports/stm32/boards
git clone https://github.com/ikoesters/WEACT_H750VBT6

cd ..
make BOARD=/WEACT_H750VBT6

Flashing via DFU

This board can be flashed using DFU. To put the board in DFU mode, disconnect USB, press and hold the B0 button and reconnect USB then release B0. After installing dfu-util, go the the build folder (ports/stm32/boards/build-WEACT_H750VBT6) and type:

dfu-util -a 0 -D firmware.dfu

Once the upload is complete, disconnect and reconnect USB.

Reference

License

Licensed under the MIT License.

weact_h750vbt6's People

Contributors

ikoesters avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Forkers

koson

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.