Skip to content

Commit

Permalink
init
Browse files Browse the repository at this point in the history
  • Loading branch information
axden-development committed Feb 18, 2022
0 parents commit 604ddd0
Show file tree
Hide file tree
Showing 1,289 changed files with 146,454 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
16 changes: 16 additions & 0 deletions .cproject
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?fileVersion 4.0.0?><cproject storage_type_id="org.eclipse.cdt.core.XmlProjectDescriptionStorage">
<storageModule moduleId="org.eclipse.cdt.core.settings">
<cconfiguration id="org.eclipse.cdt.core.default.config.868566152">
<storageModule buildSystemId="org.eclipse.cdt.core.defaultConfigDataProvider" id="org.eclipse.cdt.core.default.config.868566152" moduleId="org.eclipse.cdt.core.settings" name="Configuration">
<externalSettings/>
<extensions/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.externalSettings"/>
</cconfiguration>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.pathentry">
<pathentry excluding="**/CMakeFiles/**" kind="out" path="build"/>
</storageModule>
<storageModule moduleId="org.eclipse.cdt.core.LanguageSettingsProviders"/>
</cproject>
20 changes: 20 additions & 0 deletions .project
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>ESP32_WiFi_Example</name>
<comment></comment>
<projects>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.cdt.core.cBuilder</name>
<triggers>clean,full,incremental,</triggers>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.cdt.core.cnature</nature>
<nature>org.eclipse.cdt.core.ccnature</nature>
<nature>com.espressif.idf.core.idfNature</nature>
</natures>
</projectDescription>
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
# The following five lines of boilerplate have to be in your project's
# CMakeLists in this exact order for cmake to work correctly
cmake_minimum_required(VERSION 3.5)

include($ENV{IDF_PATH}/tools/cmake/project.cmake)
project(wifi_station)
8 changes: 8 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
#
# This is a project Makefile. It is assumed the directory this Makefile resides in is a
# project subdirectory.
#

PROJECT_NAME := wifi_station

include $(IDF_PATH)/make/project.mk
28 changes: 28 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# ESP32 WiFi Example

-----------------------

<img src="./assets/axden_esp32.jpg">
<br>

AXDEN ESP32 RTOS WiFi Example

-----------------------

### ESP32 WiFi terminal
<br>

baudrate : 9600
<br>

<table>
<tr align="center">
<td>WiFi Connect and TCP Socket Write</td>
</tr>
<tr align="center">
<td><img src="./assets/axden_esp32_terminal.png"></td>
</tr>
</table>
<br>

-----------------------
Binary file added assets/axden_esp32.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/axden_esp32_terminal.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions build/.bin_timestamp
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
97be23ce69f30c84d888b7a42706c001 /Users/jangsangjin/eclipse-workspace/ESP32_WiFi_Example/build/wifi_station.bin
Binary file added build/.ninja_deps
Binary file not shown.
1,174 changes: 1,174 additions & 0 deletions build/.ninja_log

Large diffs are not rendered by default.

Loading

0 comments on commit 604ddd0

Please sign in to comment.