Forum Replies Created
-
AuthorPosts
-
19 August 2022 at 07:56 in reply to: ESP8266 connection to LLCC68 always fails, the hardware used is E220-400T30D. #22348
Hi,
probably you do the wrong wiring, or It’s a power supply problem.
Bye Renzo17 August 2022 at 07:15 in reply to: ESP8266 connection to LLCC68 always fails, the hardware used is E220-400T30D. #22344Hi, qhf,
to understand getConfiguration, read this
Ebyte LoRa E220 LLCC68 device for Arduino, esp32 or esp8266: configuration – 3what error do you obtain from the library?
Thanks, Renzo
16 August 2022 at 11:25 in reply to: EByte LoRa UART arduino library Raspberry Pi Pico support #22306Hi,
yes I tested the device and It’s fully supported.
I attach also the wiring diagram.Here the configuration for the diagram:
// ---------- Raspberry PI Pico pins -------------- // LoRa_E220 e220ttl(&Serial2, 2, 10, 11); // RX AUX M0 M1 // -------------------------------------Attachments:
You must be logged in to view attached files.Hi Matejt,
I check your code, and there is an error, M0 and M1 must be HIGH, not LOW.If you get this example from the site, please, tell me where because I must fix It.
Bye Renzo
Hi Matejt,
I check your code, and there is an error, M0 and M1 must be HIGH, not LOW.If you get this example from the site, please, tell me where because I must fix It.
Bye Renzo
Hi, tarpacik,
if you get “no response” you probably insert an error, power supply, or wiring problem.You can’t use only FTDI to program an EByte module. You need to manipulate M0 and M1.
Bye Renzo
Sorry, but I don’t know that library.
But if you follow the guide you discover that it’s very simple to create test api.
That library isn’t a big help.REST server on esp8266 and esp32: introduction – Part 1
Bye Renzo
I think It’s very clear, and many people use It.
What problems do you have?
Bye RenzoHi Grzegorz,
sorry for the late response, I found the bug introduced in the latest version, for ESP32 I must force int cast of SDA SCL, but STM32 core need uint32_t so here is the mistake.
You can find the fix in version 2.2.4.
Thanks a lot for your support.
Bye RenzoHi Grzegorz,
you do the begin before the pinMode declaration, that’s wrong.You must do the pinMode of all pin, then begin then start the normal use.
Bye Renzo
I recheck the code in the first topic, and I can’t understand where you initialize the pcf.
Please start from an existing example and modify It, then send me the complete code.Bye Renzo
Hi john,
yes, the pump work in a specified time period, and It start if tank is not full and stop if it’s full.
Bye RenzoHi Musti,
I write an article on how to manage the microcontroller deep sleep with E32, and you can find It herebut for the management of E22 you can get all the information here.
Practically, when your E22 is in sleep mode, you must use the AUX pin (managed bye the E22) to wake up the microcontroller also.
If you need more information write here.
Bye Renzo
PS: I also started writing the specified section for esp8266, esp32, stm32, Arduino, and Arduino SAMD about the sleep mode.
-
AuthorPosts
