You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-8
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,13 @@
1
-
Arduino core for ESP32 WiFi chip
2
-
===========================================
1
+
# Arduino core for ESP32 WiFi chip
3
2
4
-
### Development Status
3
+
-[Development Status](#development-status)
4
+
- Installing options:
5
+
+[Using Arduino IDE](#using-arduino-ide)
6
+
+[Using PlatformIO](#using-platformio)
7
+
+[Using as ESP-IDF component](#using-as-esp-idf-component)
8
+
-[ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
9
+
10
+
## Development Status
5
11
Not everything is working yet, you can not get it through package manager, but you can give it a go and help us find bugs in the things that are implemented :)
6
12
7
13
The framework can also be downloaded as component in an IDF project and be used like that.
@@ -21,11 +27,11 @@ Things that work:
21
27
WiFiClient, WiFiServer and WiFiUdp are not quite ready yet because there are still some small hiccups in LwIP to be overcome.
22
28
You can try WiFiClient but you need to disconnect the client yourself to be sure that connection is closed.
23
29
24
-
### Installation
30
+
##Using Arduino IDE
25
31
26
-
####[Instructions for Windows](doc/windows.md)
32
+
###[Instructions for Windows](doc/windows.md)
27
33
28
-
####Instructions for Mac
34
+
### Instructions for Mac
29
35
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
30
36
- Open Terminal and execute the following command (copy->paste and hit enter):
31
37
@@ -41,7 +47,7 @@ You can try WiFiClient but you need to disconnect the client yourself to be sure
41
47
```
42
48
- Restart Arduino IDE
43
49
44
-
####Instructions for Debian/Ubuntu Linux
50
+
### Instructions for Debian/Ubuntu Linux
45
51
- Install latest Arduino IDE from [arduino.cc](https://www.arduino.cc/en/Main/Software)
46
52
- Open Terminal and execute the following command (copy->paste and hit enter):
47
53
@@ -59,7 +65,21 @@ You can try WiFiClient but you need to disconnect the client yourself to be sure
59
65
```
60
66
- Restart Arduino IDE
61
67
62
-
#### Instructions for using as esp-idf component
68
+
## Using PlatformIO
69
+
70
+
[PlatformIO](http://platformio.org) is an open source ecosystem for IoT
71
+
development with cross platform build system, library manager and full support
72
+
for Espressif ESP32 development. It works on the popular host OS: Mac OS X, Windows,
73
+
Linux 32/64, Linux ARM (like Raspberry Pi, BeagleBone, CubieBoard).
74
+
75
+
-[What is PlatformIO?](http://docs.platformio.org/page/what-is-platformio.html)
- Quick Start with [PlatformIO IDE](http://docs.platformio.org/page/ide/atom.html#quick-start) or [PlatformIO Core](http://docs.platformio.org/page/core.html)
78
+
-[Integration with Cloud and Standalone IDEs](http://docs.platformio.org/page/ide.html) -
79
+
Cloud9, Codeanywehre, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
0 commit comments