Forum Replies Created
-
AuthorPosts
-
Hi Gzegorz,
you can find some examples and documentation herePCF8574 i2c digital I/O expander: Arduino, esp8266 and esp32, basic I/O and interrupt – Part 1
Bye Renzo
In the SecurityRoom.ino.
Try to reduce the sending frequencies.
Bye RenzoHehehehhe… but I think the problem is the sending frequencies of the email, probably GMail block the multiple sending if the second email is too close to the previous.
Bye Renzo4 July 2022 at 22:23 in reply to: esp32 e32 constructor difference and HardwareSerial and SoftwareSerial difference #21574Hi Fix,
SoftwareSerial for esp32 is not a standard library, esp32 can use HardwareSerial with custom pins.
You can find all in the official documentation.
Bye RenzoCan 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
-
AuthorPosts