-->
Page 3 of 3

Re: Strange Output of ESP8266 in Arduino Serial Monitor

PostPosted: Fri Jan 15, 2016 3:04 am
by Michael G
Hi,

oh crap. Ok so let's try another approach. I have a MB102 power supply. In the datasheet of the MB there is a maximum of 500ma metioned. That should do the trick.

So now to the buffer problem. Is there any way to solve this problem?
I'm still not sure what baudrate my ESP is running with. Could it be a none "standard" baud rate as metioned before?


Re: Strange Output of ESP8266 in Arduino Serial Monitor #38757
By AcmeUK - Thu Jan 14, 2016 10:48 am

Hi

Have a look at this post viewtopic.php?f=32&t=2664

Re: Strange Output of ESP8266 in Arduino Serial Monitor

PostPosted: Fri Jan 15, 2016 10:24 am
by martinayotte
With a good power supply, thing will be better.
For baudrate, that is depends of the firmware. Most of them are running at 115200, although the SDK still provide early boot message at 74880 before running the actual firmware.
For buffer, it is all depends of your application. Maybe you can still rely on it if transmissions are not too big.