×

Corsica Pix's video: Fabriquer un REM POD - Detecteur EMF V2 - DIY

@Fabriquer un REM POD - Detecteur EMF V2 - DIY
J'avais promis de le finir, donc voici la vidéo concernant le REMPOD Version Basée sur les Ultrasons Je pose un bout du code ici et si vous voulez la suite : contact@twaisi.fr Oui je sais, ce n'est pas cool de ne pas tout donner mais YouTube bloque certains caractères comme par exemple les chevrons Pour ceux qui ont une imprimante 3D, je peux également fournir les fichiers que j'ai modélisé Portez vous bien Twaisi REM POD ULTRASON Twaisi const byte TRIGGER = 2; // Trigger const byte ECHO = 3; // Echo const unsigned long MEASURE_TIMEOUT = 25000UL; // 25ms = 8m à 340m/s/ const float SOUND_SPEED = 340.0 / 1000; void setup() { Serial.begin(115200); pinMode(8, OUTPUT); // Red Led Buzzer digitalWrite(8, LOW); pinMode(9, OUTPUT); // Green Led digitalWrite(9, HIGH); pinMode(TRIGGER, OUTPUT); digitalWrite(TRIGGER, LOW); pinMode(ECHO, INPUT);

79

30
Corsica Pix
Subscribers
2.2K
Total Post
30
Total Views
155.9K
Avg. Views
3.4K
View Profile
This video was published on 2020-06-07 22:30:09 GMT by @Twaisi on Youtube. Corsica Pix has total 2.2K subscribers on Youtube and has a total of 30 video.This video has received 79 Likes which are lower than the average likes that Corsica Pix gets . @Twaisi receives an average views of 3.4K per video on Youtube.This video has received 30 comments which are lower than the average comments that Corsica Pix gets . Overall the views for this video was lower than the average for the profile.Corsica Pix #diy #paranormal has been used frequently in this Post.

Other post by @Twaisi