Post topics, source code that relate to the Arduino Platform

User avatar
By alonewolfx2
#8957 for softwareserial change" #define _SS_MAX_RX_BUFF 64" // RX buffer size to 128 or more for testing. but dont forget, arduino sram size 2kb.
"C:\Program Files (x86)\Arduino\libraries\SoftwareSerial\SoftwareSerial.h"
User avatar
By sin
#9018 Unfortunately, raising _SS_MAX_RX_BUFF has not fixed the issue, I've seen some extensive arduino libraries for the ESP8266 based on softwareserial (https://github.com/sleemanj/ESP8266_Simple) so I'm very suprised that my softwareserial just doesn't work out of the box.

Here is sample output with higher _SS_MAX_RX_BUFF
Image

Any other ideas???
User avatar
By sin
#9156 I've sufficiently solved my issue. I had a voltage divider to do the logic level conversion, but then I switched to a proper logic level converter (https://www.sparkfun.com/products/12009) and the ESP8266 responds to commands!

Moral of this story: use a proper logic level converter.