Skip to content

Commit 6fa6015

Browse files
torwagpfalcon
authored andcommitted
esp8266/README: Add a very first start section.
Adding a very first start section to get people going after flashing. I tried to condense it to a minimum to avoid as much as possible redundancy and bloating.
1 parent 7f7c84b commit 6fa6015

1 file changed

Lines changed: 28 additions & 0 deletions

File tree

esp8266/README.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,34 @@ $ make PORT=/dev/ttyUSB0 deploy
6969

7070
The image produced is `firmware-combined.bin`, to be flashed at 0x00000.
7171

72+
First start
73+
-----------
74+
75+
__Serial prompt__
76+
77+
You can access the REPL (Python prompt) over UART (the same as used for
78+
programming).
79+
- Baudrate: 115200
80+
81+
__WiFi__
82+
83+
Initally, the device configures itself as a WiFi access point (AP).
84+
- ESSID: MicroPython-xxxxxx (x’s are replaced with part of the MAC address).
85+
- Password: micropythoN (note the upper-case N).
86+
- IP address of the board: 192.168.4.1.
87+
- DHCP-server is activated.
88+
89+
__WebREPL__
90+
91+
Python prompt over WiFi, connecting through a browser.
92+
- Hosted at http://micropython.org/webrepl.
93+
- GitHub repository https://github.com/micropython/webrepl.
94+
95+
Please follow the instructions there.
96+
97+
More detailed instructions can be found at
98+
http://docs.micropython.org/en/latest/esp8266/esp8266/tutorial/intro.html
99+
72100
Troubleshooting
73101
---------------
74102

0 commit comments

Comments
 (0)