Search found 19 matches

by Sylv_01
28 Feb 2024, 08:43
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17737

Re: Support of E-Ink Displays

Hello, thanks for you reply ! Yesterday evening I have upload the "display" build into my Wemos, and have seen that all SPI bus are pinout availability, is great ! So I bought one of 2,7" e-ink display, now I will try to compile a extra build with P096 and P102 plugins together becaus...
by Sylv_01
27 Feb 2024, 15:07
Forum: ESP Easy: Hardware
Topic: Support of E-Ink Displays
Replies: 19
Views: 17737

Re: Support of E-Ink Displays

For e-ink/ePaper displays we have P096, that's still missing from the released documentation, but I have added documentation in a pending PR . That PR is intended to add some more display models (but I wasn't very successful yet in adding that, mostly because of the lack of documentation :(). The c...
by Sylv_01
18 Aug 2022, 10:02
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Regarding the list of commands on this page :

https://espeasy.readthedocs.io/en/lates ... mmand.html

I don't see a GPIO command to read analog input on A0 pin, isn't possible ???
by Sylv_01
18 Aug 2022, 08:11
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Hello, I have a pb to send command to Wemos with Arduino IDE... I'm correctly receiving message from Wemos, but command I send seem not to be received by Wemos (example below with "DateTime" command) : Screen Shot 08-18-22 at 08.08 AM.PNG [Edit] Ok, that's working fine, I didnt' see that I...
by Sylv_01
17 Aug 2022, 16:30
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Thanks for your quick reply !
The pb is, I don't have authorization to use WiFi Network at job, I can only connect to Wemos in AP mode with my tablet or my phone...
So It's because I want to force AP mode only, to be sure Wemos won't be disturb by other WiFi networks....
I will try this tomorrow...
by Sylv_01
17 Aug 2022, 15:34
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Hello, some (bad) news : I can't connect to my Wemos by WiFi AP mode here at job, I thinks it's because we have a lot of differents Wifi SSID / channels, so Wemos Wifi seem to be inconstant... Can you tell me how I can force AP Mode ? Do you think I can send "WifiAPMode" serial command wit...
by Sylv_01
11 Aug 2022, 15:04
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

TD-er wrote: 11 Aug 2022, 15:00 If it is anywhere on pages we manage, I will for sure remove this info.
No, it's not into this forum, I think it was on a tuto somewhere....
by Sylv_01
11 Aug 2022, 14:17
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

I don't remember exactly where, I read a lot of page about the wifi connection !
by Sylv_01
11 Aug 2022, 13:22
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

TD-er wrote: 11 Aug 2022, 13:07
Sylv_01 wrote: 11 Aug 2022, 11:58 you mean that the password is "configesp" ??? :shock: :shock:
Yep, as it has been for ages ;)
You read both in internet, when you're cherching "password ESP_Easy" !! :twisted: :twisted:
by Sylv_01
11 Aug 2022, 11:58
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

you mean that the password is "configesp" ??? :shock: :shock:
by Sylv_01
11 Aug 2022, 10:40
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Yes thanks, I manage to see ESP_easy wifi, but I can't connect my phone...
I'm trying with "espconfig" password, but no way !
I think I will try this evening at home with an another tablet... :evil: :evil: :evil:
by Sylv_01
11 Aug 2022, 09:27
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Hello, Previously, my Wemos was configured with my home's wifi... I have flashed it with custom firmware (I've flashed it with blank_4MB firmware before), and I'm trying to connect here at job, but I don"t see wifi SSID "espeasy_0", like original config... How can I reset the Wemos to...
by Sylv_01
09 Aug 2022, 14:43
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Ok, many thanks for your help !
I will let you know if everything is working properly when I receive my sensor.
by Sylv_01
09 Aug 2022, 14:06
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Thanks for you quick reply ! I'm not sure to remember witch I'm using actually, I think it's "ESP_Easy_mega_20210802_normal_ESP8266_4M1M.bin"... But you told me, that Cache Controler is only on the custom build, so I believe I have to use the binary with "xxx_custom_xxx" on the n...
by Sylv_01
09 Aug 2022, 13:49
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Hello guys,
I've just downloaded the latest build :
https://github.com/letscontrolit/ESPEas ... a-20220809
and unzipped it...
We are ok, that I should use this binary file, for my Wemos D1 Mini (ESP8266) ?
Screen Shot 08-09-22 at 01.43 PM.PNG
Screen Shot 08-09-22 at 01.43 PM.PNG (25.45 KiB) Viewed 4916 times
by Sylv_01
05 Aug 2022, 11:38
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

It will first record it into RTC to make sure there is a large enough chunk of data to write to flash. The reason it is put in RTC first is to make sure no data gets lost in cache of a crash or warm reboot. There is a .htm file in the source tree (dump6.htm I think it is named) which you need to up...
by Sylv_01
05 Aug 2022, 09:03
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Ath wrote: 05 Aug 2022, 08:58 AFAICS, that device needs to be connected to an analog input, as there is no specific plugin available in ESPEasy, but analog should work OK for your use.
Yes, I will see how I can read value from analog input (connected to my device) and record it into RTC memory with Cache controller
by Sylv_01
05 Aug 2022, 07:42
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Re: Recording datas into internal memory

Hello, and thanks for your quick reply !
I will take a look about that...
My sensor is a GY-MAX4466, like this :
https://www.adafruit.com/product/1063
by Sylv_01
04 Aug 2022, 16:33
Forum: ESP Easy: Software
Topic: Recording datas into internal memory
Replies: 30
Views: 5054

Recording datas into internal memory

Hello, I have a project with a Wemos D1 Mini and EspEasy : I want to use this like a data logger for noise measurement.
Do you know how it's possible to record datas in Wemos memory, into a text file for example ?
And how can I read this file after recording ?
Many thanks for your help !