Forum Replies Created
-
AuthorPosts
-
17 June 2021 at 09:48 in reply to: how to retrieve the debugging information of sending email #12703
Hi Gilles,
it’s a very specific request, and honestly I have developments and additions to libraries that I developed with a higher priority.
But if I find some time I try to develop these features.
Hi Renzo16 June 2021 at 22:10 in reply to: how to retrieve the debugging information of sending email #12685Hi Gilles,
you can try to substitute the Serial (or DEBUB_PRINT and DEBUG_PRINTLN) with a Stream of file, but you must change some code on library.
Bye RenzoHi RoSchmi,
don’t worry, I’m happy to hear you. I write a simple interface for FTP server, I’m going to release It soon as example of the library.Attachments:
You must be logged in to view attached files.Hi RoSchmi,
I have not yet tested the device with the i2c, I am completing the article with a small application that gives the status of the FTP server.
But seems a connection problem, have you tried making an i2c scanner?
I try to test as soon as possible, but this week It’s full, I do my best.Bye Renzo
Hi RoSchmi,
It’s possible that endTransmission (where I retrieve the begin status) had no return on Wio Terminal.Can you try if work even if the begin had no return?
You can check your wiring with the pinout diagram
[caption id="attachment_12555" align="alignnone" width="300"]
Wio Terminal pinout mischianti low resolution[/caption]
the default configuration require BCM2 (SDA) and BCM3 (SCL) pinout.
Bye Renzo
Hi C,
The success alert you that the sender device send the message, but it don’t kbow if a receiver receive it.Try with trasparent or check M0 M1.
Enable debug and retry.
Bye RenzoIs everything working now? If you want share your project with us.
Bye RenzoHi C,
sorry if i answer only now, but with C name your post go on SPAM and I lost It.Your speed air rate was different from sender and receiver. I think you must fix It.
Bye Renzo
Hi Flowmikos,
thanks for reporting, I will immediately fix the scheme, could you tell me the exact article.
Thanks again RenzoDamn, It’s surely that, I had not noticed the parameter.
ResponseStatus rs = e32ttl.setConfiguration(configuration, WRITE_CFG_PWR_DWN_SAVE);
For the speed, you had try to bid distance at 45ms if some package comes after others.
But you
Hi Flowmikos,
I don’t know if the problem was only that but 60millis can be managed by this devices, try a test with 3000 millis or more.
If you don’t receive response, try to enable DEBUG and send the result.Bye Renzo
Hi Alex,
the port you use is 587, I think It’s STARTTSL protocol, and It’s not supported by my library.
You must choice a service that use SSL only.
Bye RenzoHi Flowmikos,
Try to put a value on ADDL or ADDH, then you must set a delay, the device can’t send message at 8Mhz (8000 msg per secs).
Retry and tell me the result.
Bye RenzoHi edje,
I think the problem is that my library not support STARTTLS, and I need a quite bit of time to implement.
You must use standard SSL SMTP server.
Bye RenzoHi Kriss,
I use esptool to upload, and i use this commandesptool.exe -cd nodemcu -cb 921600 -cp COM17 -ca 0x00000 -cf Aurora_Web_Inverter_Monitor_242.bin
use the version with ftp and upload the data files (html files), then I think It’s better if you put the version without ftp so you free some resources.
bye Renzo
Attachments:
You must be logged in to view attached files. -
AuthorPosts