

HOW TO MAKE RIVER CLEANING BOAT| BEST FOR SCHOOL PROJECTS| ENVIRONMENT PROJECT|
11,079
Socialcounts.Org
170
likes
55
comments
daily view 0
monthly view 0
Live Analytics
Comments 0
HOW TO MAKE RIVER CLEANING BOAT| BEST FOR SCHOOL PROJECTS| ENVIRONMENT PROJECT| Analytics Table
Income Estimates for HOW TO MAKE RIVER CLEANING BOAT| BEST FOR SCHOOL PROJECTS| ENVIRONMENT PROJECT|
Based on this YouTube video's total view count of 11.0K views and industry-standard rates, the estimated total earning is $8 - $22 through ad revenue. Historical data is not yet available to calculate daily, weekly, or monthly averages.
About HOW TO MAKE RIVER CLEANING BOAT| BEST FOR SCHOOL PROJECTS| ENVIRONMENT PROJECT|
Explore HOW TO MAKE RIVER CLEANING BOAT| BEST FOR SCHOOL PROJECTS| ENVIRONMENT PROJECT| with 11,079 views, 170 likes, and 55 comments. Experience the impact of this video content that has captured audience attention.
ARDUINO CODE : char t; void setup() { pinMode(13,OUTPUT); //left motors forward pinMode(12,OUTPUT); //left motors reverse pinMode(11,OUTPUT); //right motors forward pinMode(10,OUTPUT); //right motors reverse pinMode(9,OUTPUT); //Led Serial.begin(9600); } void loop() { if(Serial.available()){ t = Serial.read(); Serial.println(t); } if(t == 'F'){ //move forward(all motors rotate in forward direction) digitalWrite(13,HIGH); digitalWrite(11,HIGH); } else if(t == 'B'){ //move reverse (all motors rotate in reverse direction) digitalWrite(12,HIGH); digitalWrite(10,HIGH); } else if(t == 'L'){ //turn right (left side motors rotate in forward direction, right side motors doesn't rotate) digitalWrite(11,HIGH); } else if(t == 'R'){ //turn left (right side motors rotate in forward direction, left side motors doesn't rotate) digitalWrite(13,HIGH); } else if(t == 'W'){ //turn led on or off) digitalWrite(9,HIGH); } else if(t == 'w'){ digitalWrite(9,LOW); } else if(t == 'S'){ //STOP (all motors stop) digitalWrite(13,LOW); digitalWrite(12,LOW); digitalWrite(11,LOW); digitalWrite(10,LOW); } delay(100); } ARDUINO DIAGRAM : Serial.read
About YouTube Real-Time View Count
With SocialCounts.org’s view counter, track your YouTube video’s live view count and YouTube likes count in real time with fast, reliable updates.
Watch every YouTube video live view count rise with our real-time YouTube views tracker—built for accuracy and minimal delay.
Follow YouTube real time views as they happen, using our dedicated view counter for YouTube videos.
Get up-to-date live view count on YouTube and see real-time growth with SocialCounts.org’s smart tracking tools.
Embed Widget
Parameters:
fullscreen=true- Fullscreen countergraph=true- Live graph chartcounter=0/1/2- Select counter (0=likes, 1=views, 2=comments)
URL
Click to copy the embed URL to your clipboard