FYSETC / FYSETC-SD-WIFI

This repository contains the infomation of FYSETC SD-WIFI module
48 stars 16 forks source link

Does Not Compile #4

Open Evoium opened 3 years ago

Evoium commented 3 years ago

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

yzheka commented 3 years ago

for me the same

Evoium commented 3 years ago

So it does compile but you need to roll back to version 2.4 arduino core and version 1.1 arduino json

Toni-WiFi commented 3 years ago

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

yzheka commented 3 years ago

@Toni-WiFi to make it compile downgrade boards library to 2.4.0 and sdfat library to 1.1.0 sdfat boards 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

Toni-WiFi commented 3 years ago

@yzheka

Hello. Now i understand that's the sdFat version was mean. I will try the next days.

Thanks Toni

Toni-WiFi commented 3 years ago

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

yzheka commented 3 years ago

@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

Toni-WiFi commented 3 years ago

@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

yzheka commented 3 years ago

@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

Toni-WiFi commented 3 years ago

@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?

Toni-WiFi commented 3 years ago

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.

grafik

yzheka commented 3 years ago

@Toni-WiFi then go to router's dhcp settings and map sd card mac address with ip you wish to use

etsarnas commented 1 year ago

I tried everything, googled everything, never got it to compile.

drFellbacher commented 10 months ago

@Toni-WiFi to make it compile downgrade boards library to 2.4.0 and sdfat library to 1.1.0 sdfat boards 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 commented 10 months ago

@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

drFellbacher commented 10 months ago

@yzheka Thank you for your quick answer, I will try your advice!

drFellbacher commented 10 months ago

@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?

yzheka commented 10 months ago

@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.

drFellbacher commented 10 months ago

@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?

yzheka commented 10 months ago

@drFellbacher yes, why not? This is that this device is made for.

drFellbacher commented 10 months ago

@yzheka Thanks, good to read. I wasn't quite shure, that it's possible to transfer data bidirectional.

drFellbacher commented 8 months ago

@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?