13+6 pins often a limitation of Arduino in projects where we need many pins. Here is how to increase the number of digital pins in Arduino. You know that 13 pins are digital. 6 analog pins also can be used as digital in this way : [crayon-69ff27fa1993f933359777/] So actually we can refer Analog Pin 5 in this way : [crayon-69ff27fa19945749860791/] Technically we can use the TX/RX. But TX/RX on … [Read more...]
Computer and Internet
Computer and Internet is catchall section of core computing categories including Cloud Computing, Digital Photography, Virtualization, Networking, Protocols and Others' which are not otherwise more subcategorized. Here also you will get unique articles and news on computer hardware, Software, Networking and Protocols.
What is IBM Data Science Experience (DSx)?
We talked about Jupyter Notebook, IDEs for Data Science, Python packages for Data Science etc. It is normal to hear about IBM Data Science Experience. Definitely you noticed that we have not included it in our IDE or other lists. Then, What is IBM Data Science Experience (DSx) Which Can Not Be Listed Among Those Articles? IBM Data Science Experience is a platform for data science for working with … [Read more...]
List of Good IDEs for Data Analysis, Data Science
After Electron project developed, the number of IDEs, text editors started to spam the whole earth. Some are just another fork, some are unusable. We have tested excluding the junks from zillions of ides. Here is a List of Good IDEs for Data Analysis, Data Science. It is sane to think about using Microsoft Visual Studio Code or Atom Editor as main software unless except Data Analysis, Data Science … [Read more...]
Why Hadoop Distributions Like From Cloudera, Hortonworks Exist?
Normally we write guides on how to install using official Apache repository (or their Github repo) for Hadoop, Spark etc. If you are new in data science/big data, it is normal to ask yourself why Hadoop distributions like from Cloudera, Hortonworks exist?. Well, this matter is not unique for Big Data tools. This vendor matter starts from MySQL - original MySQL, MariaB, Persona … [Read more...]
Setup Visual Studio Code For IBM API & Bluemix on Mac
In previous series of guides we configured Microsoft Visual Studio Code for common things like Arduino, WordPress development and debugging. In this guide we will discuss how to setup Visual Studio Code For IBM API and Bluemix on Mac. We will integrate CloudFoundry, Bluemix CLI and IBM Developer CLI. There are additional plugins for Microsoft Visual Studio Code which are useful for many Big Data … [Read more...]
How To Play MP3 On Arduino With No Shield, No SD Card
It is a suggested guide to try for learning the basic and understand which components needed for which work. Electronic components are essentially cheap and not everyone on this earth has huge money to spend to learn electronics. Here is how to play MP3 on Arduino with no shield, no SD card at lower bit rate for few seconds. What normally used for projects like our Arduino door bell is a buzzer. … [Read more...]
Linux-Based Embedded System Vs Microcontroller-Based Embedded System
We know that microcontroller can be programmed like we do with Arduino, also some micro controllers can run special versions of operating systems including Linux. or Run OS. What is Difference Between Linux-Based Embedded System Vs Microcontroller-Based Embedded System? It obvious that Linux system will be much more power hungry and not friend to battery, also may require cooling, and total thing … [Read more...]
Setup Visual Studio Code on Mac For Debugging Arduino, WordPress : Part 4
In this guide we will shows how to setup Atom Editor & CLI to complete the setup. This is the Part 4 of How to Setup Visual Studio Code on Mac For Debugging Arduino, WordPress series of tutorial article. As for quick recapitulation, in the last three articles in this series we talked about : In part 1 we talked about how to get started and have basic setup for both In part 2 we talked … [Read more...]
Big Data Analytics Solutions: On-Premise versus in the Cloud
Objective of this article Big Data analytics solutions on-premise versus in the cloud is not limited to comparing on-premise and in the cloud big data analytic solutions but to serve some other goals like clarification of our limitation for the existing guides on localhost or test setup. Although in the context of Big Data analytics solutions, conventionally various websites compare on-premise … [Read more...]
How To Change the Theme, Font, Syntax Highlighting of Arduino IDE
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...]