-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
esp_littlefs --> failed #42
Comments
So first of all you have to upload the program and after that you have to upload the filesystem image. After that it should work. Make sure that the configuration.json file is present. The environment has no effect on that file. When the MCU starts the first time it may fail to access the filesystem because it will be formatted. Upload the filesystem image again if that's the case. When this doesn't work, show me your project file structure. Might have to tweak things manually in edge cases. |
I forgot to add: If you can access the AP you can access the WebUi and upload the configuration file manually (this is what I wrote in the docs). |
Hi Dave yes i know. And today i have found the process handle and install filesystem w VSCode and Platform IO. And the next is... i have installed the configuration.json and flash it but the device is getting empty Setup parameter and also the "true" flag for homeassitant is setting true but nothing connected. MQTT is working. i will forward tested after installed 16Mhz clock MCP2515. best regards denny |
Hi again and sorry for the late reply. The Home Assistant flag is not ready yet. It is part of the auto discovery and configuration feature which I haven't finished yet. Leave that off for now because it may induce side effects which are out of scope right now. I tried the 8MHz setting as well as the 16MHz setting and both of them work contrary to my statements before where I thought it will only run on 16MHz. Nonetheless to me it appears as if something is off with your module in general since in my environment using Devkits v2 and v3, it may tike a while to load but then everything is quite responsive. A bad WiFi signal is most common for bad performance. Even though I have like -50dB on mine (productive, not lab) it is somewhat slow. The WiFi on these SoCs is not the best since the antenna is so small. |
Hi Dave |
Yes that's right. You can't use the TA2xx controllers in tandem with the ESP solution. I don't really understand your current approach and why it's hindering you from throwing out the TA250. |
after build priject and upload an Error is getting:
pen(): /littlefs/configuration.json does not exist, no permits for creation
Configuration file could not be found. Please upload it first.
could anybody support me or what is the reason?
wrong environment on Visual Code and PIO?
Im woundering after upload log is getting AP Mode but can't connect to http://cerasmarter
best regards
denny
The text was updated successfully, but these errors were encountered: