Esp32的一些资料链接
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的一些资料链接的更多相关文章
- redis 资料链接
redis 资料链接 http://blog.nosqlfan.com/html/3537.html
- python相关资料链接
后续的博客更新,会涉及到很多的python及python的框架相关的内容,这里将自己收藏的一些关于python相关资料的链接做一个整理,算是一个导航索引吧... PS:其中有些链接对应的技术团队文章, ...
- React-Native 常用组件学习资料链接
以下链接是自己开发RN工程时参考的一些不错的资料,给喜欢学习的朋友分享以下. React-Native组件用法详解之ListViewhttp://www.jianshu.com/p/1293bb8ac ...
- hadoop的相关资料链接
hadoop的资料整理博客 http://www.itpub.net/thread-1588509-1-1.html
- linux网页资料链接
http://lab.xmirror.cn/ 玄镜官网 https://blog.csdn.net/zxgmdzz/article/details/79207944 Navicat Pre ...
- java收藏的技术资料链接
TCP三次握手详解: https://blog.csdn.net/baiyan3212/article/details/81302448 ICE通信: https://blog.csdn.net/zh ...
- 【PyTorch】深度学习与PyTorch资料链接整理
欢迎来到我的博客! 以下链接均是日常学习,偶然得之,并加以收集整理,感兴趣的朋友可以多多访问和学习.如果以下内容对你有所帮助,不妨转载和分享.(Update on 5,November,2019) 1 ...
- 【HanLP】资料链接汇总
Java中调用HanLP配置 HanLP自然语言处理包开源官方文档 了解HanLP的全部 自然语言处理HanLP 开源自由的汉语言处理包主页 GitHub源码 基于hanLP的中文分词详解-MapRe ...
- HTML5规范-相关资料链接(大多都是英文文档)
网站做的更规范,尽量选择正确的HTML5结构元素.地址:http://html5doctor.com/happy-1st-birthday-us/#flowchat 了解算法和分块 知道文档 ...
随机推荐
- codeforces E. The Contest(最长上升子序列)
题目链接:https://codeforces.com/contest/1257/problem/E 题意:给三个序列k1,k2,k3,每个序列有一堆数,k1是前缀,k3是后缀,k2是中间,现可以从任 ...
- leetcode 72.编辑距离(dp)
链接:https://leetcode-cn.com/problems/edit-distance/submissions/ 设dp[i][j]表示串s1前i个字符变换成串s2前j个字符所需要的最小操 ...
- CSS-透明背景色兼容
IE 不支持透明背景色 使用fileter div{ backgournd: #666; filter:alpha(opacity=50); -moz-opacity:0.5; opacity:0.5 ...
- JS高级---为内置对象添加原型方法
为内置对象添加原型方法 我们能否为系统的对象的原型中添加方法, 相当于在改变源码 我希望字符串中有一个倒序字符串的方法 //我希望字符串中有一个倒序字符串的方法 String.prototype. ...
- 2.6 XML配置:XML文件节点说明
来源:http://blog.csdn.net/five3/article/details/25907693 TestNG的DTD检查文件:http://testng.org/testng-1.0.d ...
- PHP获取用户的真实IP地址,非代理IP
function getClientIP(){ global $ip; if(getenv("HTTP_CLIENT_IP")){ $ip = getenv("HTTP_ ...
- Hadoop架构: 关于Recovery (Lease Recovery , Block Recovery, PipeLine Recovery)
该系列总览: Hadoop3.1.1架构体系——设计原理阐述与Client源码图文详解 : 总览 在HDFS中,有三种Recovery 1.Lease Recovery 2.Block Recover ...
- 用Eclipse+Maven+Jetty构建Java Web开发环境(详细笔记)
(软件环境) 『系统』Windows 10 x64 『JAVA』JDK 1.8.0_91 『Eclipse』 Eclipse-oxygen 『Maven』 apache-maven-3.6.3 『Je ...
- JS高级---体会面向对象和面向过程的编程思想
体会面向对象和面向过程的编程思想 ChangeStyle是自定义的构造函数,再通过原型添加方法的函数. 实例化对象,导入json参数,和创建cs,调用原型添加的方法函数 过渡,先熟悉记忆 <!D ...
- Comparable
为什么会有Comparable与Comparator接口? 引入策略模式 目录 引入 Comparable接口的来龙去脉 引入Comparator接口 什么是策略模式? 使用了策略模式有什么好处? ...