All Projects → meganetaaan → moddable-examples

meganetaaan / moddable-examples

Licence: MIT license
A bunch of example codes with Moddable SDK.

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects
c
50402 projects - #5 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to moddable-examples

Stranger Things Wall
A wall of addressable LEDs inspired by the Netflix series Stranger Things that displays messages from Twitter.
Stars: ✭ 22 (-21.43%)
Mutual labels:  neopixel
Neorv32
A small and customizable full-scale 32-bit RISC-V soft-core CPU and SoC written in platform-independent VHDL.
Stars: ✭ 106 (+278.57%)
Mutual labels:  neopixel
uru-card
Arduino based firmware for FIDO2 Authenticator
Stars: ✭ 114 (+307.14%)
Mutual labels:  ble
HB-UNI-RGB-LED-CTRL
HomeMatic compatible RGB Controller for adressable RGB LEDs (WS28xx, Neopixel,...)
Stars: ✭ 19 (-32.14%)
Mutual labels:  neopixel
rpi-ws2812-server
Raspberry Pi WS2812 (web) server tool
Stars: ✭ 143 (+410.71%)
Mutual labels:  neopixel
py-bluetooth-utils
Python module containing bluetooth utility functions, in particular for easy BLE scanning and advertising
Stars: ✭ 60 (+114.29%)
Mutual labels:  ble
NeoPixel-60-Ring-Clock
Time displayed as a series of colored arcs on a 60 Ring NeoPixel
Stars: ✭ 15 (-46.43%)
Mutual labels:  neopixel
bl602-pac
Embedded Rust's Peripheral Access Crate for BL602 microcontrollers
Stars: ✭ 16 (-42.86%)
Mutual labels:  ble
pi pico neopixel
Pi Pico library for NeoPixel led-strip written in MicroPython. Works with ws2812b (RGB) and sk6812 (RGBW).
Stars: ✭ 70 (+150%)
Mutual labels:  neopixel
BTLinker
🔥空祖家的蓝牙连接封装库,适用于智能硬件蓝牙通讯
Stars: ✭ 64 (+128.57%)
Mutual labels:  ble
Marlin-2.0.X-MKS-Robin-Nano
Marlin 2.0.X for the MKS Robin Nano 1.1/1.2
Stars: ✭ 100 (+257.14%)
Mutual labels:  neopixel
RemoteLight
A Java based LED Control Software for WS2811 and WS2812 LED strips
Stars: ✭ 59 (+110.71%)
Mutual labels:  neopixel
STBlueMS Android
"ST BLE Sensor" Android application source code.
Stars: ✭ 93 (+232.14%)
Mutual labels:  ble
epilepsia
Beaglebone cape for driving up to 32x64 Neopixels (WS2812 LEDs).
Stars: ✭ 15 (-46.43%)
Mutual labels:  neopixel
ganglion-ble
Web Bluetooth client for the Ganglion brain-computer interface by OpenBCI
Stars: ✭ 27 (-3.57%)
Mutual labels:  ble
Wordclock
Diy Wordclock with an esp32 and ws2812b Leds
Stars: ✭ 19 (-32.14%)
Mutual labels:  neopixel
bluetooth-terminal
ES6 class for serial communication with your own Bluetooth Low Energy (Smart) devices
Stars: ✭ 43 (+53.57%)
Mutual labels:  ble
ble
Bluetooth Low Energy for Linux / macOS
Stars: ✭ 264 (+842.86%)
Mutual labels:  ble
contact-tracer
A prototype contact tracer app for COVID-19 pandemic response
Stars: ✭ 50 (+78.57%)
Mutual labels:  ble
RejsaRubberTrac
RejsaRubberTrac - A wireless thermal camera for monitoring tire temperatures
Stars: ✭ 77 (+175%)
Mutual labels:  ble

Moddableサンプルコード集

M5StackとModdableを使ったサンプルコード集です。

必要環境(Prerequisities)

M5Stack

Moddable SDK

ビルド方法

  1. デバイスをPCにUSB接続します
  2. 下記のコマンドを実行します。
$ cd (各サンプルのディレクトリ)
$ mcconfig -d -m -p esp32/m5stack

各サンプルの紹介

bongo

ボンゴキャットがボンゴを叩く!ひたすら叩く!

  • Aボタン、Cボタン:ボンゴを叩く
  • Bボタン:ニャーンと鳴く

Bongo Cat originally created by @StrayRogue and @DitzyFlama Image by obBilder from Pixabay

counter

ボタンを押すとカウントアップするカウンターです。

pomodoro

ポモドーロタイマーです。

unit/env

温湿度計のサンプルです。 M5StackのEnvユニットから温度と湿度を取得し、画面に表示します。

unit/color

カラーピッカーのサンプルです。 M5StackのColorユニットから色を取得し、16進数のカラーコードに変換して表示します。

unit/neopixel

Neoチカのサンプルです。 M5StackのNeoPixelユニット、またはM5StackFireやM5StackGoに搭載のLEDを光らせます。

network/ifttt-client

IFTTTのWebHookを叩くクライアントです。

network/light-server

ネットワーク経由でLEDのON/OFFができるサーバです。

ble/qr-ble

BLE(Bluetooth Low Energy) を使ったサンプルです。 スマートフォンから文字列を送信し、M5StackにQRコードとして表示できます。

ble/line-things

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].