The curiosity referred to here is to brush your head, unsolved cognition attracts you to dig down curiously. It is an excellent habit to like reading books. From excellence to excellence depends o...
Build a sense of purpose
A sense of purpose is a perception of the direction of doing things. You can perceive when the direction is right, you can continue to advance, and when the direction may be wrong and need to be a...
Persuade others effectively
There are several rules to effectively persuade others in social psychology: The law of reciprocity When others have given us certain benefits, we will instinctively return to each other. Th...
Effective review
The first step in effective review is to build awareness, and the key to this step is to grasp the big and let go of the small. With so many things happening, it is impossible for everything to be...
Motivation to trigger behavior
The fear of not getting what you want is the mentality of suffering Fear of losing what you already have is a mentality of loss Wanting to do but unwilling to bear the possible unfavorable r...
Effective action
To judge whether an action is an effective action, it depends on whether the action made has a substantial help in the decision-making process. Cultivating the judgment of "cutting down invalid...
Motivation to trigger action
The fundamental power that determines career achievement is the inner driving force, how much you desire to accomplish something. The one that can trigger the inner driving force is the pursuit...
Communication protocol description of X12 firmware software package
Communication protocol description of X11 firmware software package
Effective decision
Cognition and understanding are the basis of decision-making, but it does not mean that a certain decision will be made. Wrong cognition or understanding does not necessarily lead to wrong decisio...
Motivation to trigger behavior
The motivations that trigger behavior include emotions, interests, interests, positive and negative feedback, sense of mission, etc. Positive and negative feedback are one of the important forces ...
http ota upgrade for ESP8266
#include <Arduino.h> #include <ESP8266WiFi.h> #include <ESP8266WiFiMulti.h> #include <ESP8266HTTPClient.h> #include <ESP8266httpUpdate.h> #ifndef APSSID #define APSSID "APSSID" #...
Simple OTA upgrade for ESP8266
#include <ESP8266WebServer.h> #include <ESP8266HTTPUpdateServer.h> #include<time.h> #include <Ticker.h> #include <ESP8266WiFi.h> #include <WiFiManager.h> byte board_led = 4; /...