This particular unit powers up, LEDs behave normally, but broadcasts no SSID, will not mesh with any other routers. Plugging in an ethernet cable from a Windows laptop results in "unidentified network" with an autoconfigured IP address and no response to pinging 192.168.1.1.
I was able to log into serial/UART by connecting the 6-pin header to the GPIO on a Raspberry Pi Zero W (GND to GND, TxD to RxD, RxD to TxD, no connection between +3.3V as it is supplied on both sides) using Minicom, command:
Code:
sudo minicom --baudrate 115200 --device /dev/ttyS0
...
Comment