USEFUL ONLINE ARDUINO TOOLS [external source]

Lately i've been using many arduino circuit simulators and 3D processing softwares. Just thought of putting them together so that everyone can make full use of the internet to their advantage.
The link to the full article is below, however if you're looking for a summary-

  1. Tinkercad- Arduino project simulator
  2. Everycircuit- General simulator
  3. AppInventor 2
  4. Thingiverse
  5. Fritzing
    If there's anything that you don't know about in the list, Check out the link below! Its a quick and informative read.

Read complete detailted article-

2 Likes

That's good summary so far. I just read it not full. Thanks for sharing.

thanks! i'll try it later

When you use your IDE, open a browser and make a tab for every net reference you may need.

Especially beginners should reference the Arduino.cc Reference Page to have quick lookup on any command they are not dead sure of every bit. Looking it up is a reinforcement learning technique that works, you'll get better.

The Reference Page: Arduino Reference - Arduino Reference

Add: also available from Help in your IDE.

The nexus of learning links, beginners should start with Foundations; https://www.arduino.cc/en/Tutorial/HomePage

Foundations links to Programming explain what the Tutorial Examples do not; variables, functions, libraries, cores.

The web browser is the tool, the pages are the manual you can have right there while you code.

GREAT POST! Thank You!