Forum Replies Created
-
AuthorPosts
-
I add you to Author role, now on this link you can create post upload image and so on.
When I have some time I’d like to help you to improve the weather station with web interface and other.
But first the article, where I’m going to study the solution 😉
I send you an email so you can grab my email address and if you need some help write directly to that.
Thanks Renzo
It’s very beautiful, would you like to write some articles about that on this site?
I’d like to create a section for this purpose.
Bye RenzoHi Eugenio,
The step up raise the voltage from 2v to 5v to a fixed 5v.I think a good solution (I use this with 18650) is a step up like the one used here
Emergency power bank homemadeNow I find a little module that do recharge and step up to 5v, but I don’t tested yet
If I test It I’m going to inform you.
Bye Renzo
Hi Eugenio,
to get the best performance you must power the E22/E32 with 5v and a sufficient amperage.
If you use 3.3v you lost some kilometres.
Bye RenzoHi Andrew,
if you want exist the versione for WeMos D1 mini an esp8266.Bye Renzo
Hi Eugenio,
in general for AUX I prefer to use RTC GPIO
ESP32 practical power saving: preserve gpio status, external and ULP wake up – 5For M1 and M2 I exclude special pin like EN GPIO0 or similar for the tedious problem with initial state
But If you can use the pin of the shield, that are tested a lot.
Ebyte LoRa E32 device for Arduino, esp32 or esp8266: WOR (wake on radio) and new ESP32 shield – 8Bye Renzo
Hi Andrew,
I think you are wrong, I have some versions of NodeMCU (esp8266) and the form factor isn’t the same of esp32 DOIT DEVKIT v1 as you can see in the photo.Bye Renzo
Attachments:
You must be logged in to view attached files.Hi Andrew,
I can’t see your photo, read the note to the left to insert external image or upload a 512Kb image.It’s strange It’s fit perfectly like you can see in the photo
Bye Renzo
Hi,
the fast answer is, no you can’t.
But if you change the library and reference an instance of pcf8575 you can try to manage via espander.
Bye RenzoHehe.. no problem Rudy
Bye RenzoHi Alexandr,
I’m going to publish It this week with a mini guide, I already create the binary firmware.
I update this topic when ready.
Bye RenzoHi Rudy,
It’s very strange, try to put 5v power supply and change pull-up resistor with lower value.When you read the buffer It’s cleared, but if you send fast series of messages you must use readMessageUntil (orange box)
ResponseContainer receiveMessageUntil(char delimiter = '\0');
You must send a message with a terminator character
ResponseStatus rs = e32ttl.sendMessage("Prova\0");
and receive message like so
ResponseContainer rs = e32ttl.receiveMessageUntil();
default terminator as you can see in the declaration of the method is ‘\0’, but you can use what you want.
Bye Renzo
I search a bit and seems the problem is that Ethernet not support SSL natively, so I think you must use service like SendGrid.
Bye RenzoHi SSpence,
you can’t use GMail directly, you must follow these steps
Configure GMail for EMailSenderGive me a feedback.
Bye RenzoHi sspence,
no, you must change EMailSenderKey.h with#ifndef DEFAULT_EMAIL_NETWORK_TYPE_ESP32 #define DEFAULT_EMAIL_NETWORK_TYPE_ESP32 NETWORK_ESP32_ETH #define DEFAULT_INTERNAL_ESP32_STORAGE STORAGE_SPIFFS #endif
The Client and Server are correct..
https://github.com/espressif/arduino-esp32/blob/master/libraries/WiFi/examples/ETH_LAN8720/ETH_LAN8720.inoBye Renzo
-
AuthorPosts