Arduino IDE Virtual BreadBoard-dal

czizsoart
Újonc
Újonc
Hozzászólások: 7
Csatlakozott: 2019. február 19. kedd, 20:01

Arduino IDE Virtual BreadBoard-dal

Hozzászólás Szerző: czizsoart »

Tudja valaki, hogy az Arduino IDE-ben megírt kódot hogyan lehet áttölteni a Virtual Breadboardban összerakott áramkörbe? Számos videóban látható, hogy amikor VBB-ben elkészíetenek egy kapcsolást, akkor átvált az IDE környezetbe, ott ugyanúgy a feltöltésre kattint, mintha fizikai Arduino panelra töltené, de a kód a VBB-ben összerakott áramkört vezérli.

Hogy kell a két progi között kapcsolatot létesíteni?
Avatar
csegebiga
Chipgyilok
Hozzászólások: 288
Csatlakozott: 2015. március 27. péntek, 21:27

Re: Arduino IDE Virtual BreadBoard-dal

Hozzászólás Szerző: csegebiga »

VBB tutorial
Getting Started #4 : Blink a L.E.D with Arduino IDE


In this tutorial we will
1 Create a New Project
2 Place an Arduino component
3 Place a LED on Pin 13
4 Save the project as a Local project named Blink
5 PowerUp the circuit to launch the Arduino IDE
6 Edit the Arduino code and Export the binary to run the simulation
I7 terate by reapeatedly editing the code and exporting the binary to reload the project

PowerUp the circuit to launch the Arduino IDE
When the circuit is powered up with the Arduino UNO component set the 'Arduino IDE Monitor' VBB will check the project directory for a .ino file or it will create one and then it will launch the Arduino IDE with this .ino file
Click the 'PowerOn' button

Export Binary
The job of the Arduino IDE is to convert (compile) source code into a binary file (.hex) that the AVR microcontroller can understand and execute.
Select the 'Export Binary Binary' from the Sketch Menu
If there are no errors a .hex file will be created
The .hex file will be loaded by the virtual AVR and start executing
Observe the LED blinking!

innentől gugli fordító is értelmes alternatíva lehet
Avatar
csegebiga
Chipgyilok
Hozzászólások: 288
Csatlakozott: 2015. március 27. péntek, 21:27

Re: Arduino IDE Virtual BreadBoard-dal

Hozzászólás Szerző: csegebiga »

kipróbáltam, működik.
Válasz küldése