Forum Replies Created
-
AuthorPosts
-
Hi Theo,
It seems all ok, try to make any change
WOR role
and
Tran Mode
of DTU, in a previous version of the E22 client, Ebyte made some parameters errors.If you have another E22, try to send a message to check if you have some receiving problem.
Bye Renzo
Hi Arkadiusz,
I don’t check the firmware, and I don’t know well the board, if you check that I think there wasn’t a way.
But I don’t know if the protocol was the same of standard communication via serial usb.We must check that possibility and we can go to use that to connect.
Bye Renzo
Ahh! Yes ok I didn’t remember that.
To set correct power you must add the define, you can refer to this paragraph.
But I think that the problem isn’t that.
For debug uncomment the define in LoRa_E22.h file, but I think also this can’t add more information.
Try to change/remove resistor and connect to 5v.
Bye Renzo
Hi olo,
I don’t know that board and to work a wifi module need more pins check
MKS WIFI for Makerbase Robin: boards and how to wiring esp12 & NodeMCU – 1I think it’s possible but now I don’t check that.
MKS WIFI need an esp8266.
Bye Renzo
Hi Theo,
I don’t know if e22 and e90 are compatible.You must declare the correct power, but it isn’t that the problem
The 30 need more ampere and it’s better if you use 5v
I test the module in Vero close position without problemBye Renzo
Hi,
if you uncomment the debug variable you can get additional info
But I think in your case there is a wiring problem
Try to remove/change the resistor.
What is the exact model you use?Very interesting,
probably I’m going to test SSLClient to implement TLS for WiFi also.
Keep in touch RenzoHi Theodoros,
It seems all ok; try to put it all on a breadboard and activate the debug.
Which error do you receive?
Bye RenzoHi ps2,
fantastic, can you share your coffee to integrate on the library..
Bye RenzoHi,
here an exampleEMailSender::FileDescriptior fileDescriptor[2]; fileDescriptor[1].filename = F("test.txt"); fileDescriptor[1].url = F("/test.txt"); fileDescriptor[1].storageType = EMailSender::EMAIL_STORAGE_TYPE_SD; fileDescriptor[0].filename = F("logo.jpg"); fileDescriptor[0].url = F("/logo.jpg"); fileDescriptor[0].mime = "image/jpg"; fileDescriptor[0].encode64 = true; fileDescriptor[0].storageType = EMailSender::EMAIL_STORAGE_TYPE_SD; EMailSender::Attachments attachs = {2, fileDescriptor}; EMailSender::Response resp = emailSend.send("<receipe@gmail.com>", message, attachs);
Bye Renzo
Hi fr,
yes, SD was supported, you can follow the instructions on this article
Send email with attachments (EMailSender v2.x library): esp32 and esp8266 – 2I don’t test s2, I’ll do that test soon.
Bye Renzo
30 December 2021 at 08:12 in reply to: Arduino NANO 33 IOT: Sending 2 mails OK, following FAILS #17571Hi Irgo,
thanks to your information I fixed It.
I’m going to release the library this evening.
Bye RenzoHi Clive,
It’s in the examples folder of the library
Here for esp32, and here for esp8266.Some additional info here
EByte LoRa E32 Web Manager: description, configure and demo (esp8266, esp32) – 2Bye Renzo
Hi Clive,
no 38 wasn’t referred to the E[xx], but It’s an id that refers to a specified model.
Try to use the web interface, and give me feedback.
Bye RenzoHi all,
I receive support from EByte; I think in the next month, I’m going to release the library for E220 LLCC68 devices.
Bye Renzo -
AuthorPosts