logo

blog

My little blog can’t be this cute! git clone https://hacktivis.me/git/blog.git
commit: 3bf7f07624ff589b86d63acfa2c0ba00f47d7cf7
parent 2f32c2d5ef315a562472138e4e12890802c57f97
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Tue, 13 Feb 2018 00:53:03 +0100

drivers.shtml#ESP8266: How to test

Diffstat:

Mnotes/drivers.shtml10+++++++++-
1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/notes/drivers.shtml b/notes/drivers.shtml @@ -68,7 +68,15 @@ lua: cannot open init.lua</pre></code> <code><pre>&gt; print("Hello World") Hello World</pre></code> <h2 id="ESP8266">ESP8266</h2> - <code>picocom -b 115200 --omap crcrlf /dev/ttyACM0</code> where <code>/dev/ttyACM0</code> is my arduino UNO used for powering the Module and UART(~RS232). I found the baud rate on <a href="http://williamdurand.fr/2015/03/17/playing-with-a-esp8266-wifi-module/">Playing With a ESP8266 WiFi Module</a>. + <code>picocom -b 115200 --omap crcrlf /dev/ttyACM0</code> where <code>/dev/ttyACM0</code> is my arduino UNO used for powering the Module and UART(~RS232). I found the baud rate on <a href="http://williamdurand.fr/2015/03/17/playing-with-a-esp8266-wifi-module/">Playing With a ESP8266 WiFi Module</a> + <p>A easy test you can do is to type <code>AT</code> and return, it should give you <code>OK</code>, like this (boot banner included):</p> +<code><pre>Ai-Thinker Technology Co. Ltd. + +ready +AT + +OK +</pre></code> </main> <!--#include file="/templates/en/footer.html" --> </body>