Corrupt
Corrupt
> Sounds like this is outside the scope of CNCjs. Safe to close? I don't see how this is outside the scope of CNCjs. CNCjs should modify this code for...
> I have just finished the `Camera` module. > **KPU** support will be added soon, probably during the next month. Was this ever added? If so, where can I find...
If you still haven't gotten this to work, or if anyone else has this issue, try switching TX and RX. Sometimes these cheap USB Serial devices are mislabeled. (Mine was)
Okay, So now I'm about to give up.. Got no wifi connection at all. Tried to flash back to ESP8285's Original Firmware, from: http://dl.sipeed.com/MAIX/factory_firmware/esp8266/WiFiSPIESP.ino.esp8285_40M_freq_1M_DOUT.bin and loaded Sipeed's Maix 5.0 Firmware...
I submitted a pull request for changes to Readme.md if you would like to look at it. I will try your suggestions.
So this is what i get on the original firmware: ``` >>> fm.register(8, fm.fpioa.GPIOHS0, force=True) 1 >>> wifi_en=GPIO(GPIO.GPIOHS0, GPIO.OUT) >>> >>> fm.register(board_info.WIFI_RX, fm.fpioa.UART2_TX, force=True) 1 >>> fm.register(board_info.WIFI_TX, fm.fpioa.UART2_RX, force=True) 1...
> "_I'm just confused why if i set everything back to factory it still does not work?_" > Was it ever working? Yes. Definitely.
now i'm back on your firmware, wifi and k210: ```python __ __ _____ __ __ _____ __ __ | \/ | /\ |_ _| \ \ / / | __...
You think the flash may have destroyed the ESP8285?
I know it is no longer labeled "DanDock" like the one from the wifi flash readme.md picture. Instead it says "Maix Dock". From our previous problems, it seems they have...