Release 2017.11.15

Add new function on「B2CS」library

A new function “ReadOnce” was added to the chattering avoidance library “B2CS”. I think it makes you easy to judge a push.

「B2CS」library for Arduino

Release 2017.6.26 / Update 2018.4.30

「B2CS」Arduino用自作ライブラリプログラミングでチャタリング回避

“ゲージ判定”を使ったチャタリング回避ライブラリを作ってみました。Arduino用です。 Continue reading 「B2CS」Arduino用自作ライブラリプログラミングでチャタリング回避

Release 2017.4.20 / Update 2017.10.22

Using rotary encoder part 2 : High-Res with “non-click”

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

Using rotary encoder part 1 : attachInterrupt

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

Chattering avoidance by programming : part 2

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.11.26 / Update 2019.1.20

make MIDI device by Arduino

There was no environment that can be finished compose all in one computer When I started it. Everybody depended on MIDI which is very very useful. Continue reading make MIDI device by Arduino

Release 2016.8.28 / Update 2017.6.26

“Shooter” game on Arduino

I have explained about “How to avoid from chattering by a programming” in my article, and I made a game sketch as sample. I was allowed to further develop it. Continue reading “Shooter” game on Arduino

Release 2016.8.19 / Update 2017.6.26

Avoiding from chattering by a programming

Lighting LED is your first task with the Arduino. Then you use a switch for the next step, don’t you?

Continue reading Avoiding from chattering by a programming