This commit is contained in:
LiHuashen
2019-03-04 16:05:26 +08:00
6 changed files with 165 additions and 17 deletions
+45 -7
View File
@@ -6,12 +6,10 @@
## M5Stack Awesome
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD
card
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) - TFT library for the ESP8266 and ESP32 that supports different driver chips
* [M5Widgets](https://github.com/biblepaywallet/M5Widgets) - Widgets for the M5Stack
* [M5StackSAM](https://github.com/tomsuch/M5StackSAM) - Simple Applications Menu Arduino Library for M5Stack
@@ -22,10 +20,8 @@
* [M5ez](https://github.com/ropg/M5ez) - The easy way to program on the M5Stack
* [M5Stack MultiApp Advanced](https://github.com/botofancalin/M5Stack-MultiApp-Advanced) - A M5Stack firmware made on PlatformIO
* [M5Stack ESP32 Oscilloscope](https://github.com/botofancalin/M5Stack-ESP32-Oscilloscope) - A fully functional oscilloscope based on ESP32 M5Stack
* [M5Stack-Avatar](https://github.com/meganetaaan/m5stack-avatar) - An M5Stack library for rendering avatar faces
@@ -72,6 +68,48 @@
* [gui for m5stack by micropython](https://github.com/lifedebug/m5stack) - gui for m5stack by micropython
* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action.
* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card
* [M5Stack_TreeView](https://github.com/lovyan03/M5Stack_TreeView) - Tree view menu library
* [M5Stack_LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher) - M5Stack Launcher by lovyan03
* [M5Stack_OnScreenKeyboard](https://github.com/lovyan03/M5Stack_OnScreenKeyboard) - full keyboard on M5Stack
* [M5Stack_WebRadio_Avator](https://github.com/robo8080/M5Stack_WebRadio_Avator) - WebRadio with Avatar
* [M5Bala_Avatar](https://github.com/robo8080/M5Bala_Avatar) - Avatar with M5Bala
* [SD_Updater_TestData](https://github.com/robo8080/SD_Updater_TestData) - testing data for SD Updater
* [Moddable SDK](https://github.com/Moddable-OpenSource/moddable) - Javascript SDK
* [TrainDia](https://github.com/ktansai/TrainDia) - Tell me what time leave next train from the neigbor station.
* [M5Stack-MIDI-Module](https://github.com/necobit/M5Stack-MIDI-Module/tree/master/Arduino-IDE-Sketch/8bitNESSynth) - 8bit NES Synthesizer
* [M5Stack_MMD](https://github.com/MhageGH/M5Stack_MMD) - 3D rendering by M5Stack
* [M5Stack PC-8801 エミュレータ!](http://shikarunochi.matrix.jp/?p=2964) - PC-8801 emulator
* [StickWatch](https://github.com/eggfly/StickWatch) - M5Stick watch
* [m5verifier](https://github.com/opendime/m5verifier) - to verify for OPENDIME
* [SpaceDefense-m5stack](https://github.com/dsiberia9s/SpaceDefense-m5stack) - Shooting game
* [esp32_mmd](https://github.com/elect-gombe/esp32_mmd) - Real time rendering animation for MMD
* [m5stack-rfm95](https://github.com/xoseperez/m5stack-rfm95) - LoRaWAN node base develop platform
* [m5stack-ble](https://github.com/naoki-sawada/m5stack-ble) - BLE sample for M5Stack
* [M5StackBLE](https://github.com/donma/M5StackBLE) - BLE sample for M5Stack
* [M5Tube](https://github.com/tobozo/M5Tube) - video player
* [M5Stack-Cam-Viewer](https://github.com/moononournation/M5Stack-Cam-Viewer) - Arduino M5Cam viewer for M5Stack
* [M5Stack_lifegame](https://gist.github.com/shioken/fa2c3f5923170d86dd358b313d6ab244) - Life game
+2
View File
@@ -12,6 +12,8 @@
User can create a portble device with any series of M5Stack Core and
M5Stack BATTERY Module easily.
!> CAUTION: Do not use this battery module at the same time as other batteries (such as the M5 Core bottom battery). At the same time, in the worst case, there is a danger of catching fire.
# Feature
- 850mAh High-Capacity Battery
+70 -4
View File
@@ -18,7 +18,7 @@
- M5Stack向けウィジェット
- [M5StackSAM](https://github.com/tomsuch/M5StackSAM)
- M5Stack向けシンプルアプリケーションメニューライブラリ
- M5Stack向けシンプルアプリケーションメニューライブラリ [サンプルアプリ付き](https://github.com/tomsuch/M5Stack-SAM)
- [cfGUI](https://github.com/JF002/cfGUI)
- M5Stack向けシンプルGUIライブラリ
@@ -98,8 +98,74 @@
- [m5stack-onscreen-keyboard](https://github.com/yellowelise/m5stack-onscreen-keyboard)
- スクリーンQWERTYキーボードアプリ
* [gui for m5stack by micropython](https://github.com/lifedebug/m5stack) - gui for m5stack by micropython
- [gui for m5stack by micropython](https://github.com/lifedebug/m5stack)
- micropythonによるM5Stack向けGUI
* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action.
- [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController)
- RCWController iPhone アプリを使って操作するテトリスアプリ
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
- [AcornsM5](https://github.com/EternityForest/AcornsM5)
- SDカードからアプリを実行可能なM5Stack向けSquirrelベースのOSです。
- [M5Stack_TreeView](https://github.com/lovyan03/M5Stack_TreeView)
- M5Stack用ツリービュー形式のメニューUIライブラリ
- [M5Stack_LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher)
- M5Stack用ランチャー by lovyan03
- [M5Stack_OnScreenKeyboard](https://github.com/lovyan03/M5Stack_OnScreenKeyboard)
- あなたのM5Stackプロジェクトにキーボードを!
- [M5Stack_WebRadio_Avator](https://github.com/robo8080/M5Stack_WebRadio_Avator)
- M5StackでAvatar表示付きWebRadio
- [M5Bala_Avatar](https://github.com/robo8080/M5Bala_Avatar)
- Avatar with M5Bala
- [SD_Updater_TestData](https://github.com/robo8080/SD_Updater_TestData)
- 上の方にあるSD Updaterのテスト用データ
- [Moddable SDK](https://github.com/Moddable-OpenSource/moddable)
- M5Stackでも使えるJavascript SDK
- [TrainDia](https://github.com/ktansai/TrainDia)
- 最寄り駅からあと何分で電車が発車するかを教えてくれるアプリ
- [M5Stack-MIDI-Module](https://github.com/necobit/M5Stack-MIDI-Module/tree/master/Arduino-IDE-Sketch/8bitNESSynth)
- 8bit NES Synthesizer アプリ
- [M5Stack_MMD](https://github.com/MhageGH/M5Stack_MMD)
- 3D レンダリング by M5Stack
- [M5Stack PC-8801 エミュレータ!](http://shikarunochi.matrix.jp/?p=2964)
- M5StackでPC-8801のソフトが動作します。
- [StickWatch](https://github.com/eggfly/StickWatch)
- M5Stick用時計アプリ
- [m5verifier](https://github.com/opendime/m5verifier)
- OPENDIMEというハードウェアビットコインウォレット向けVerifyアプリ
- [SpaceDefense-m5stack](https://github.com/dsiberia9s/SpaceDefense-m5stack)
- シューティングゲーム
- [esp32_mmd](https://github.com/elect-gombe/esp32_mmd)
- リアルタイムレンダリングアニメーションでMMD
- [m5stack-rfm95](https://github.com/xoseperez/m5stack-rfm95)
- LoRaWANノードベースの開発プラットフォーム
- [m5stack-ble](https://github.com/naoki-sawada/m5stack-ble)
- M5Stack向けBLEサンプル
- [M5StackBLE](https://github.com/donma/M5StackBLE)
- M5Stack向けBLEサンプル
- [M5Tube](https://github.com/tobozo/M5Tube)
- ビデオプレイヤーアプリ
- [M5Stack-Cam-Viewer](https://github.com/moononournation/M5Stack-Cam-Viewer)
- Arduino M5Cam viewer for M5Stack
- [M5Stack_lifegame](https://gist.github.com/shioken/fa2c3f5923170d86dd358b313d6ab244)
- ライフゲームアプリ
+2
View File
@@ -12,6 +12,8 @@
これによりM5Stack単独で動作するポータブルデバイスを開発する事が可能です。
!> 注意: このバッテリモジュールと他のバッテリ(例えばM5Core bottomのバッテリなど)を同時に使用しないでください。同時に使用すると最悪の場合、発火する危険性があります。(並列接続すると容量の少ないバッテリが過充電になる恐れがあります。)
## 特徴
- 850mAh 大容量バッテリ
+44 -6
View File
@@ -4,12 +4,10 @@
## M5Stack优秀作品
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD
card
* [M5Stack-SD-Updater](https://github.com/tobozo/M5Stack-SD-Updater) - Customizable menu system for M5Stack - loads apps from the Micro SD card
* [TFT_eSPI](https://github.com/Bodmer/TFT_eSPI) - TFT library for the ESP8266 and ESP32 that supports different driver chips
* [M5Widgets](https://github.com/biblepaywallet/M5Widgets) - Widgets for the M5Stack
* [M5StackSAM](https://github.com/tomsuch/M5StackSAM) - Simple Applications Menu Arduino Library for M5Stack
@@ -20,10 +18,8 @@
* [M5ez](https://github.com/ropg/M5ez) - The easy way to program on the M5Stack
* [M5Stack MultiApp Advanced](https://github.com/botofancalin/M5Stack-MultiApp-Advanced) - A M5Stack firmware made on PlatformIO
* [M5Stack ESP32 Oscilloscope](https://github.com/botofancalin/M5Stack-ESP32-Oscilloscope) - A fully functional oscilloscope based on ESP32 M5Stack
* [M5Stack-Avatar](https://github.com/meganetaaan/m5stack-avatar) - An M5Stack library for rendering avatar faces
@@ -72,4 +68,46 @@
* [M5Stack-Tetris-using-RCWController](https://github.com/PartsandCircuits/M5Stack-Tetris-using-RCWController) - Play Tetris on an M5Stack using the RCWController iPhone app to control the action.
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
* [AcornsM5](https://github.com/EternityForest/AcornsM5) - Squirrel based OS for the M5Stack, can run apps from SD card.
* [M5Stack_TreeView](https://github.com/lovyan03/M5Stack_TreeView) - Tree view menu library
* [M5Stack_LovyanLauncher](https://github.com/lovyan03/M5Stack_LovyanLauncher) - M5Stack Launcher by lovyan03
* [M5Stack_OnScreenKeyboard](https://github.com/lovyan03/M5Stack_OnScreenKeyboard) - full keyboard on M5Stack
* [M5Stack_WebRadio_Avator](https://github.com/robo8080/M5Stack_WebRadio_Avator) - WebRadio with Avatar
* [M5Bala_Avatar](https://github.com/robo8080/M5Bala_Avatar) - Avatar with M5Bala
* [SD_Updater_TestData](https://github.com/robo8080/SD_Updater_TestData) - testing data for SD Updater
* [Moddable SDK](https://github.com/Moddable-OpenSource/moddable) - Javascript SDK
* [TrainDia](https://github.com/ktansai/TrainDia) - Tell me what time leave next train from the neigbor station.
* [M5Stack-MIDI-Module](https://github.com/necobit/M5Stack-MIDI-Module/tree/master/Arduino-IDE-Sketch/8bitNESSynth) - 8bit NES Synthesizer
* [M5Stack_MMD](https://github.com/MhageGH/M5Stack_MMD) - 3D rendering by M5Stack
* [M5Stack PC-8801 エミュレータ!](http://shikarunochi.matrix.jp/?p=2964) - PC-8801 emulator
* [StickWatch](https://github.com/eggfly/StickWatch) - M5Stick watch
* [m5verifier](https://github.com/opendime/m5verifier) - to verify for OPENDIME
* [SpaceDefense-m5stack](https://github.com/dsiberia9s/SpaceDefense-m5stack) - Shooting game
* [esp32_mmd](https://github.com/elect-gombe/esp32_mmd) - Real time rendering animation for MMD
* [m5stack-rfm95](https://github.com/xoseperez/m5stack-rfm95) - LoRaWAN node base develop platform
* [m5stack-ble](https://github.com/naoki-sawada/m5stack-ble) - BLE sample for M5Stack
* [M5StackBLE](https://github.com/donma/M5StackBLE) - BLE sample for M5Stack
* [M5Tube](https://github.com/tobozo/M5Tube) - video player
* [M5Stack-Cam-Viewer](https://github.com/moononournation/M5Stack-Cam-Viewer) - Arduino M5Cam viewer for M5Stack
* [M5Stack_lifegame](https://gist.github.com/shioken/fa2c3f5923170d86dd358b313d6ab244) - Life game
+2
View File
@@ -12,6 +12,8 @@
BATTERY模块是一款**850mAh**的高容量电池模块。当M5Core堆叠了这个电池模块之后,可以做成移动的设备,不再需要USB线一直供电。
!> 注意:不要一起用这个电池模块和其他的电池,因为有火灾的恐惧。
# 特性
- 850mAh容量