sbcshop / PiSquare

PiSquare is an RP2040 and ESP-12E-based board that allows you to use multiple Raspberry Pi HATs without stacking them on top of one other. PiSquare uses Socket programming to wirelessly communicate multiple Raspberry Pi HATs ("n" numbers of HATs).
MIT License
25 stars 5 forks source link

PiSquare with Tasmota ? #13

Open Curtis777 opened 1 year ago

Curtis777 commented 1 year ago

Is it possible to flash Tasmota ? i tried tasmotizer ... but not working

misel228 commented 1 year ago

As far as I know Tasmota is for ESP8266 devices.

PiSquare is mainly for the RP2040. Sure, it also has an ESP8266 but so far, there's no documented way to actually flash the ESP8266 - that I know of, at least.

The ESP8266 on the is a simple WiFi connection device. Its more sophisticated parts aren't accessible.

sbcshop1 commented 1 year ago

In PiSquare you can not flash esp8266, you can access esp8266 by AT Commands through RP2040

ji03mmy18 commented 1 year ago

@Curtis777 Maybe you can try the method I wrote in #8, I was successfully flash the firmware which support mqtt, hope this can help :)