ESP32 RTC External Wakeup

来自Jack's Lab
(版本间的差异)
跳转到: 导航, 搜索
(以“== Overview == 800px <br><br> == Quick Start == In Linux: === Install ESP-IDF === <source lang=bash> $ sudo apt-get install git...”为内容创建页面)
 
(Compile & Upload)
第32行: 第32行:
 
</source>
 
</source>
  
 +
<br><br>
 +
 +
== Reference ==
 +
 +
;;For more information please refer to:
 +
 +
* [[Noduino]]
 +
* [[Noduino Quantum]]
 +
 +
<br><br>
 
<br><br>
 
<br><br>
 
<br><br>
 
<br><br>

2016年12月3日 (六) 23:58的版本

目录

1 Overview

Quantum-7-1024.jpg



2 Quick Start

In Linux:

2.1 Install ESP-IDF

$ sudo apt-get install git wget make libncurses-dev flex bison gperf python python-serial
$ wget https://dl.espressif.com/dl/xtensa-esp32-elf-linux32-1.22.0-59.tar.gz
$ mkdir -p toolchain
$ tar zxf xtensa-esp32-elf-linux32-1.22.0-59.tar.gz -C toolchain
$ export PATH=$PATH:`pwd`/toolchain/xtensa-esp32-elf/bin
$
$ git clone --recursive git://github.com/icamgo/esp-idf.git
$ export IDF_PATH=`pwd`/esp-idf



2.2 Compile & Upload

$ cd esp-idf/examples/20_ext_wakeup
$ make menuconfig
$ make flash



3 Reference

For more information please refer to





















个人工具
名字空间

变换
操作
导航
工具箱