/ArduinoTinkercard

Arduino programming using Tinkercard simulator

Primary LanguageC++

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

Resistor

Capture

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

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