dwyl / learn-iot

:seedling: Learn how to build Internet of Things (IoT) Apps using Arduino and/or Raspberry Pi in plain old JavaScript!
13 stars 1 forks source link

Using johnny five vs arduino ide (C/C++ subset) for an arduino project #15

Open naazy opened 6 years ago

naazy commented 6 years ago

I struggled to understand the pros/cons of using Johnny five vs the Arduino IDE when I first started the decibel metter so thought I'd jot this down:

Johnny five

Pros

Cons

Arduino IDE

Pros

Cons

I was initially drawn to Johnny-Five because it is written in Javascript. However I think the subset of code that you actually need to use for most simple projects is so small that getting up to grips with C/C++ is not a big deal and ends up being relatively easy due to all the tutorials out there. I think the simplicity of just being able to upload the code directly to the arduino makes using the Arduino IDE a clear winner for me.

nelsonic commented 6 years ago

http://nerves-project.org

iteles commented 6 years ago

This would probably be a good little .md file in this repo 👍