Search found 6 matches

by bi4wms
09 May 2018, 03:57
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

Re: About the PUYA version

xury wrote: 09 May 2018, 00:38 Spiffs size is depending how much plugins you have. I compiled with normal and added only serial mcu controlled relay. I set 128k spiffs.
ok, many thanks
by bi4wms
09 May 2018, 03:57
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

Re: About the PUYA version

Nighties releases have two bin files for PUYA already. ESP_Easy_mega-20180507_dev_ESP8266PUYA_1024.bin ESP_Easy_mega-20180507_dev_ESP8266PUYA_1024_VCC.bin could you please try these for us? @grovkillenyes , yes I know, but my project mainly use pcf8574 and pca9685, and i want to set them output low...
by bi4wms
08 May 2018, 12:04
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

Re: About the PUYA version

Please overwrite your Esp.cpp using following file. And after you can compile binaries for PUYA flash IC. This file should be in your core path as: /home/yourname/.arduino15/packages/esp8266/hardware/esp8266/2.4.1/cores (if you use Arduino) The archive contains two files: patched and original. So y...
by bi4wms
28 Apr 2018, 03:04
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

Re: About the PUYA version

When you build it yourself, it is not able to write to SPIFF, the flash filesystem used. This means the settings cannot be written. I am not sure if (and if so, in what version) the patch for this has been merged into the core libraries. Using Platform IO, it is quite hard to build a proper version...
by bi4wms
28 Apr 2018, 03:02
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

Re: About the PUYA version

I spent lot of time trying compile for PUYA using platformIO with no success. So I swap to Arduino on Debian, and now is much better. I have patched esp.ccp with proper patch. When I'll come back home I can attach a patch or esp.ccp file for 2.4.1 core I use it witch ESP-01s and everything sims wor...
by bi4wms
22 Apr 2018, 10:09
Forum: ESP Easy: General Discussion
Topic: About the PUYA version
Replies: 10
Views: 12251

About the PUYA version

I have a problem about the PUYA version, use the ESPEasy_v2.0-20180221, when flash the pre-build ESP_Easy_v2.0-20180221_dev_ESP8266PUYA_1024.bin, it is OK,but when i compile the source myself, flash the PUYA version -with or without VCC, when power on allways reset. could someone give any advices,th...