Just to clarify this a compiler. The project I am working on is an interpreter.
http://esp8266basic.com
A BASIC interpreter for your ESP
Working now on Autodrop3d. A 3d printer with automatic part ejection system. https://autodrop3d.com
Explore... Chat... Share...
pvvx wrote:How to find out the available disk space to save the maximum file?I am not sure what you are asking. Can you explain in more detail what you are wanting to know?
pvvx wrote:ZBasic built-in programmer not check types of Flash on modules ESP8266?That is correct. The default is 512KB of Flash. If you have a 2MB Flash you can use the compiler directive shown below near the beginning of the main .bas file as described in the manual.
Option DeviceParameter FlashSize "2M"
dkinzer wrote:pvvx wrote:How to find out the available disk space to save the maximum file?I am not sure what you are asking. Can you explain in more detail what you are wanting to know?
dkinzer wrote:pvvx wrote:ZBasic built-in programmer not check types of Flash on modules ESP8266?That is correct. The default is 512KB of Flash. If you have a 2MB Flash you can use the compiler directive shown below near the beginning of the main .bas file as described in the manual.Code: Select allOption FlashSize "2M"
pvvx wrote:How to find out the available disk space to save the maximum file?There is no ZBasic System Library routine to get the SPIFFS free space. That is a good thing to add.
pvvx wrote:SPIFFS = gruesome file systemIf you have a better one, you can add it to your ZBasic app and use it in place of SPIFFS. You would need to define your own interface to it but you can make external functions available to ZBasic by importing the definitions. This advanced topic is discussed in section 6.8 of the ZBasic Language Reference.
pvvx wrote:Which option for W25Q128FV Flash?I misstated the option to specify the Flash size, it is actually "Option DeviceParameter FlashSize" and for the Flash chip you referred to it would be
Option DeviceParameter FlashSize "16M"
It takes about 20-25 seconds for home assistant c[…]
I tried to upgrade tof my sonoff basic R2 with the[…]
a problem Perhaps you want to define "Probl[…]
Rebooting your router will not give you a faster I[…]
There are no other notifications from esptool.py i[…]
Using the Arduino IDE, you'll learn how to set up […]
In this project, you will post to Twitter using an[…]
In this project, we will build a water level contr[…]
I guess I'm late, but I had the same problem and f[…]
Last night I received my first D1 Minis for a lear[…]
Although I am aware that this is an old post, I fe[…]