pixelWAVE

Results 33 comments of pixelWAVE

Yes ... but no replay since a week after I asked how to send back?

Did yesterday - thanks for pinging. But still waiting for their solution on how to ship back the products.

After all testing I really think it is a hardware based issue. Maybe just for this specific revision (mine was V1.1). @lewisxhe BTW I am still waiting for the shipping...

I am not an expert .. is it possible to change that behaviour? What file do I have to change so I can also use the multirelay HTTP Api even...

Ok so no chance without major changes? But is there an explaination why only the usermods/multirelay http requests do not work in AP mode? If you say it is by...

Ok the JSON API seems to work even when in AP-mode. Now I need to rewrite the remote controller script for JSON commands. Previously with my HTTP API approach I...

> If you are using MM then open an issue there. Also you can, as already said, implement the functionality yourself. I have no intention of doing so. What is...

I ran into the same issue. Fresh Debian install and fresh install of cronicle and it also did not boot on startup properly. I tried your command `sudo ln -sf...

> ``` > #include "PMU.h" > > PowersSY6970 PMU_X; > > result = PMU_X.init(Wire, TOUCH_IICSDA, TOUCH_IICSCL, SY6970_SLAVE_ADDRESS); > if (result == false) > { > Serial.println("PMU is not online..."); >...