http://wiki.ai-thinker.com/doku.php/utils/esp32_idf_menuconfig

 

http://wiki.ai-thinker.com/doku.php/modules/esp32_module

 

http://esp32.info/docs/esp_idf/html/index.html

 

https://github.com/espressif/esp-idf

 

http://esp-idf.readthedocs.io/en/latest/

 

http://bbs.elecfans.com/jishu_949360_1_1.html

 

http://www.arduino.cn/thread-41132-1-1.html

 

https://github.com/EspressifApp/IOT-Espressif-Android

 

https://github.com/espressif/arduino-esp32

 

https://github.com/pycom/pycom-esp-idf

 

https://github.com/pycom/pycom-micropython

 

https://github.com/whitecatboard/Lua-RTOS-ESP32

 

https://github.com/kriswiner/ESP32
https://www.oshpark.com/shared_projects/sHwYbfxM

 

https://github.com/micropython/micropython-esp32

 

https://github.com/morganrallen/esp32-kicad 原理图和元件库

 

非官方的开发包Espressif ESP32

http://www.programs74.ru
https://github.com/CHERTS/esp32-devkit

 

https://leanpub.com/kolban-ESP32

 

http://www.espressif.com/en/support/download/overview?keys=&field_type_tid%5B%5D=13

 

http://esp32.com/viewforum.php?f=13&start=50

 

https://github.com/igrr/esptool-ck

 

https://github.com/CCHS-Melbourne/iotuz-esp32-hardware

https://github.com/CCHS-Melbourne/iotuz-esp32-firmware

https://github.com/sparkfun/ESP32_Thing

 

https://github.com/cesanta/mongoose-os

 

https://github.com/delongqi/esp32_arduino

 

https://github.com/nkolban/duktape-esp32

 

https://github.com/YanMinge/esp_project

 

https://github.com/Ebiroll/esp32_ultra

 

https://github.com/Ebiroll/linux_esp32

 

https://github.com/cmason1978/esp32-examples

 

https://github.com/chrisfraser/esp32_blink

 

https://github.com/Ebiroll/esp32_weather

 

https://github.com/SeeedDocument/ESP32_Breakout_Kit

 

https://github.com/loboris/Lua-RTOS-ESP32-lobo

 

https://github.com/VALERE91/ESP32_WiFiHelper

 

https://github.com/AprilBrother/ESPea32

 

https://github.com/vowstar/xtensa-toolchain

 

https://github.com/thingSoC/TSOC_ESP32S

 

https://github.com/pfalcon/esp-sdk-tools

 

http://wiki.jackslab.org/ESP32#Xtensa_ISA

 

Esp32的一些资料链接的更多相关文章

  1. redis 资料链接

    redis 资料链接  http://blog.nosqlfan.com/html/3537.html

  2. python相关资料链接

    后续的博客更新,会涉及到很多的python及python的框架相关的内容,这里将自己收藏的一些关于python相关资料的链接做一个整理,算是一个导航索引吧... PS:其中有些链接对应的技术团队文章, ...

  3. React-Native 常用组件学习资料链接

    以下链接是自己开发RN工程时参考的一些不错的资料,给喜欢学习的朋友分享以下. React-Native组件用法详解之ListViewhttp://www.jianshu.com/p/1293bb8ac ...

  4. hadoop的相关资料链接

    hadoop的资料整理博客 http://www.itpub.net/thread-1588509-1-1.html

  5. linux网页资料链接

    http://lab.xmirror.cn/  玄镜官网 https://blog.csdn.net/zxgmdzz/article/details/79207944      Navicat Pre ...

  6. java收藏的技术资料链接

    TCP三次握手详解: https://blog.csdn.net/baiyan3212/article/details/81302448 ICE通信: https://blog.csdn.net/zh ...

  7. 【PyTorch】深度学习与PyTorch资料链接整理

    欢迎来到我的博客! 以下链接均是日常学习,偶然得之,并加以收集整理,感兴趣的朋友可以多多访问和学习.如果以下内容对你有所帮助,不妨转载和分享.(Update on 5,November,2019) 1 ...

  8. 【HanLP】资料链接汇总

    Java中调用HanLP配置 HanLP自然语言处理包开源官方文档 了解HanLP的全部 自然语言处理HanLP 开源自由的汉语言处理包主页 GitHub源码 基于hanLP的中文分词详解-MapRe ...

  9. HTML5规范-相关资料链接(大多都是英文文档)

    网站做的更规范,尽量选择正确的HTML5结构元素.地址:http://html5doctor.com/happy-1st-birthday-us/#flowchat 了解算法和分块      知道文档 ...

随机推荐

  1. JS高级---新内容课程介绍

    重点: 原型链 重点:不同的继承 原型的另一个作用 重点:this指向要知道到底是谁   复习原型 原型链 原型的指向是否可以改变 继承 如何实现继承 原型的方式继承 借用构造函数继承 组合继承 拷贝 ...

  2. 计算几何-BZOJ2618-凸包的交-HPI

    This article is made by Jason-Cow.Welcome to reprint.But please post the article's address. bzoj2618 ...

  3. opencv:霍夫直线检测

    #include <opencv2/opencv.hpp> #include <iostream> using namespace cv; using namespace st ...

  4. 1.3 使用jmeter进行http接口测试

    来源: http://www.cnblogs.com/alisapan/p/6150309.html 此篇纯是搬运记载..   一.测试需求描述 1. 本次测试的接口为http服务端接口 2. 接口的 ...

  5. 吴裕雄 python 机器学习——伯努利贝叶斯BernoulliNB模型

    import numpy as np import matplotlib.pyplot as plt from sklearn import datasets,naive_bayes from skl ...

  6. 【原】接口mock作用

    1.前后端 接口定义完成 并发开工 2.测试拿到mock接口 编写用例 3.mock接口 模拟异常服务器返回值 500 404 4.mock接口 模拟数据 不修改线上数据库

  7. RHEL7安装ZABBIX 3.2

    参考并结合: http://blog.sina.com.cn/s/blog_560130f20101bfou.html http://blog.itpub.net/20893244/viewspace ...

  8. 从游击队到正规军(三):基于Go的马蜂窝旅游网分布式IM系统技术实践

    本文由马蜂窝技术团队电商交易基础平台研发工程师"Anti Walker"原创分享. 一.引言 即时通讯(IM)功能对于电商平台来说非常重要,特别是旅游电商. 从商品复杂性来看,一个 ...

  9. java知识树

    https://blog.csdn.net/aitaozi11/article/details/79652943 (学习Java的9张思维导图) 文章目录 针对技术栈学习 1. java基础 1.1 ...

  10. java篇 之 集合

    集合   链接:https://blog.csdn.net/weixin_42504145/article/details/83119088 数组: java的数组既可以存储基本数据类型,也可以存储引 ...