NodeMcu NodeMCU is an open source IoT platform. Which includes firmware which runs on the ESP8266 Wi-Fi Module from Espressif Systems,and hardware which is based on the ESP-12 module. The term “NodeMCU” by default refers to the firmware rather than
Understanding Serial Communication in Arduino
What is Serial Communication ? Serial Communication is based on Serial 8bit data transfer or data transmission vice-versa Rx & Tx . Rx said to Receiver and Tx said to Transmission. USART (Universal Synchronous Asynchronous Receiver) located in Arduino Board. It
History of Arduino
What is Arduino 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
Trick to Solve Pumping Lemma
Pumping Lemma Pumping lemma is used to prove that a language is not regular. To prove this the following three conditions must satisfy: xyiz where i≥0 |y|>0 |xy|≤P Let us consider an example A={yy/y€{0,1}* } Proof: we know that *
Start Arduino Coding
Basic Arduino Coding Pins in Arduino Digital I/O Pins { LED to Blink } Analog (Potentiometer) { Reading Temperature } PWM (Pulse Width Modulation) { Control Brightness, Speed } How To Used Digital I/O pins DECLARE PIN ARE USED int pinnumber =
Top 10 Video Editing Software
Video Editing: Video editing is the manipulation and arrangement of video images. Video editing is used to structure and present all video information, including films and television shows, video advertisements and video essays. Video editing has been dramatically democratized in recent years
Top Freelancing Websites
Freelancer Looking for the freelancing websites. A freelancer or freelance worker is a term commonly used for a person who is self-employed and is not necessarily committed to a particular employer long-term. So, We need a path or a surface from where we can
Basics of Arduino Programing
Arduino is basically used C,Cpp Syntax where if,else,loop(while,for,do_while),switch,break,continue. Structure & Flow Operators Built-in Functions Variables, Arrays, and Data Libraries Structure & Flow Basic Program Structure void setup() { // Runs once when sketch starts } void loop() { // Runs
Body+Mind=Genius
Body+Mind=Genius Eat a well-balanced diet. Having a well-balanced diet is one of the most important parts of maintaining a generally healthy body. + One Better Mind is simple, effective method for thinking through and Solved problem and organized thoughts. = Excellent Person And
PHP (Hypertext Preprocessor)
PHP is a server-side scripting language designed for web development but also used as a general-purpose programming language. As of January 2013, PHP was installed on more than 240 million websites (39% of those sampled) and 2.1 million web servers.