Giter Club home page Giter Club logo

m5-docs's Introduction

This repository is out of maintenance.

For the latest M5STACK documentation, please visit docs.m5stack.com


这个仓库已经停止维护

获取最新的M5STACK文档信息, 请访问docs.m5stack.com


「このリポジトリはメンテナンス中です」

「最新のM5STACKドキュメントについては、docs.m5stack.comにアクセスしてください。」


m5-docs's People

Contributors

gitshaoxiang avatar graydonli avatar kenchan avatar kiko62 avatar kotobuki avatar lin-zi-jun avatar lukasmaximus89 avatar nmori avatar rashedtalukder avatar shashaddd avatar shinichi-ohki avatar sio-funmatsu avatar sysdl132 avatar tanakamasayuki avatar tinyu-zhao avatar troyaws avatar vany5921 avatar zontex avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

m5-docs's Issues

'termPutchar' was not declared in this scope

Arduino: 1.8.9 (Mac OS X), Board: "M5Stack-Core-ESP32, QIO, 40MHz, Default, 115200, None"

/Users/mac/Desktop/gps/gps.ino: In function 'void setup()':
gps:10:12: error: 'termInit' was not declared in this scope
termInit();
^
/Users/mac/Desktop/gps/gps.ino: In function 'void loop()':
gps:22:19: error: 'termPutchar' was not declared in this scope
termPutchar(ch);
^
Multiple libraries were found for "SD.h"
Used: /Users/mac/Library/Arduino15/packages/esp32/hardware/esp32/1.0.2/libraries/SD
Not used: /Applications/Arduino.app/Contents/Java/libraries/SD
exit status 1
'termInit' was not declared in this scope

This report would have more information with
"Show verbose output during compilation"
option enabled in File -> Preferences.

URGENT: Cellular UIFlow blockly documentation/examples

I need urgently description and instructions on how to use CELLULAR UIflow blocks in order to get COMx.LTE module to succesfully attach and establish a data connection.
Also an example of blockly would be very appreciated (I got just an old SIM800 UIflow which looked pretty different)

That palette of module.CELLULAR library is not described anywhere (only an Arduino code was found)!!
Cellular palette

M5 Core2 Cannot control LCD brightness

M5 Core2 Cannot control LCD brightness with APX192.cpp or in sketch set up. Tried editing APX192.cpp with SetLcdVoltage(2900); to get 2.9 volts and tried these ideas that work on StickC and core basic:
M5.Axp.SetLcdVoltage(3000);
M5.Lcd.setBrightness(255);
M5.Axp.ScreenBreath(15);
The serial monitor boot up display always says "axp: lcd backlight voltage was set to 2.80v" regardless!
Any Ideas?
Terry from Canada

ENV Unit measurement time?

Please add more info on the ENV Unit.
How much time it takes to measure temperature and humidity may be important when designing the sketches (especially for long battery life).

Arduino IDE cannot upload to m5 stick c

Just got my m5 stick.
I've spent 2 days trying to upload an example after installing the board and library in Arduino.
The display flashes occasionally, but esptool comes back about missing packet header.
Everything at the latest version.

Holding reset does nothing, so I basically have a low quality paperweight.

M5StickC Error 31 MPU6886 error

I'm following the instructions to use VS Code with M5.

I've erased and burnt the firmware using the EasyLoader_M5StickC_FactoryTest.exe

I'm getting the following error on the M5StickC.

ERROR 31
--------------------
MPU6886 error
check Hardware

m5StickC-Error-31-MPU6886-error

Sounds like the firmware can't get a response from the MPU6886 device.

I can't see any files in VS Code either. When I click on the COM8 (my com port for M5StickC) then vscode just spins forever but nothing appears. I'm guessing that might be because of the ERROR above.

How can I resolve this ERROR 31. Do I need to send the unit back or get a new one? Or is there something I can do to try and get it working?

Is there different firmware I can try?

NOTE: I really need the MPU6886 as my application will process accelerations in all 3 axis.

Thanks, Brendan.

Atom has any support??

ATOM marticx cannot be connected at any IDE. How long will you update the package???? I have no idea about it now, just as a LED flash.

CoreInk M5.shutdown()

I was going my first steps w/CoreInk. ESP32 Deep Sleep didi not work and M5.shutdown(seconds) give an error:

E:\Arduino\CoreInk_EnvII_Unit\CoreInk_EnvII_Unit.ino: In function 'void setup()':
CoreInk_EnvII_Unit:110:6: error: 'class M5CoreInk' has no member named 'shutdown'
M5.shutdown(TIME_TO_SLEEP);

Which pins can be used?

Hi, at the moment this is really quite difficult to figure out. There were people on the forums having trouble too. I think it would be useful if there was a straightforward list of all the exposed pins, stating for each pin whether it can be used freely, or whether there is something to watch out for.

For example, looking at the Basic,

In core/basic.md:

  • 18,19,23 are SPI shared with the LCD and TF card (can they be used for additional SPI?)
  • 25 is connected to the speaker
  • 21,22 are I2C connected to the GROVE port (can they be used as GPIO if not using GROVE?)

ESP32 info:

  • 0,1,3,12 have something to do with the boot sequence
  • 35,36 are input-only without pullups

In the schematic:

  • 1,3 are connected to the CP2104 USB serial
  • ???

Trial and error:

  • I tried to use 2 as an output, it didn't seem to work, but I couldn't find any info about it.

api/gpio.md gives some info about what the different pins are for, but doesn't answer this question. For example, it labels 1,3,16,17 as "UART", but as far as I can tell 16,17 are available for GPIO while 1,3 are not.

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.