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
## Need help or have a question? Join the chat at [](https://gitter.im/espressif/arduino-esp32?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
4
+
5
+
-[Development Status](#development-status)
6
+
- Installing options:
7
+
+[Using Arduino IDE](#using-arduino-ide)
8
+
+[Using PlatformIO](#using-platformio)
9
+
+[Using as ESP-IDF component](#using-as-esp-idf-component)
10
+
-[ESP32Dev Board PINMAP](#esp32dev-board-pinmap)
11
+
12
+
## Development Status
5
13
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
14
7
15
The framework can also be downloaded as component in an IDF project and be used like that.
8
16
9
-
Things that "should" work:
17
+
Things that work:
18
+
10
19
- pinMode
11
20
- digitalRead/digitalWrite
12
21
- attachInterrupt/detachInterrupt
22
+
- analogRead/touchRead/touchAttachInterrupt
23
+
- ledcWrite/sdWrite/dacWrite
13
24
- Serial (global Serial is attached to pins 1 and 3 by default, there are another 2 serials that you can attach to any pin)
14
25
- SPI (global SPI is attached to VSPI pins by default and HSPI can be attached to any pins)
15
26
- Wire (global Wire is attached to pins 21 and 22 by default and there is another I2C bus that you can attach to any pins)
@@ -18,21 +29,110 @@ Things that "should" work:
18
29
WiFiClient, WiFiServer and WiFiUdp are not quite ready yet because there are still some small hiccups in LwIP to be overcome.
19
30
You can try WiFiClient but you need to disconnect the client yourself to be sure that connection is closed.
20
31
21
-
### Installation
22
-
- Install Arduino IDE
23
-
- Go to Arduino IDE installation directory
24
-
- Clone this repository into hardware/espressif/esp32 directory (or clone it elsewhere and create a symlink)
- 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)
80
+
-[Integration with Cloud and Standalone IDEs](http://docs.platformio.org/page/ide.html) -
81
+
Cloud9, Codeanywehre, Eclipse Che (Codenvy), Atom, CLion, Eclipse, Emacs, NetBeans, Qt Creator, Sublime Text, VIM and Visual Studio
0 commit comments