秋月電子通商で購入できる「LED付ロータリーエンコーダー(赤)ツマミ付セット」をESP32で、1msec間隔でポーリングして、AとBの値を監視して、グラフにしてみる実験。 理想では、「右回り (CW): 00 → 10 → 11 → 01 → 00」、「左回り (CCW): 00 → 01 → 11 → 10 → 00 ...
encoder_gauges.py — 3つの固定ウインドウ(各エンコーダ1つ)に円形ゲージを描画し、 Arduinoスケッチからのシリアルデータをリアルタイム表示するGUIアプリ。
Arduino library for reading rotary encoders that output a 2-bit gray code. Rotary r = Rotary(2, 3); void setup() { r.begin(); } void loop() { result = r.process(); if ...
“Roendi (Rotary Encoder with Display) features a STM32L433 MCU, 1.28″ TFT round display and a Alps Alpine 15Pulses/30Detent encoder. It can be programed either using ST-LINK/V2 or Arduino IDE, and is ...
You can create a release to package software, along with release notes and links to binary files, for other people to use. Learn more about releases in our docs.