Is it possible to have file trees in the spiffs? Sepcifically: I plan to copy the chart.js-library to the spiffs, so my eps32-hosted site does not need internet connection for beautiful graphs, charts and diagrams.
Hi Spina, there's a good tutorial on how to do this here - randomnerdtutorials.com/esp32-access-point-ap-web-server You just need to setup the WiFi in access point mode and then connect to the IP address of your ESP32.
I'm Using Platformio under Windows and I get this error : \ESPAsyncWebServer-esphome\src\WebHandlers.cpp:67:64: error: 'strftime' was not declared in this scope This problem happens in Windows only. Linux and Mac are case sensitive for files, so these OSes differ between time.h and Time.h. Windows doesn't. The workaround I used was At platformio.ini file I ignored : lib_ignore=Time After this my compile was success I hope this Help Others .
HI @atomic14 i am doing one of project. do u know how can i get contact image sensor image (CIS) and compare that image with prepossessed image to verify it.
It might be worth you jumping onto Reddit and asking in the Arduino forums. I don't know if you CIS will have an interface that will let you pull images from it easily. But someone there might know.
Unfortunately Android doesn't support mDNS so unfortunately, it can't find .local addresses. There are some long outstanding feature requests for support but they don't seem to be getting prioritised. The only workaround is to use the IP address instead - which is not ideal. You should be able to set up a fixed IP address for the ESP32 on your WiFi router DHCP settings.
nice work! I was wondering whether LittleFs also works with the EspAsyncWebserver
I’ll take a look.
I will look at this - got slightly sidetracked with audio projects...
OMG, this tut explains sooo much! Thank you :) Especially for the mDNS
Thanks - just a word of caution - Android devices don't do mDNS - very annoying as it's such a nice way of making a UI for your device.
I like your new microphone quite a lot. This video suffers from lack of a good mic.
It’s made huge difference to the audio quality. It’s a shame UA-cam doesn’t let you update existing videos.
hey! can I send pulses from pulse sensors through the Async server? I'm talking about displaying a realtime graph of a heart pulse on a server
Hey i have a little Problem. I tried to run the Example, but the Serial Monitor only shows me "Not Found".
What is your platform to start the server? before you create simple html ui
excellent work! I was wondering if can also use css and javascript files? If that so it be same as calling the html file?
Yes they work without any problem as well.
Is it possible to have file trees in the spiffs?
Sepcifically: I plan to copy the chart.js-library to the spiffs, so my eps32-hosted site does not need internet connection for beautiful graphs, charts and diagrams.
I am sorry for my bad english.
Hello, how to serve web server from Spiffs and access point ? without wifi network of home
please ?
Hi Spina, there's a good tutorial on how to do this here - randomnerdtutorials.com/esp32-access-point-ap-web-server
You just need to setup the WiFi in access point mode and then connect to the IP address of your ESP32.
@@atomic14 thank you for your reply
I'm Using Platformio under Windows and I get this error : \ESPAsyncWebServer-esphome\src\WebHandlers.cpp:67:64: error: 'strftime' was not declared in this scope
This problem happens in Windows only. Linux and Mac are case sensitive for files, so these OSes differ between time.h and Time.h. Windows doesn't.
The workaround I used was
At platformio.ini file I ignored :
lib_ignore=Time
After this my compile was success
I hope this Help Others .
Thanks for this Cesar - the joys of cross platform development!
hello is it possible to upload data measurement of a sensor that are saved in the spiffs filesystem with this method
I don't see why not. They are just files so you can serve the contents up.
What is the tool what is used for the HTTP request, I cannot hear what is said.
Hi Arie, I was using a tool called Postman - apologies for the poor quality audio on the video - it was recorded before I had a proper microphone.
@@atomic14 Thanks for your reply, I am going to try it.
HI @atomic14 i am doing one of project. do u know how can i get contact image sensor image (CIS) and compare that image with prepossessed image to verify it.
It might be worth you jumping onto Reddit and asking in the Arduino forums. I don't know if you CIS will have an interface that will let you pull images from it easily. But someone there might know.
Great! Work well on PC but an android phone can't find demo-server.local. It work with adress. Have an idea why?
Unfortunately Android doesn't support mDNS so unfortunately, it can't find .local addresses. There are some long outstanding feature requests for support but they don't seem to be getting prioritised. The only workaround is to use the IP address instead - which is not ideal. You should be able to set up a fixed IP address for the ESP32 on your WiFi router DHCP settings.
Please make tutorial in littlefs sir
I will add it to the list.
IoT 😍