Skip to content

Commit 604ddd0

Browse files
init
0 parents  commit 604ddd0

File tree

1,289 files changed

+146454
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,289 files changed

+146454
-0
lines changed

.DS_Store

6 KB
Binary file not shown.

.cproject

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
3+
<storageModule moduleId="org.eclipse.cdt.core.settings">
4+
<cconfiguration id="org.eclipse.cdt.core.default.config.868566152">
5+
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.868566152" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
6+
<externalSettings/>
7+
<extensions/>
8+
</storageModule>
9+
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
10+
</cconfiguration>
11+
</storageModule>
12+
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
13+
<pathentry excluding="**/CMakeFiles/**" kind="out" path="build"/>
14+
</storageModule>
15+
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
16+
</cproject>

.project

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>ESP32_WiFi_Example</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.cdt.core.cBuilder</name>
10+
<triggers>clean,full,incremental,</triggers>
11+
<arguments>
12+
</arguments>
13+
</buildCommand>
14+
</buildSpec>
15+
<natures>
16+
<nature>org.eclipse.cdt.core.cnature</nature>
17+
<nature>org.eclipse.cdt.core.ccnature</nature>
18+
<nature>com.espressif.idf.core.idfNature</nature>
19+
</natures>
20+
</projectDescription>

CMakeLists.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# The following five lines of boilerplate have to be in your project's
2+
# CMakeLists in this exact order for cmake to work correctly
3+
cmake_minimum_required(VERSION 3.5)
4+
5+
include($ENV{IDF_PATH}/tools/cmake/project.cmake)
6+
project(wifi_station)

Makefile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
#
2+
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
3+
# project subdirectory.
4+
#
5+
6+
PROJECT_NAME := wifi_station
7+
8+
include $(IDF_PATH)/make/project.mk

README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# ESP32 WiFi Example
2+
3+
-----------------------
4+
5+
<img src="./assets/axden_esp32.jpg">
6+
<br>
7+
8+
AXDEN ESP32 RTOS WiFi Example
9+
10+
-----------------------
11+
12+
### ESP32 WiFi terminal
13+
<br>
14+
15+
baudrate : 9600
16+
<br>
17+
18+
<table>
19+
<tr align="center">
20+
<td>WiFi Connect and TCP Socket Write</td>
21+
</tr>
22+
<tr align="center">
23+
<td><img src="./assets/axden_esp32_terminal.png"></td>
24+
</tr>
25+
</table>
26+
<br>
27+
28+
-----------------------

assets/axden_esp32.jpg

115 KB
Loading

assets/axden_esp32_terminal.png

55.8 KB
Loading

build/.bin_timestamp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
97be23ce69f30c84d888b7a42706c001 /Users/jangsangjin/eclipse-workspace/ESP32_WiFi_Example/build/wifi_station.bin

build/.ninja_deps

642 KB
Binary file not shown.

0 commit comments

Comments
 (0)