Release 2017.5.20 / Update 2017.6.19

TIPS for finding bugs

You may unforcely fail to right code sometimes when you modify it. If the sketch isn’t long, it doesn’t matter. But the more big project makes it more difficult to find the bug.

On this article, I show you how I find it. These are TIPS for finding bugs when compile is OK.

Continue reading TIPS for finding bugs

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.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 2016.9.7 / Update 2017.6.18

Use OLED with “u8glib” : part 3

This article is about how to draw texts and values on screen. Continue reading Use OLED with “u8glib” : part 3

Release 2016.9.3 / Update 2017.6.18

Use OLED with “u8glib” : part 2

I wrote article about how to run “u8glib” sample sketch previously.

Continue reading Use OLED with “u8glib” : part 2

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