All Projects → eggfly → M5StickCProjects

eggfly / M5StickCProjects

Licence: Apache-2.0 license
StickWatch2 and some interesting projects based on M5StickC

Programming Languages

c
50402 projects - #5 most used programming language
objective c
16641 projects - #2 most used programming language
C++
36643 projects - #6 most used programming language
HTML
75241 projects
python
139335 projects - #7 most used programming language
processing
702 projects

Projects that are alternatives of or similar to M5StickCProjects

esp32 mmd
esp32でmmd
Stars: ✭ 93 (+63.16%)
Mutual labels:  m5stack
ESP32 ScreenShotReceiver
ESP32 ScreenShotReceiver. Send jpegs from your Windows PC to the ESP32 receiver.
Stars: ✭ 97 (+70.18%)
Mutual labels:  m5stick
M5Stack-NMEA-2000-Display-CAN-BUS
This repository shows how to use the M5Stack as NMEA 2000 Display and WiFi Gateway.
Stars: ✭ 29 (-49.12%)
Mutual labels:  m5stack
M5Stack LovyanToyBox
lovyan's toybox
Stars: ✭ 16 (-71.93%)
Mutual labels:  m5stack
nanoFramework.M5Stack
📦 Board support package for M5Stack, M5StickC and M5StickCPlus for .NET nanoFramework
Stars: ✭ 18 (-68.42%)
Mutual labels:  m5stack
M5Stack-Air-Quality-ESPHome
ESPHome configuration for M5Stack's PM2.5 Air Quality Kit with the PMSA003 particulate matter sensor and the SHT20 temperature and humidity sensor
Stars: ✭ 19 (-66.67%)
Mutual labels:  m5stack
Crypto Coin Ticker
Bitcoin and Multi Crypto Coin Price Ticker with candlestick chart (Binance API Websocket) - SD-Config File Version
Stars: ✭ 37 (-35.09%)
Mutual labels:  m5stack
M5StickVComputer
A pure python operating system on M5StickV
Stars: ✭ 31 (-45.61%)
Mutual labels:  m5stack
M5Stack-MultiApp-Advanced
A M5Stack firmware made on PlatformIO
Stars: ✭ 155 (+171.93%)
Mutual labels:  m5stack
ESP32-R4sGate-for-Redmond
ESP32 Ready4Sky (R4S) Gateway for Redmond+ devices
Stars: ✭ 117 (+105.26%)
Mutual labels:  m5stack
M5Unified
Unified library for M5Stack series
Stars: ✭ 73 (+28.07%)
Mutual labels:  m5stack
stack-chan
A JavaScript-driven M5Stack-embedded super-kawaii robot.
Stars: ✭ 242 (+324.56%)
Mutual labels:  m5stack
M5Stack-nesemu
forked from https://github.com/espressif/esp32-nesemu
Stars: ✭ 65 (+14.04%)
Mutual labels:  m5stack
esp effects
Old school demo effects for ESP32
Stars: ✭ 31 (-45.61%)
Mutual labels:  m5stack
AxisOrange
Sending M5 series IMU sensor data by Bluetooth SPP.
Stars: ✭ 35 (-38.6%)
Mutual labels:  m5stack
M5Stack TreeView
M5Stack TreeView menu UI library.
Stars: ✭ 50 (-12.28%)
Mutual labels:  m5stack
ili9342c mpy
ILI9342C Fast 'C' Driver for MicroPython (M5Stack Core)
Stars: ✭ 31 (-45.61%)
Mutual labels:  m5stack

StickWatch2: 2代手表程序,包括

  • Clock - 表盘
  • Timer (0.1s) - 计时器
  • Gravity keyboard demo - 重力键盘
  • Level - 水平仪
  • Battery info - 电池信息
  • 3D render demo - 3D渲染
  • Microphone FFT spectrum - 麦克风频谱图
  • Maze of gravity ball - 重力小球走迷宫
  • Flappy bird

M5StickC projects (in ./other_projects and ./demo)

  • Gauge: 官方最早的demo
  • 8563_RTC: RTC
  • StickWatch2PowerManagment、AXP192: 电源管理
  • docs: 一些datasheet和文档
  • tools: 一些工具
  • StickWatch2AdafruitGRAM: BadApple串口接收端代码(BadApple切图打包下载:链接:https://pan.baidu.com/s/1W5UOgj8KgGAxLwByfdQRkw 提取码:49pz)
  • python: 一些python脚本,包括BadApple串口发送端代码(Python3+pyserial)
  • Binary firmware - See https://github.com/eggfly/StickWatch2Binary

图形库

一些项目中的src/Adafruit_GFX目录,是我对Adafruit_GFX进行了一些修改后,对80x160彩屏适配的GFX的18位的图形库,经过测试基本上fps可以达到50到60fps,人眼观察完全无闪烁。思路是把所有绘图操作通过canvas进行,canvas是在esp32内存中开辟的一块GRAM,然后SPI把GRAM数据传输到ST7735驱动芯片。

TODO:

  • Dump ways to die
  • 见缝插针
  • 喷水套圈
  • 摩天大楼

link: https://item.taobao.com/item.htm?id=588710395351

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].