An open API service indexing awesome lists of open source software.

https://github.com/bulletsentence/arduinotinkercard

Arduino programming using Tinkercard simulator
https://github.com/bulletsentence/arduinotinkercard

Last synced: 4 months ago
JSON representation

Arduino programming using Tinkercard simulator

Awesome Lists containing this project

README

          

# Arduino & Tinkercard ⚙
Arduino programming using Tinkercard simulator

-----

# Ports 📌

GND


* Ground Port


5V


* Volt Port


-----

# Wires 🔌

Black - Ground Wire


* Ground Wire

It takes energy from the circuit

Red - Energy Wire


* Volt Wire

It gives energy to the circuit

-----

# Peripherals 🛠

Protoboard


Device with multiple serial ports

Connections are shared in series with other port pins

![Capture](https://user-images.githubusercontent.com/37451620/93883412-e803cf80-fcb7-11ea-852d-2c1eee68b2cc.JPG)

Resistor

![Capture](https://user-images.githubusercontent.com/37451620/93900120-66b63800-fccb-11ea-996b-6036b00c841a.JPG)

Arduino


Arduino Board



* Amper: 40mA

Led


Led lamp device

The "+" is for power, and the "-" is for ground, the bigger wire is the "+" and the smaller is the "-"



* Amper: 15mA

------

# Setting Up Things 🕹

Setting up a Motor


1. Connect the red wire on 5v port

The red wire is for volts

2. Connect the black wire on GND port

The black one is for grounding

![Capture](https://user-images.githubusercontent.com/37451620/93835796-ccb4a800-fc56-11ea-83eb-242b0519ef4e.PNG)

Setting up a Motor with Protoboard


1. Connect the red wire on the protoboard

The red wire is for volts

2. Connect the black wire on a diferent protoboard port (vertical)

The black one is for grounding


3. Connect the 5v volt port from arduino on a vertical pin where is placed the motor red wire

They share the same vertical ports so they need to be in the same vertical line


4. Connect the Ground volt port from arduino on a vertical pin where is placed the motor Black wire

They share the same vertical ports so they need to be in the same vertical line

![Capture](https://user-images.githubusercontent.com/37451620/93836886-895c3880-fc5a-11ea-8936-c4bb0115f6b5.PNG)