Posts

Showing posts from May, 2020

|Arduino tutorial #2|error in arduino|process return not zero result 1|TECH UTKARSH|

Image
Components required:- Arduino Uno X1:- https://amzn.to/3ddSlIs in this video I have to solve the problem on arduino error so go there and see problem solve in this way ERROR: PROCESS RETURNED NOT ZERO RESULT CODE:1''. On arduino uno Before uploading any code (for first time only to resolve error) press reset button of arduino then upload code  timing matters between pressing reset button and clicking upload code of PC or on Android. If it gives error  then try again and again until error resolve Arduino tutorial playlists:- https://www.youtube.com/watch?v=GA9dT3nFVig&list=PL-WodTTj7Ow3h8iP4iLcax1mmG2e5o_5G Project without arduino playlists:- https://www.youtube.com/watch?v=l7qEI5LAixg&list=PL-WodTTj7Ow3arinu5vaRcZvOgw3ztvO2 Unboxing video playlists:- https://www.youtube.com/watch?v=-iL8JAnyn08&list=PL-WodTTj7Ow37KygqkfVW8gDUU9LvA9fu Information about components playlist:- https://www.youtube.com/watch?v=l7qEI5LAixg&list=PL-WodTTj7Ow2Zpx-oPcYUPTCA...

|Arduino tutorial #1|Introduction of Arduino|TECH UTKARSH|

Image
Components required:- Arduino Uno X1:- https://amzn.to/3ddSlIs Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing. Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers - students, hobbyists, artists, programmers, and professionals - has gathered around this open-source platform, their contributions have added up to an incredible amount of accessible knowledge that can be of gre...