Forum Replies Created
-
AuthorPosts
-
Can you send me all the serial output (with debugging enabled)?
Bye RenzoHi ozzy,
probably GMail blocked the attempt to send an email too close to the previous email (prevent spam).
Try to add adelay(10000);
or more before the secondEmail2();
Bye Renzo
Hi Anton,
to develop a web solution for that machine I need the hardware.
No response from Makerbase, you can try to write to him for that support (è”¡é’¦æ ‹).
Bye RenzoHi Jimh,
any news?Hi deti,
I think isn’t possible, e220 have an embedded cryptography system, but overall It’s based on new llcc68.
You can try with the less recent e32 based on sx1276, but I’m not sure about result.
Bye RenzoHi jimh,
I already answered in your previous post here.
Bye RenzoHi Anton,
to do that I need some hardware, I write to Makerbase if they support the project with some sample hardware to help me.
Bye RenzoHi jimh,
It’s strange, I do some test now, but seems It’s all ok.A user tell me that there is some problem with latency, and in the future, I do a big change to solve that, but FileZilla must work well now.
Can you try to set
WiFi.setSleep(false);
as described here.
Keep in touch Renzo
28 June 2022 at 09:49 in reply to: esp8266 from stattion mode to access point mode with FtpServer code #21515Hi Luis,
I do some tests, and AP mode worked without problem, I attach an example.
Can you verify and give me feedback?
Thanks, RenzoAttachments:
You must be logged in to view attached files.26 June 2022 at 18:41 in reply to: Emailsender: issues in email. Noticed when sending email to SMS #21497Hi Kalvin,
sorry if I answer only now, but I return to my home this day.Do you try to send the message with mime type TEXT?
I fight with /n/r on another topic, and I fix a lot of bugs with outlook and others, now It works correctly with the majority of the clients.
Can you tell me which SMS provider you use? so I can do some tests.
Bye Renzo
Hi Setyawan,
sorry if I answer you only now, but I’m returning this day at home.In the program, you put a cycle that sends a big quantity of messages without stopping and I think you ask too much to the devices, try to wait for more from one message to another, then put the
if (e32ttl.available() > 1)
outside the cycle of sending and don’t use delay but check an elapsed time for sending and nothing for the receiving.
Bye Renzo
26 June 2022 at 18:18 in reply to: esp8266 from stattion mode to access point mode with FtpServer code #21495Hi,
the problem is this:Response: 227 Entering Passive Mode (0,0,0,0,195,89)
you must specify the address because for some reason It can’t find the self-IP address.
Try to usevoid setLocalIp(IPAddress localIp);
to sed the IP.
Bye RenzoHi Anton,
It seems fully compatible with MKS WiFi standards.
Witch kind of firmware do you have?
Bye RenzoHi Anton,
I don’t have a machine to test, and now I’m out for all the week.
When I return to home I try to check something.
Bye Renzo -
AuthorPosts