Open Evoium opened 3 years ago
for me the same
So it does compile but you need to roll back to version 2.4 arduino core and version 1.1 arduino json
Hello, i have also the problem to compile. I already downgrade Arduino core to version 2.4. The oldest Arduino json version which i can select is V 4.0.0 but not V 1.1 . Please help. Thanks Toni
@Toni-WiFi to make it compile downgrade boards library to 2.4.0 and sdfat library to 1.1.0 I also attaching compiled firmware with some changes (disabled creation of ip.gcode file on sd and reduced initial wait timeout). so it connects to wifi, starts the webdav server and become available in 1-2 sec after power on ESPWebDAV.ino.generic.zip
@yzheka
Hello. Now i understand that's the sdFat version was mean. I will try the next days.
Thanks Toni
Hello again, now the compiling and programming was working. But i have still problems. Over my WiFi router I see the SD-WiFi card in my network, but i can not connect to it over \\192.168.189.3\DavWWWRoot . Doesn't the SD WiFi card have to be in the same IP address range of my router? The IP address is now with 192.168.189.3 in a different IP range. How can I change the IP address of the card? Thanks Toni
@Toni-WiFi You should be connected to the same router. I suggest you to setup dhcp ip address reservation on the router and assign static ip address for the wifi-sd
@yzheka Hello, DHCP is set in my Fritz!Box router and all devices always log into its range. Only the SD WiFi card doesn't . So I ask how I can set the IP or is the SD WiFi card set to DHCP at all? Thanks Toni
@Toni-WiFi if a router works in dhcp mode then it controls what ip address assign to particular device. So ip should be set in router settings
@yzheka That's what I tried first. So far it is the first device where I cannot change the IP but it also so strange that the IP range is different. Is it possibly a Windows 10 setting is the problem and I cannot access to other network devices?
My router and all my other devices are in DHCP mode. In the picture you see the FYSETC is in other range. The third digit of the IP address does not match with the number of the router.
@Toni-WiFi then go to router's dhcp settings and map sd card mac address with ip you wish to use
I tried everything, googled everything, never got it to compile.
@Toni-WiFi to make it compile downgrade boards library to 2.4.0 and sdfat library to 1.1.0 I also attaching compiled firmware with some changes (disabled creation of ip.gcode file on sd and reduced initial wait timeout). so it connects to wifi, starts the webdav server and become available in 1-2 sec after power on [ESPWebDAV.ino.generic.zip](https://github.com/FYSETC/FYSETC-SD-WIFI/files/6308799/ESPWebDAV.ino.generic
@yzheka Please can you explain, how to use your compiled firmware, or how to integrate it in FYSTEC-SD-WIFI? Thanks in advance.
@yzheka Please can you explain, how to use your compiled firmware, or how to integrate it in FYSTEC-SD-WIFI? Thanks in advance.
You can use node mcu py flasher software to upload bin to wifi sd
@yzheka Thank you for your quick answer, I will try your advice!
@yzheka Is it sufficient to upload your compiled firmware to FYSTEC-SD-WIFI, or is there other software necessary (e.g. SDFat ...) for the micro-SD-Card on it?
@drFellbacher It is compiled firmware and ready to upload. SDFat is a library needed for compilation. In other words you just need to upload firmware bin to the device.
@yzheka Is it possible to write files or data onto the microSD-Card mounted in the FYSETC, which is connected to a device with SD-Card interface, instead the SD-Card directly? And to read these data e.g. via wlan with laptop/handy or via router?
@drFellbacher yes, why not? This is that this device is made for.
@yzheka Thanks, good to read. I wasn't quite shure, that it's possible to transfer data bidirectional.
@yzheka I spent a lot of time in getting access to microSD-Card from both sides - device with SD-Card interface AND wlan - but, no chance. Will say, reading/writing data from/to device can be executed while mounted, but with e.g. handy, I get "Failed to initialize SD-Card". After removing the FYSETC from device and connecting it to USB-charger, wlan access with reading/writing is possible . Connecting it back to device - not recognized in explorer, and so on ... Any idea?
hey guys, I have been trying for days to get this to compile but there are many issues. such as: no matching function for call to ESPWebDAV::init(int, long unsigned int, int) and many more about the sdfat lib