This is great and and I love your enclosure looks well made
@MirkoPavleskiMK3 жыл бұрын
Thanks
@klakshmana88832 жыл бұрын
hi bro how to connect com 3 port on processing software ,in my software some error shows that is frame can not resolve a variable , how to modify that error please tell me?
@MirkoPavleskiMK2 жыл бұрын
Try this: String COMx, COMlist = "3";
@nicobg18602 жыл бұрын
Did you solve the error? I just got the same!
@Vodin. Жыл бұрын
@@nicobg1860 and you?
@Vodin. Жыл бұрын
@@MirkoPavleskiMK, please man, I need you
@Vodin. Жыл бұрын
Can you say: what libraries I need to use code in processing?
@luigimorelli64443 жыл бұрын
Does the screen update when you take an obstacle out of the sensors range?
@MirkoPavleskiMK3 жыл бұрын
Yes
@ssgaming68513 жыл бұрын
kzbin.info/www/bejne/emqzeoCEfKt4qM0
@vangeziyorum97253 жыл бұрын
Is there an error in this line? arduino sometimes freezes previousTimeButton=millis(); do { currentTimeButton=millis(); if (currentTimeButton-previousTimeButton>=buttonInterval) { //5000ms geçti yazdirSureBitti=true; break; } } while(digitalRead(yazdirPin)==HIGH); //Buton basma için zaman geçti if (yazdirSureBitti==false) { print(); } yazdirSureBitti=false; // wdt_reset(); }
@nikhilsahu-en9ru Жыл бұрын
there is only arduino code in that website. I want the processing code for that project