Forum Replies Created
-
AuthorPosts
-
Hi rs77can,
no, nothing in particular, but you can try downloading an older library (in the Arduino IDE you can select all the previous version) to check if something is different.
Bye RenzoHi TLes,
It’s possible that you don’t give so much power to the microcontroller to do the operations, try to add an external power supply.
Bye RenzoHi Piotr,
I think there is an issue with your code, and It seems that you want to send a message every millisecond in the loop.
I think you must set a correct delay on It.But first of all, you must connect AUX; otherwise, every send need a big delay for execution.
Bye RenzoHi rs77can,
I think your email provider change something about EHLO message.
Try to contact your provider or check if there was some system updade.
Bye RenzoCiao Alex,
potresti mettere il codice?
setti la configurazione temporaneamente o in maniera permanente?
Mi metti il link al tuo dispositivo ed anche la configurazione che usi sull’arduino IDE?
Ciao RMHi Georg,
It’s the same process, if you don’t put the device in wake up mode you must simply check the AUX pin when raising it from LOW.
Bye RenzoHi Georg,
Yes sure, you can find the examples hereBye Renzo
Hi Ron,
you can find all the information here.I spend a lot of time changing the firmware and creating a web interface.
I changed only the firmware of the MKS WiFi module without changing the printer firmware, so It can be used with many printer variants without creating problems.
You can find the source code of the esp8266 firmware and the repository with the complete project of the web interface at the end of every article.
Bye Renzo
Hi,
you can find a complete tutorial with examples
for the E220 here
for the E22 hereBye Renzo
Hi Orhan,
yes, you can use e220 for the LoRa rocket with the microcontroller you want.
Bye RenzoHi,
you can pass the baud rate via Constructor, but by default It use 9600.Bye Renzo
If you want send data to thing network you must implement the specified protocol.
I think a better solution is to use a simple MQTT server like other IoT device.
Bye RenzoHi lifeislife,
I think the gateway isn’t compatible with the module, EByte has his gateway, or you can build one like in these articles.EByte LoRa E32 gateway: manage via REST and WebSocket (esp8266, esp32) – 1
Bye Renzo
29 November 2022 at 08:24 in reply to: Mega 2560 e32 EByte frozen in example sendReceiveTransparentTransmissionMessage #23588Hi Vidyadhari,
you can use all the examples you find in the tutorial, the only change you need is the configuration and wiring for this constructor.SoftwareSerial mySerial(11, 5); LoRa_E32 e32ttl100(&mySerial, 3, 7, 6);
So in this example you must only change the highlighted lines and do the correct wiring.
bye Renzo
Hi fr,
It’s strange, It’s wrong, the internal storage was the SPIFF and with this operation you are going to read from SD with SPIFF configuration.I’m going to check soon.
Bye Renzo -
AuthorPosts