Dario Di Maio
14eb2b30d1
Update README.md
2015-06-05 13:59:02 +03:00
Ivan Grokhotkov
3ff5947305
Merge pull request #370 from Links2004/esp8266
...
add better docu and schematics for easy setup the ESP
2015-06-05 13:55:34 +03:00
Markus Sattler
ab03a267a1
add some infos to Serial Adapter
2015-06-03 19:32:44 +02:00
Makuna
c86c79e901
edits
2015-06-02 16:00:51 -07:00
Makuna
a356491497
Include Servo Library in Readme
2015-06-02 15:59:22 -07:00
Markus Sattler
bda23fa4d3
add current note
...
fix image
2015-06-03 00:16:12 +02:00
Markus Sattler
c93a778f9b
add new schematics to README.md
2015-06-02 23:55:29 +02:00
Ivan Grokhotkov
572f92e810
Update README.md
...
Update travis link [ci skip]
2015-06-01 15:50:51 +03:00
Markus Sattler
8f72a4f05f
Merge remote-tracking branch 'remotes/esp8266/esp8266' into esp8266
2015-05-24 23:02:21 +02:00
Markus Sattler
d5f4819ff0
add link to arduinoWebSockets
2015-05-24 18:09:14 +02:00
Ivan Grokhotkov
5d384d55b7
Merge pull request #252 from Pablotis/patch-1
...
Readme changes
2015-05-23 12:56:28 +03:00
Ivan Grokhotkov
b493f01b39
Update README.md
...
Mention the new pubsubclient library.
[ci skip]
2015-05-22 14:56:39 +03:00
Ivan Grokhotkov
d30e1181cf
Update README.md
...
mention Blynk
[ci skip]
2015-05-22 03:49:10 +03:00
Ivan Grokhotkov
84679db2dc
Update README.md
...
Add donation link — donations are collected towards the esp8266 community forum.
2015-05-22 03:12:22 +03:00
Ivan Grokhotkov
38ff629622
Update README.md
...
add link to change log [ci skip]
2015-05-22 03:07:06 +03:00
Ivan Grokhotkov
6b05ec5b86
Update readme and change log
...
#295
#299
2015-05-22 02:20:41 +03:00
Makuna
bd90281e17
Progmem updates
2015-05-19 15:24:28 -07:00
Makuna
f476b3871d
ESP and External libraries Update
2015-05-19 15:11:24 -07:00
Ivan Grokhotkov
7073d719b3
Add 32-bit linux tools
2015-05-19 09:25:40 +03:00
Ivan Grokhotkov
655beb1c3c
Update README.md
...
[ci skip]
2015-05-19 00:35:00 +03:00
Pablotis
518a7fe789
Readme changes
2015-05-16 11:11:42 +02:00
Markus Sattler
7f4a10062b
update README
...
add some docu and todo
2015-05-07 20:48:59 +02:00
Markus Sattler
5ba283cb32
add note for only bootloading
2015-05-06 19:17:13 +02:00
Markus Sattler
46adca04e8
add Minimal hardware Setup for Bootloading and usage to README.md
2015-05-06 18:58:23 +02:00
Markus Sattler
be32f801c3
add 64Bit build note
2015-05-06 17:51:37 +02:00
ficeto
3d01a6f16d
updating readme
2015-05-05 11:54:21 +03:00
Markus Sattler
4daa0de95e
add image to README.md
2015-05-04 18:35:00 +02:00
Markus Sattler
36a25fbb1f
add Alpha Versions
2015-05-04 18:31:38 +02:00
Ivan Grokhotkov
2db45e72a8
Update readme
...
[ci skip]
2015-05-04 11:58:45 +08:00
Markus Sattler
b5679b10ef
update README.md
2015-04-30 11:42:50 +02:00
Geert Roumen
6812a65e03
Update README.md
...
Added the 8 characters limit, and changed the paraphrase in password (because the libraries use password as term)
2015-04-29 16:56:08 +02:00
Ivan Grokhotkov
70ade65582
Describe multicast APIs in readme, update keywords.
2015-04-29 07:04:39 +08:00
linagee
bd8e118aa9
Ability to wake from .deepSleep
...
This was not immediately apparent to me. I don't think it would be apparent to anyone else just playing around with ESP8266/Arduino either. GPIO16 and RST (REST) need to be tied together or you can "never wake from .deepSleep"
It must be GPIO16 and it must be RST, no other GPIO pin will wake it from deepSleep.
2015-04-29 07:02:03 +08:00
Thomas Flayols
be5f1f83c1
HardwareSerial: add other configs than 8N1
2015-04-26 00:20:39 +02:00
Ivan Grokhotkov
6b593a7978
Add ESP.reset() method
2015-04-12 02:07:56 +08:00
Ivan Grokhotkov
b026daf43b
Fix UdpClient semantics, add NTPClient example
...
UdpClient used to create a new socket for each begin/beginPacket call. This made bidirectional communication impossible.
Fix #64 , fix #53 .
2015-04-12 01:09:45 +08:00
Ivan Grokhotkov
89fe3daa85
Update readme
...
[ci skip]
2015-04-11 11:07:01 +08:00
Ivan Grokhotkov
5ed1b05db9
Update readme to mention aREST
...
[ci skip]
2015-04-08 00:40:38 +08:00
Ivan Grokhotkov
8634cf0144
Update readme
...
Be more clear about PubSubClient
Close #38
[ci skip]
2015-04-03 08:25:17 +03:00
Ivan Grokhotkov
f7bdd20dfc
Update readme to mention SPI support
2015-04-01 10:18:02 +03:00
Sandeep Mistry
ddaf3b1f4c
remove the need to set programmer, by setting upload tool
2015-04-01 09:08:28 +03:00
Sandeep Mistry
d9eaefbfc9
remove trailing whitespace
2015-04-01 09:08:02 +03:00
Ivan Grokhotkov
d2c93540ac
Update release link for Windows
...
point to a temporary patched version which adds libiconv-2.dll
[ci skip]
2015-03-28 20:50:49 +03:00
Ivan Grokhotkov
d06ec220fa
Update readme
...
[ci skip]
2015-03-28 02:46:47 +03:00
Ivan Grokhotkov
7e8cd1e7ef
Update readme
...
[ci skip]
2015-03-28 01:49:33 +03:00
Ivan Grokhotkov
7aa2378afb
Update readme
2015-03-28 00:51:20 +03:00
Ivan Grokhotkov
84bb0ef3fe
Add downloads section to readme
...
[ci skip]
2015-03-27 19:07:58 +03:00
Ivan Grokhotkov
c8324e5b1e
Display esp8266 notes in README.md
...
[ci skip]
2015-03-27 17:34:23 +03:00
Ivan Grokhotkov
27d450ded6
Merge 1.6.1 into esp8266
...
* commit 'b8b2869753d488bfd203615637e1de3912589a92': (68 commits)
Updated revisions.txt
Fixed wrong path in successful message
arduino-core: restored debug info in class files
Fixed NPE in case of missing boardData
Added missing translations
Added windows drivers
Added warning for uncertified boards
Update revision.txt
update revisions.txt
SoftwareSerial: match bool API with HardwareSerial
Fix to save as to parent folder is needed by all OSs, not just Mac
Update revision.txt
MacOSX: previous better IDE was missing some pieces. Added
MacOSX: better IDE
Updated revisions.txt
NEW button now behaves as clicking File -> New menu entry. Fixes #2685
Windows: bundled JRE updated to 8u31 build.xml now uses unzip target
Added .getParentFile() to saveas for mac. This prevents saving into the sketch itself
Compound edits weren't part of the undo/redo dance
An undoable action marks the sketh as modified
...
2015-03-27 11:18:48 +03:00
Ivan Grokhotkov
04fe8e8b58
Basic support for esp8266 platform
...
This includes empty stubs for most core Arduino functions.
Need to actually implement all those digital reads writes whatever.
Need to prebuild toolchains (xtensa-elf-lx106) for 3 platforms and put them on some download server.
Need to do the same with esptool.
Need to fix 0x40000 binary generation and add correct upload commands.
Maybe even implement uploads over WiFi.
2014-11-15 10:45:08 +03:00