5

Login - Tinkercad

Swiatla zostaly polaczone teraz dzialaja razem i sa zadowolone ze soba

input/output czujnikow z kodem

https://docs.arduino.cc/programming/

Serial.begin(bit/s predkosci transmisji z pc)

ustalamy predkość, bo komunikacja po kablu jest bardzo prostym protokołem - praktycznie czyste bity, PC nie wie jaka jest predkosc dlatego monitor musi byc dostosowany do odbierania w tej samej wartosci.

Podobnie jak usb

Research standardy przysylu po kablach, czemu nie umeisz tego ze studiuuffff??

czy komputer sie zgadza na komunikacje czy arduino by wysylalo bity niezaleznie czy jest podpiete?

random number co 5s:

void setup()
{
Serial.begin(9600);
Serial.println("starting...");

}

void loop()
{

Serial.println("Generating numer from 1 to 10...");
Serial.println(random(1,10));
Serial.println("");
delay(5000);

}

Fun fact po szukaniu w dokumentacji "random" wypada jedynie strona po niemiecku <3 przeznaczenie, duolingo dopadnie cie wszedzie, pomocy

stale i zmienne definicja

kto wymyślił scratcha? czy bloki zawsze maja te same kolory? w sensie arduino - lego- scratch? Moze lego dziala na arduino?

Scratch was conceived and designed through collaborative National Science Foundation grants awarded to Mitchel Resnick and Yasmin Kafai.[9] Scratch is developed by the MIT Media Lab

Scratch takes its name from a technique used by disk jockeys called "scratching", where vinyl records are clipped together and manipulated on a turntable to produce different sound effects and music. Like scratching, the website lets users mix together different media (including graphics, sound, and other programs) in creative ways by creating and "remixing" projects, like video gamesanimationsmusic, and simulations.

cute!

tak, lego używa scratcha!

tak, tinkercad tez uzywa scratcha!

C++ vs. The Arduino Language?
What are the advantages of each language when using the Arduino? I’m thinking this is a good general question, but I’ll add a bit about why I’m asking if anyone wants to give me a tip. I’m experi…

przycisk monostabilny czyli ma jeden stan - wyłączony i działą tylko jak się trzyma

C++ vs. The Arduino Language?
What are the advantages of each language when using the Arduino? I’m thinking this is a good general question, but I’ll add a bit about why I’m asking if anyone wants to give me a tip. I’m experi…

przycisk zwiera nóżki na skos bo taki standard - czemu?

przycisk be clicky, click clack click clack