Release 2017.4.30 / Update 2017.6.18

if you failed to compile the “SKETCH” 2 Include the Library

There are differences in ‘#inlucde’ notation when using libraries in Arduino IDE. Continue reading if you failed to compile the “SKETCH” 2 Include the Library

Release 2017.4.25 / Update 2017.6.19

Test shooting of Andoer Stabilizer

I got a new camera stabilizer of Andoer. And it’s available on Youtube.

You can also watch how I have adjust it.

Review article about the stabilizer is now writing.

 

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 2017.2.15 / Update 2017.5.27

if you failed to compile the “SKETCH” 1 Function order

Since it occurs irregularly, I could not understand the cause, but there are some case that it can not be compiled with “correct syntax” on Arduino IDE. The reason why I can tell it is not wrong is because “sketches that were being compiled ordinary, before”.

It occurs when sketching to organize functions by making tabs, or copying functions from other sketches for progressing one.

Continue reading if you failed to compile the “SKETCH” 1 Function order

Release 2017.2.2

How to control your Camera Stabilizer

I uploaded to Youtube the video which shows how I hold the camera stabilizer. I will write about for more in this article.

Continue reading How to control your Camera Stabilizer

Release 2017.1.11 / Update 2018.2.24

Achieved 5,000PV

Since starting this site Aug 2016, the page view count has exceeded over 5000. Thank you very much for coming to read.

Since I’m beginner and my writing skills are not high, contents are thin yet. But, I will make effort to increase the number of articles that you will be interested in. So please keep on reading this site, thank you.

jumbler

 

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