ITEADLIB_ESP8266_9600

所属分类:单片机开发
开发工具:Visual C++
文件大小:12KB
下载次数:11
上传日期:2015-12-03 20:19:08
上 传 者cha0s
说明:  用于arduino的8266模块的库文件,省略了at指令等等功能
(this is the files about 8266esp)

文件列表:
ITEADLIB_ESP8266_c\examples\chatServer\chatServer.ino (2442, 2014-10-14)
ITEADLIB_ESP8266_c\examples\udpSendReceivingString\udpSendReceivingString.ino (2223, 2014-10-14)
ITEADLIB_ESP8266_c\examples\webclientRepeating\webclientRepeating.ino (3055, 2014-10-14)
ITEADLIB_ESP8266_c\examples\webserver\webserver.ino (2700, 2014-10-14)
ITEADLIB_ESP8266_c\examples\wifiTest\wifiTest.ino (1896, 2014-10-14)
ITEADLIB_ESP8266_c\keywords.txt (1072, 2014-10-14)
ITEADLIB_ESP8266_c\uartWIFI.cpp (21539, 2014-11-27)
ITEADLIB_ESP8266_c\uartWIFI.h (3233, 2014-10-14)
ITEADLIB_ESP8266_c\examples\chatServer (0, 2014-10-14)
ITEADLIB_ESP8266_c\examples\udpSendReceivingString (0, 2014-10-14)
ITEADLIB_ESP8266_c\examples\webclientRepeating (0, 2014-10-14)
ITEADLIB_ESP8266_c\examples\webserver (0, 2014-10-14)
ITEADLIB_ESP8266_c\examples\wifiTest (0, 2014-10-14)
ITEADLIB_ESP8266_c\examples (0, 2014-10-14)
ITEADLIB_ESP8266_c (0, 2014-10-14)

# ESP8266 library # When you use with UNO board, uncomment the follow line in uartWIFI.h. #define UNO When you use with MEGA board, uncomment the follow line in uartWIFI.h. #define MEGA ## Connection: ## When you use it with UNO board, the connection should be like these: ESP8266_TX->D0 ESP8266_RX->D1 ESP8266_CHPD->3.3V ESP8266_VCC->3.3V ESP8266_GND->GND FTDI_RX->D3 //The baud rate of software serial can't be higher that 19200, so we use software serial as a debug port FTDI_TX->D2 When you use it with MEGA board, the connection should be like these: ESP8266_TX->RX1(D19) ESP8266_RX->TX1(D18) ESP8266_CH_PD->3.3V ESP8266_VCC->3.3V ESP8266_GND->GND When you want to output the debug information, please use DebugSerial. For example, DebugSerial.println("hello"); ## Attention ## **Note1**: The size of message from ESP8266 is too big for arduino sometimes, so the library can't receive the whole buffer because the size of the hardware serial buffer which is defined in HardwareSerial.h is too small. Open the file from \arduino\hardware\arduino\avr\cores\arduino\HardwareSerial.h. See the follow line in the HardwareSerial.h file. #define SERIAL_BUFFER_SIZE *** The default size of the buffer is ***. Change it into a bigger number, like 256 or more. The SRAM size of mega is bigger than UNO's, so it is better to use MEGA board to communicate with ESP8266. **BUG**: When you use this library and receive the http package, it might miss some characters because the library can't process so much data in the same time. **Created by Stan Lee(Lizq@iteadstudio.com)** 2014/10/8 **Modified version** V1.0 released the first version of ESP8266 library

近期下载者

相关文件


收藏者