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
- Host: GitHub
- URL: https://github.com/bulletsentence/arduinotinkercard
- Owner: BulletSentence
- Created: 2020-09-21T13:04:21.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-09-27T15:23:25.000Z (over 5 years ago)
- Last Synced: 2024-12-30T20:42:35.683Z (over 1 year ago)
- Language: C++
- Size: 398 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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

Resistor

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

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
