Previously found on the forum a ESP8266 can control the GPIO0 firmware and app, but do the home AV lighting system is required to control multiple IO to control the STM32. Learn about Gpio control methods by watching Daming's video.The data is received in the APP\USER\AT_IPCMD.C of the firmware. By identifying the sent over is the string G P I O 0 = 0 and then the corresponding Gpio settings.A number of workarounds are shown in the GPIO4 operation. Th
The entire tutorial makes an HTTP client for uploading Yeelink data points.1 Get Account http://www.cnblogs.com/imfanqi/p/4419915.html2 Code Tutorial http://www.windworkshop.cn/?p=1217#include Arduino IDE for ESP8266 Tutorial (iii) HTTP client
The functions implemented:led_1and theled_2can be used simultaneouslyAPPand theKEY1and theKEY2button (short press) controlsuitable for entry-level Meng Xin, big guy please skip, thank you! Features: Led_1 and led_2 can be controlled simultaneously with app and KEY1 and KEY2 keys (Short press)First, the hardware circuit and the development environment construction1. Hardware circuitFirst is from a treasure purchase WiFi module ESP8266 NODEMCU, I bought
This article is using the esp8266-07 serial to WiFi module.Hardware connectionA total of the following lines are to be received:ESP8266Tx-->rxRx-->txvcc-->3.3vGnd-->gndCh_pd--> High LevelRst--> High LevelGpio15-->gndCircuit diagram as follows, can not be as strict as the minimum system, I power directly using the USB port on the 3.3v, pull up, pull-down resistor can also be used.Start
Connect the serial port to the computer, the module blue a
1, using AMS1117 to build a 3.3V output circuit2, ESP8266 ESP-01 wiringAs long as you connect the UTXD, GND, CH_PD, VCC, urxd these five pins can be used directly.Note that the CH_PD is to be connected to high level.3, using the TCP232 serial function test3.1 Open serial assistant, baud rate set to 1152003.2 When the power is restarted, the Blue lantern flashes a few times, then the serial assistant also has the information output. After the output is
One. Configure WiFi mode1.Station Mode: Station is the AP client mode, the wireless card as the receiving point mode (accept)2.AP Mode: AP is the meaning of the base station, is the meaning of the transmitting station, wireless router (send)3.AP and Station modeConfigured with: at+cwmode=x (x = #)such as:at+cwmode=2Response: OK---------------------------------------------------------------------------Two. Set the parameters in AP modeSetup directive: at+ cwsap= Instruction is valid only after
This is the use of this paragraphBecause this default is the firmware that supports the AT command, so we're going to brush Nodemcu'sFirst look at the wiringGPIO0 default is operating mode (no wiring). If the next low level is the download mode (to the module brush firmware!!) ) So the low level is connected. CH_PD high level, the rest can not be wired except TX,RX.The rest is actually almost the same as my article NODEMCU preliminary studyThe first is to download the tools and firmware you need
mode hasStation mode differs from AP mode in that station mode requires that the module be connected to WiFi on the home router. The rest is the same!Let the module in station mode to do the server, and then communicate with the computer (to a WiFi, the computer and the module connected to the same WiFi signal)1, send at+cwmode=1 set to station mode2,at+rst Restart Effective3, connect home routing at+cwjap= "Tp-link_a52", "1234567890"Yes, send At+cwlap can query the wifi signal around.Yes, send
Modify the SSID and passwd, the program burned to 8266, waiting for the serial port to return the successful connection message, after the successful connection can see the return of an IP address, using the browser azimuth this IP address can see this message:After connecting the router, return the IP address 192.168.1.104The phone is connected to the same router, enter 192.168.1.104, get (for, the IP address can be replaced)This is the string returned to the browser in Handlemain.You can then
2018-04-0319:12:02From playing Micropython to the present, all the way the thorns all the way bumpy.I do not know that only I encountered such a problem or micropython too unstable, or I bought the board is too rough. In short, there are too many problems.The most important, but also the most annoying problem is: brush does not enter the program, brush not into the program.I use a lot of software:In the end, still can not solve the problem, the basis is half upload, can not upload. Only the firm
Small yellow plate After the hand began to use the official app to do some simple test, such as burning AP firmware, so that the phone connected to the hot board, through the phone to the lamp, fan and other electrical appliances control.But this is after all others do, fixed good, it is impossible to say that buy such a board is to take control of a small lamp, it is too low. What you want to achieve is to write your own program. Buy the board when the business provides three video tutorials, o
Test with your own little board ...The arrangement?One, ESP8266 download and brush firmware (LUA development----Experience the charms of LUA development)Two, control a light offThird, the TCP serverFour, the TCP clientFive, UDPVI, file operation (save data to 8266 internal)Seven, peripheral operation (SPI,ADC)Eight, besides ...Ultimately, it makes it easy for everyone to doHttp://www.cnblogs.com/yangfengwu/p/7513097.htmlEasy to use 8266See download yo
Bo Master's first article, Hope Toto support.
1, the first is the wiring.
VCC corresponds to Arduino Development Board 5V
GND Connection Gnd
TXD Connect TX
Rxd receiving RX
GPI00 Connect Gnd (This is uploaded when used, upload must be grounded, otherwise it will cause upload failure)
Wiring is not very simple.
Attach a picture
2. Then download the Esp8266 extension library.
Open the IDE and click File--preferences, as shown in
Fill this URL into t
ESP8266-01 is a powerful module that can meet the needs of any of our IoT projects. Since its release, it has formed a very powerful community and evolved into an easy-to-use, inexpensive and powerful Wi-Fi module. Another popular open source platform is the Arduino Development Board, which has built up a large number of projects around the platform. Combining these two platforms will open the door for many innovative projects, so in this tutorial we
1.ESP8266 Chip Related information
ESP8266 's official website in: Http://www.espressif.com/zh-hans
NODEMCU's official website is in: http://nodemcu.com
NODEMCU Online Document Location: https://nodemcu.readthedocs.io/en/master/en/upload/
NODEMCU Open Source in: Https://github.com/nodemcu/nodemcu-firmware
NODEMCU Development tools in: https://frightanic.com/iot/tools-ides-nodemcu/
NODEMCU's Development for
Test 2017-10-2720:33:33 for the first timeThank you for this great God's summary.Http://www.cnblogs.com/yangfengwu/p/7524326.htmlThis is the content of the debug output!1ESP8266 started--pengwenzheng--2017.10. ---First test2>connecting .....3Connected,ip is 192.168.15.1684File.remove ("Init.lua");5> File.Open ("Init.lua","w+");6> w =File.writeline7> w ([==[]==]);8> w ([==[print ("\ n")]==]);9> w ([==[print ("ESP8266 [Email protected]# #2017.10.27# #f
Little Black finally has his own home: http://www.uustory.com/, Welcome to sit down.
Preface: A lot of people do game development, estimates are more or less to take the Channel SDK, what UC, when Le, 91, millet, 360 ... according to statistics the domestic market is currently less than 100 channels, but also includes some small channels without SDK. Each channel SDK
How to quickly and efficiently access the SDK-game Access SDK (only accessing the abstract framework) and sdk framework
Question: Many people who develop games probably take over the Channel SDK, UC, dangle, 91, Xiaomi, 360 ...... according to statistics, there are currently no more than 100 channels in the domestic ma
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.