Skip to content
This repository has been archived by the owner on Sep 13, 2022. It is now read-only.

Latest commit

 

History

History
42 lines (32 loc) · 1.98 KB

README.md

File metadata and controls

42 lines (32 loc) · 1.98 KB

⚡⚡⚡⚡LNPoSM5Stack ($70)⚡⚡⚡⚡

Currently M5Stack list this product as EOL, but they promise a new version will be out soon https://twitter.com/m5stack/status/1505411398008213510?s=21

Video tutorial https://www.youtube.com/watch?v=d0kivRdwWCU

The M5Stack is an excellent ESP32 based off the shelf device that comes with a charging dock. We had a bitcoin PoS running, in the iconic Room77 bar in Berlin, for a year, and it performed very well.

Note: If using MacOS, you will need the CP210x USB to UART Bridge VCP Drivers available here https://www.silabs.com/developers/usb-to-uart-bridge-vcp-drivers

Example arduino Settings

Working Arduino settings in "Tools":

  • Board: M5Stack-Core-ESP32
  • Upload Speed: 921600
  • Flash Frequency: 80Mhz
  • FlashMode: QIO
  • Partition Scheme: Default
  • Core Debug Level: None or Error
  • Port: /dev/ttyUSB0 (could very well be different, such as /dev/cu.SLAB_USBtoUART)

Common port locating/debug method:

  • checking available ports
  • unplugging M5Stack
  • check which Port is not listed anymore
  • plug M5Stack back in and use that Port

If your M5Stack-screen stays black after flashing, check if Tools/Flash Mode is set to QIO and the partition scheme to "default/standard"

Demo

Drunk Germans giving a terrible demo https://twitter.com/rootzoll/status/1162351526867800064