Search found 8 matches

by Lstt
12 Sep 2018, 10:39
Forum: ESP Easy: General Discussion
Topic: Can i write some string to spiffs or flash?
Replies: 3
Views: 2511

Re: Can i write some string to spiffs or flash?

I read about sd-card. But I was hoping that you can still use internal flash memory..(
by Lstt
11 Sep 2018, 12:08
Forum: ESP Easy: General Discussion
Topic: Can i write some string to spiffs or flash?
Replies: 3
Views: 2511

Can i write some string to spiffs or flash?

Dear friends! Can i write some data -strings (from rules or sensors for example) to eeprom or spiffs...
I know about about limited rewriting cycles...
by Lstt
02 Mar 2018, 06:32
Forum: ESP Easy: General Discussion
Topic: Serial port - analyze data?
Replies: 4
Views: 3848

Re: Serial port - analyze data?

OK I understood. Thanks for the explanation.
by Lstt
01 Mar 2018, 20:33
Forum: ESP Easy: General Discussion
Topic: Serial port - analyze data?
Replies: 4
Views: 3848

Re: Serial port - analyze data?

I allready have code (arduino sketch). But i thought that if it was through the EspaEasy interface with its ready-made solutions (in the part of HTTP protocols, mqtt), it would be more interesting..) :) #include <ESP8266WiFi.h> #include <PubSubClient.h> #include <SoftwareSerial.h> unsigned long coun...
by Lstt
01 Mar 2018, 10:15
Forum: ESP Easy: General Discussion
Topic: Serial port - analyze data?
Replies: 4
Views: 3848

Serial port - analyze data?

Dear friends! Can i use EspEasy for analyze (include rules) periodical packets via Hardware or Software serial? For example, serial port recieve 0x23ab2c - i analyze it, and if condition is right, send something via MQTT? I have this 433mHz reciever, that recieve and analyze 433 mHz RF code: Full sp...
by Lstt
25 Jan 2018, 18:53
Forum: ESP Easy: General Discussion
Topic: ESP MEGA - Pulse Counter
Replies: 14
Views: 15181

Re: ESP MEGA - Pulse Counter

Thear friends! I am newby in ESPEasy. Can you say - how i can write total counter in flash memory - like idea in this issue - https://github.com/letscontrolit/ESPEasy/pull/69 ? Or it's really hard?
by Lstt
24 Jan 2018, 20:48
Forum: ESP Easy: General Discussion
Topic: How i can install framework-arduinoespressif8266 2.3.0 ?
Replies: 3
Views: 3278

Re: How i can install framework-arduinoespressif8266 2.3.0 ?

Open the "Board Manager" in the Arduino IDE. Scroll down until you find the "ESP8266 by ESP8266 Community" paragraph. De-install the 2.4.0. On bottom right is a small box where you can select the version you want to install Select 2.3.0 and install. Hop that helps. Regards Shard...
by Lstt
24 Jan 2018, 19:18
Forum: ESP Easy: General Discussion
Topic: How i can install framework-arduinoespressif8266 2.3.0 ?
Replies: 3
Views: 3278

How i can install framework-arduinoespressif8266 2.3.0 ?

https://github.com/letscontrolit/ESPEasy/issues/769
How i can instal framework-arduinoespressif8266 2.3.0, not 2.4.0 (by default) ?