Jedyny taki DIY kontroler RC z wyświetlaczem dotykowym. Oparty na arduino nano oraz module nrf24l01. Zainteresowani??? Zapraszam do oglądania jak i komentowania 🙂 Link do schematu oraz kodów arduino: https://drive.google.com/drive/folders/1kcmR67jjS5Kp0IyclBav9uhc8ge2u1gw?usp=sharing , https://i.ytimg.com/vi/hOxRFGWUZ98/hqdefault.jpg sourceContinue Reading

00:00 How to make Mobile Controlled Robot Arduino Based 01:19 Circuit Diagram of Mobile Controlled Robot Arduino Based 01:24 Bill of Material 01:28 Hardware Assembly / Project Making 01:28 Project Working 08:37 Hardware Explanation 10:00 Program Explanation 12:09 Final Project Working Download Like For Circuit Diagram, Material List, Program, AndroidContinue Reading

This is an online course I have been taught by brilliant institution online “Robominors”. It’s a collection of all my work based on multiple sessions in different days as Arduino 1 Certification. Arduino board it’s hardware was sent by the institute & course was taught online. I want to showContinue Reading

Published On- 17 August 2020 For Any ‘Copyright’ Issues Please Mail Us In The Channel ‘About’ Tab Code- int keyboard; void setup() { Serial.begin(9600); pinMode(13, OUTPUT); } void loop() { keyboard = Serial.read(); if (keyboard == ‘H’) { digitalWrite(13, HIGH); Serial.println(“LED ON”); } if (keyboard == ‘L’) { digitalWrite(13, LOW);Continue Reading