Open Bam4d opened 8 years ago
(Dunno whether this is still of interest, but just in case...) I am wondering what you meant by to support arduino serial uart interface
. If you are using the arduino software serial interface at 9600 baud to talk to esp-link, that is not going to work. Do you have any esp-link debug log output corresponding to your issue?
I've flashed an arduino wifi with
esp-link
and using theel-client
libs.I'm trying to do a small REST request to a python server which should simply display "Hello, world!"
The response including headers is less than 100 chars.
my el-client code is the slightly modified REST example (to support arduino serial uart interface):
I can see the requests are being logged by the python flask server. I'm expecting to see "Hello world" in my console... but I only recieve:
Not sure why I only see "H" here? but I'm guessing its either the first letter of
Hello
or the first letter ofHTTP 200 OK
in the response.