New version 1.2.0 of chattering avoidance library “B2CS” is available. Continue reading Version 1.2.0 update for “B2CS” library
Release 2018.4.26
Release 2018.4.26
New version 1.2.0 of chattering avoidance library “B2CS” is available. Continue reading Version 1.2.0 update for “B2CS” library
Release 2017.11.15
A new function “ReadOnce” was added to the chattering avoidance library “B2CS”. I think it makes you easy to judge a push.
Release 2017.10.22 / Update 2018.9.25
I have been struggled in part 1 and part 2 to read rotary encoder precisely. In this article, I wrote a new sketch for encoder combining those two wisdom.
I called it “Dual Encoder”. Continue reading Using rotary encoder part 3 : “Dual Encoder”
Release 2017.6.26 / Update 2018.4.30
“ゲージ判定”を使ったチャタリング回避ライブラリを作ってみました。Arduino用です。 Continue reading 「B2CS」Arduino用自作ライブラリプログラミングでチャタリング回避
Release 2017.4.20 / Update 2017.10.22
Previously, I wrote about efficient Sketch how to use click type Rotary encoder. But, it wasn’t for non-click type encoder.
So I will try write new Sketch for it, and more, it makes worth to High-Resolution. No need extra electronic parts, just a Sketch. Continue reading Using rotary encoder part 2 : High-Res with “non-click”
Release 2016.12.17 / Update 2017.10.22
If you want to control the value step by step with Arduino, it is a quick way to ‘analogRead’ using a variable resistor. 、But, Continue reading Using rotary encoder part 1 : attachInterrupt
Release 2016.12.1 / Update 2017.6.26
I wrote a article about using MIDI by ‘Software Serial’. In this article, I also mentioned to how to ‘avoiding switches chatter’. This is new version of the method in old article. But for someone who never interested in MIDI, I write this method in this article again. Continue reading Chattering avoidance by programming : part 2
Release 2016.8.19 / Update 2017.6.26
Lighting LED is your first task with the Arduino. Then you use a switch for the next step, don’t you?