Forum Replies Created
-
AuthorPosts
-
5 September 2022 at 16:39 in reply to: Aiuto per piedinatura schedina ESP8266 WiFi NodeMCU Modulo 18650 Batteria 0.96in #22564
Ciao 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 RenzoHi tarpacik,
I need to know what are you doing to help you.
Send me wiring and code.
Bye RenzoHi Matejet,
yes, It’s correct; if you don’t connect all the pins (M0 and M1 in particular), you can’t switch to a different mode.
So, you can do a single operation with a single configuration of M0 and M1.
Bye Renzo19 August 2022 at 07:56 in reply to: ESP8266 connection to LLCC68 always fails, the hardware used is E220-400T30D. #22348Hi,
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
-
AuthorPosts