Forum Replies Created
-
AuthorPosts
-
Hi 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 RenzoHi fr,
I can’t replicate your issue, try to uncomment debug define, and post the result here.
Bye RM22 November 2022 at 11:22 in reply to: How to reset local browser preferences for Beeprint UI ? #23559Hi Jumbo,
I advise you to go on developer instruments (F12) –> Application –> Storage –> Clear site data.
Bye RenzoAttachments:
You must be logged in to view attached files.Perfect Jumbo,
in the articles series, you can find a lot of information. If you have some trouble ask here.
Bye Renzo21 November 2022 at 21:14 in reply to: esp8266 WeMos D1 mini and E220-900T30D: frequencies problem and info #23547Hi Vilin
you must put#define FREQUENCY_868
before the include of the library. If It does not work, add directly to thestatesNaming.h
file.
In my library, I allow connecting
Rx, Tx or Rx, Tx, AUX or Rx, Tx, AUX, M0, M1
AUX is quite important for performance (without AUX, I add the maximum delay to be sure the operation was complete).
You can save the configuration permanently or only for the session.You can find more information here
Ebyte LoRa E220 LLCC68 device for Arduino, esp32 or esp8266: library – 2Ebyte LoRa E220 LLCC68 device for Arduino, esp32 or esp8266: configuration – 3
Bye Renzo
Hi fr,
mmmm… as you can see in these lines I do begin of SD class only if you don’t do It.
So I don’t initialize the SD class, but I use your initialization.
Bye RenzoHi Jumbo,
I think this problem is correlated to another issue with some file encoding.
If I find some time, I try to verify and fix It.
Bye Renzo -
AuthorPosts