This is article is kind of help to make the default Arduino IDE somewhat sober-looking like Microsoft Visual Studio Code's colour schemes for Arduino. Yes, autocompletion on Arduino IDE is not impossible. Here is how to change the theme, font, syntax highlighting of Arduino IDE and some ready to use themes matching with your iTerm scheme! The Arduino IDE is simply just basic, otherwise, it is not … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 3
In previous two guides - in Part 1 we talked about how to prepare and run Visual Studio Code on Mac, in Part 2 we talked how to setup environment to debug WordPress things. This is the Part 3 of how to setup Visual Studio Code on Mac for debugging Arduino, WordPress etc. In this part we will only talk about how to setup Visual Studio Code on Mac as Arduino IDE to upload code. This is really not … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 2
This is the second part of our series guide on setup of Visual Studio Code on Mac. The first part of the guide is here. In this guide we have shown to setup WordPress debug setup. Here is part 2 of how to setup Visual Studio Code on Mac for debugging Arduino, WordPress etc and this current webpage is only for final setup for WordPress. If you want to follow our guides, you must only follow our … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 1
While Visual Studio Code is the best IDE for sure but it is really difficult and tiring to try without guide. Here is how to setup Visual Studio Code on Mac for debugging Arduino, WordPress etc common things for the iTerm2 + ZSH + Homebrew Users. Those who have not setup their Mac with iTerm2, ZSH, Homebrew should read our old guide to setup. Then realize the matters of .profile file - we use … [Read more...]
Arduino IR Remote Control Module & Receiver Buying Guide
As like most of the Made in China stuffs, Arduino remote control is dirt cheap. Although they cost cheap, it is sane to know details before buying. Here is Arduino IR Remote Control Module & Receiver Buying Guide. We performed some marketing research and found there are lot of guides for doing basic to advanced things. Investing $2-$3 behind this set is not at all bad idea. Arduino … [Read more...]
Arduino Fingerprint Scanner Module GT-511C3, GT-511C1R
Fingerprint scanners are definitely interesting but not many things are known these stuffs as Open Source hardware in this niche still quite less and the module is quite complex. Here is a guide on buying Arduino fingerprint scanner module GT-511C3, GT-511C1R buying guide and basic details to not get ripped off. GT-511C3 or GT-511C1R is the part number of the stuff - if you are lucky then it will … [Read more...]
Arduino LDR/Photoresistor and LED Based Light Meter
These projects are good for the beginners to learn basic things. We are showing a basic light meter, you'll try to add a push button to start and another push button to stop. In previous articles we have shown how to create basic sound meter with microphone and Arduino. That circuit was slightly difficult. LDR aka Photoresistors are more easy electronic component. Indeed, you can directly use a … [Read more...]
Arduino and LED Bar Display : Circuit Diagram, Code
LED bar display is actually like multiple LED, it is not like Arduino modules like TM 1637. Here is a guide explaining the basics, circuit diagram, code on Arduino and LED Bar Display. We need no extra library for the LED bar display but we need correct circuit and logically correct code to use this electronic component. Big advantage of LED Bar Display is it is quite cheap, we can use with IC … [Read more...]
List of Electronics Prototyping & Project Materials
After Twelfth grade, in standard countries degrees really matters least for the intelligent and hard working persons in the field of applied science. Several times it has been proved that traditional education mostly good for nothing and humans with no traditional education became the best possible on the niche - Thomas Edison and Steve Jobs are two good examples. And in this era of information … [Read more...]
Arduino UNO Prototype Shield Tutorial
Normally we use breadboard for prototyping and various types of prototyping boards to make an Arduino project permanent. In such case, usually we do not use the Arduino development board but we use the components to build Arduino. However, not all project needs so much effort. For some, making only the non-Arduino part of circuit permanent works fine. In this Arduino UNO prototype shield tutorial … [Read more...]
Arduino Programming Language Tutorial
Sorry to inform you - Arduino Programming Language really does not exit but newbies search for it. Our this guide on Arduino programming language tutorial explains where from that "language" originated. Also why we talk about writing codes in C++, C language. Please understand that .ino file, functions like digitalWrite() hides the real programming language. Most of us possibly need to use … [Read more...]