Forum Replies Created
-
AuthorPosts
-
16 September 2022 at 08:27 in reply to: esp8266 from stattion mode to access point mode with FtpServer code #22939
Hi nicoxx,
from the log you send me/**************************/ Command is: PASV Connection management set to passive Listening at 0.0.0.0:50009 -M-L-S-D- /**************************/
It seems that the IP you passed to the server was wrong, and It set 0.0.0.0.
Bye Renzo
Hi,
I ask to the people that use e32 for a production project.
They say that to raise best performance more than 8km that is the limit of e32) they use a 12dbi antenna positioned ad 4 meter high to the receiver and 8dbi antenna to the sender at 1 or 2 meter height.
They have 868mhz device, and if the use 915mhz antenna the distance is reduced by half (problem start from 4km).So I think you must consider:
– good voltage and amperage;
– correct antenna (mhz and dbi);
– put the antenna very high;Keep in touch for the result of your test.
Bye Renzo
Hi rb3rg,
It’s important to use the correct antenna (for the relative frequency) and to power the device with a stable 5v with good amperage.
I ask to another use that use the devices in a agriculture product how he manage the device to get the maximum distance.
Bye RenzoHi Bert,
the library you use does not support pcf8574, so I think It’s better if you create a simple function to scan which pin is selected and retrieve the keypad button.
Bye Renzo5 September 2022 at 16:39 in reply to: Aiuto per piedinatura schedina ESP8266 WiFi NodeMCU Modulo 18650 Batteria 0.96in #22564Ciao Dario,
sull’ide puoi usare direttamente D5 al posto del numero, e ci pensa lui poi a fare la conversione.
Ciao RM5 September 2022 at 08:47 in reply to: Aiuto per piedinatura schedina ESP8266 WiFi NodeMCU Modulo 18650 Batteria 0.96in #22552Ciao Dario,
gli esp uno vale l’altro (a meno di dover gestire il risparmio energetico), è bene prendere quello che ci soddisfa di più.Per i pin basta che controlli sulla scheda sono tutti numerati ad eccezione del joistick che sembri usare questi pin FLATH, RSET, D5, D6, e D7, ma non è chiaro a cosa corrisponde FLATH.
E del display oled che usa SDA e SCL connessi a D1 e D2 rispettivamente.I pin che trovi sulla scheda a parità di nome hanno le stesse funzioni di un qualsiasi esp8266.
Ciao Renzo
Attachments:
You must be logged in to view attached files.4 September 2022 at 09:23 in reply to: Aiuto per piedinatura schedina ESP8266 WiFi NodeMCU Modulo 18650 Batteria 0.96in #22550Ciao Peo,
intendi questo?
https://s.click.aliexpress.com/e/_DkyLC4L
Ciao RMHi moonman,
No sorry nothing of that.
Bye RenzoHehehe.. good!
If you want, send us some photos of your work.
Bye RenzoHi moonman,
you can’t send more than 58byte in a single call, but if you use a structure with some packet instruction, you can manage It via software.struct Packet { byte deviceId; byte msgId; byte[54] rawBinary; bool end; };
with a similar structure, you can identify a sender device and the msgId, and you can rebuild the complete message in the server and use end == true to know if the stream was complete.
Bye Renzo
Hi Rainer,
try to format the SD of the printer.
Bye RenzoHi,
You can find it here
Ebyte LoRa E220 device for Arduino, esp32 or esp8266: manage Wake On Radio and sends structured data – 5Bye Renzo
Hi tarpacik,
I think It’s better if you use an example with the library.
Bye RenzoHi tarpacik,
you send/receive more than 1000 messages per second, and you can’t do that.
Bye RenzoHi tarpacik,
It seems ok, it can be a configuration problem. I can’t see any other issue.
Bye Renzo -
AuthorPosts