
ESP8266
huangkj-henan
项目工程师,负责新产品的规划,研发,生产。批量产品的跟单和技术支持。
展开
-
esp8266应用笔记
开发工具硬件AI-Thinker的小黄板,内置1MB的Flash。USB转UART板5V电源软件资源采用了安信可得IDE,该IDE可以运行在windows中,不需要linux环境,使用起来非常方便。SDKSDK采用了espressif的官方sdk, esp8266_iot_sdk_v1.4.0_15_09_18。 该源代码中的AT代码存在问题,已经由安信可的工程师进行了修复。非常棒A原创 2016-04-28 09:18:20 · 2862 阅读 · 0 评论 -
https://github.com/espressif/esp8266_mp3_decoder
I2S MP3 webradio streaming example//I2S MP3 webradio流例子This is an example of how to use the I2S module inside the ESP8266 to output sound. In this case, it is used to output decoded MP3 data (actually翻译 2016-06-10 18:49:21 · 7589 阅读 · 1 评论 -
Ubuntu下开发ESP8266
Linux下开发ESP8266ESP8266开发工具主要步骤xtensa-lx106-elf下载xtensa-lx106-elf,并且解压到~/esp/目录下;cd ~/esp/tar -xzf xtensa-lx106-elf-linux64-1.22.0-88-gde0bdc1-4.8.5.tar.gzESP8266_RTOS_SDK下载ESP8266_RTOS_SDK到~/e...原创 2018-10-17 18:02:08 · 1505 阅读 · 0 评论 -
Ubuntu下开发ESP32
Ubuntu下开发ESP32ESP32开发工具主要步骤xtensa-esp32-elf下载xtensa-esp32-elf,并且解压到~/esp/目录下;cd ~/esp/tar -xzf xtensa-esp32-elf-linux64-1.22.0-80-g6c4433a-5.2.0.tar.gzesp-idf下载esp-idf到~/esp/目录下;cd ~/espgit ...原创 2018-10-17 18:02:23 · 635 阅读 · 0 评论