So I decided to take a break from building S100 boards and try the VT132 board again. The version is still 1.0, as originally received. I figured out the serial port connections and jumpers (I think), and actually connected to my router... once. I was also able to use the VT132 as a terminal for my RC2014.
Then, it wouldn’t connect to the router via WiFi anymore. So, I decided it was time to do a firmware update. After a lot of messing with Python on two different computers, I got it updated to version 1.2. But now, every time I try to put in my ssid & pad with the AT+W= command (or whatever the command is, the ESP32 ends up in a constant rebooting loop. I did clear no ram, etc.
I am using the vga/keyboard to execute the AT commands, and watching the FTDI connector with TeraTerm on a laptop. Once this rebooting loop starts, I see the boot messages, followed by two error messages:
spiram: SPI SRAM memory test fail. 131072/1310uw writes failed, first @ 3F80000
E (902) cpu-start: External RAM failed memory test!
Before I updated the firmware I did the esptools ram test, and all was fine. I used the exact line shown in the instruction, except for changing the COM port to COM12, which was correct for the Windows box I was using.
Could the spi ram really have gone bad? This board hasn’t had power on it since last November. I don’t think I could have destroyed it doing an update.... I realize parts fail, but this seems wrong....
Anyone else have issues like this?
Thanks, terry, N4TLF