Jotforms testen
[jotform id=”232872425947062″ title=”Opgave solisten/koren”] [jotform id=”232881763328363″ title=” Opgave Standhouders”]
Formulier?
[jotform id=”232612338752051″ title=”Kerkvensterformulier”]
eigenarduino
Lessen voor gevorderden in pdf 2018 2019 met extra projecten Circuit design Veel schakelingen Meerdere lessen
Simon says
https://elektronicavoorjou.nl/arduino-project-simon-says/ Vanuit: https://elektronicavoorjou.nl/arduino-info/arduino-projecten/
Buzzer
#include <Ultrasonic.h> Ultrasonic ultrasonic(6,5);// 6 trig , 5 echo const int buzzer = 7; // pin buzzer void setup(){ pinMode(buzzer,OUTPUT); } void loop(){ int dist = ultrasonic.Ranging(CM); if (dist <…
Laser
int laserPin = 10; void setup () { pinMode(laserPin, OUTPUT); } void loop () { digitalWrite(laserPin, HIGH); delay(100); digitalWrite(laserPin, LOW); delay(100); }
Meerkleurige LCD
/*Interfacing RGB LED with Arduino * Author: Electrofun * For more information visit us: www.electrofun.co.in * Video explanation at: https://www.youtube.com/playlist?list=PLnDLZy2UodwHt3Z8bD6V8lsegmc2yGuMP */ //Defining variable and the GPIO pin on Arduino int…
Stopwatch
/* Bas on Tech – Arduino tutorial https://arduino-lessen.nl PIN AANSLUITINGEN LCD SDA is serial data SCL is serial clock GND –> GND (wit) VCC –> 5V (grijs) SDA –> A4…
