Post topics, source code that relate to the Arduino Platform

User avatar
By Michael G
#38828 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
User avatar
By martinayotte
#38862 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.