Search found 23 matches

by romainperea
25 Apr 2025, 09:22
Forum: ESP Easy: Software
Topic: Custom Build for ESP32-C6
Replies: 4
Views: 275

Re: Custom Build for ESP32-C6

TD-er wrote: 24 Apr 2025, 21:20 Yes, that was a fix, I only fixed yesterday and has not yet been merged into the main branch.
I just merged it...
Thanks ! i've redownloaded the source code and compiled it, and it works like a charm ! thank you for your hard work :D
by romainperea
24 Apr 2025, 21:23
Forum: ESP Easy: Software
Topic: Custom Build for ESP32-C6
Replies: 4
Views: 275

Re: Custom Build for ESP32-C6

Thanks for your quick answer, i'll compile it again tomorrow, once i've redownloaded the sources ;)
by romainperea
24 Apr 2025, 20:52
Forum: ESP Easy: Software
Topic: Custom Build for ESP32-C6
Replies: 4
Views: 275

Custom Build for ESP32-C6

Hi everyone,

I've successfully build my custom build for my ESP32-C6 device, with the embedded TFT, adding the required P116 plugin.

Unfortunatly, some GPIO pins are "missing" from the config pages... no GPIO 2 4 5 6 and 7... do you know why ?
by romainperea
11 Mar 2025, 13:46
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

Sorry for the delay, here is the configuration that works for me: In the hardware Tab, i have defined the SPI Interface as: Init SPI: User defined GPIO-CLK: GPIO-7 GPIO-MISO: GPIO-5 GPIO-MOSI: GPIO-6 In the device tab, i have defined the LCD Display as: GPIO-CS: GPIO-14 GPIO-DC: GPIO-15 GPIO-RES: GP...
by romainperea
22 Feb 2025, 20:18
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

Ath wrote: 22 Feb 2025, 19:14 Great, thanks for the feedback :D

No, this device doesn't have a touchscreen installed, but possibly a similar unit has, so I include P123 by default, just in case ;)
Thank you very much for this hard work :)
by romainperea
22 Feb 2025, 17:55
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

@romainperea It took a bit of fiddling to get it just right, but I managed to add a display configuration matching the ST7735 172x320 display. Code is available from this PR #5263 . Here's a test-build for the ESP32-C6 (Custom configuration with P038 (Neopixel to control the led on GPIO-8) P095 (TF...
by romainperea
21 Feb 2025, 17:10
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

Thanks !

i'm gonna try it this weekend !
by romainperea
09 Feb 2025, 12:10
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Re: Problem with timer syntax ?

Maybe you could add some VOC sensor (CCS811 if I'm not mistaken) to detect whether it may be needed to act against the smell. Just make sure not to continue sending lots of ozone as it is for sure not healthy. (and it may interact with the readings of the VOC sensor) Excellent idea ! I totally agre...
by romainperea
09 Feb 2025, 11:53
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Re: Problem with timer syntax ?

What isn't working? Or maybe I didn't understand your requirements. The thing that wasn't working was the second timer that prevent the device to release ozone to frequently. Now, with the last code i posted (and your help), it works perfectly ;) The device i'm building is something that i'm gonna ...
by romainperea
09 Feb 2025, 00:06
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Re: Problem with timer syntax ?

I was not able to sleep without finding why, and here it is (thanks to you ;) ): On Infrarouge#State=1 do if [int#1]=0 gpio,23,1 gpio,16,1 TimerSet,1,4 Endif endon On Rules#Timer=1 do // Timer #1 is used to turn off the fan and ozone generator GPIO,23,0 GPIO,16,0 Let,1,1 TimerSet,2,120 endon On Rule...
by romainperea
08 Feb 2025, 23:42
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Re: Problem with timer syntax ?

Thanks for your really fast responses team ;)

Unfortunatly, it does not works...
But i'll try to figure it ou tomorrow ;)
by romainperea
08 Feb 2025, 23:24
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Re: Problem with timer syntax ?

When Timer2 expires, it is supposed to "allow" the PIR sensor to trigger the relay again. I've tried this syntax with no more luck. On System#Boot do timerSet,2,120 Endon On Infrarouge#State=1 And Rules#Timer=2 do GPIO,23,1 GPIO,16,1 timerSet,1,4 Endon On Rules#Timer=1 do //When Timer1 exp...
by romainperea
08 Feb 2025, 23:09
Forum: ESP Easy: General Discussion
Topic: Problem with timer syntax ?
Replies: 10
Views: 2812

Problem with timer syntax ?

Hello, i have a little problem with an ESP32 relay card. I'm building an ozone device, triggered by a PIR sensor. Everything is connected correctly, and the Devices are Populated correctly. The goal of this Rules, is to "activate" the Relay for 4 seconds, when something trigger the PIR sen...
by romainperea
02 Feb 2025, 21:13
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

Ath wrote: 02 Feb 2025, 19:18 Thanks. Order has been finalized. Should ship soon.
I'm not sure you'll be able to do something, but it's an interesting device ;)
by romainperea
02 Feb 2025, 17:32
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

Done ;)
by romainperea
02 Feb 2025, 16:48
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

I'll wait for a "future build" for this device ;) (for supporting the embedded display).

Is it possible to "donate" euros for the developpers to buy one of this device to "see" if something is possible ?
by romainperea
16 Jan 2025, 09:14
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

I totally agree, there are so many devices available, an it's not possible to test all of them... I'm gonna try all the possible configurations with the P116 plugin and let you know if one of them works better ;)
by romainperea
15 Jan 2025, 21:30
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

Re: ESP32-C6 with built-in TFT

I can post my custom firmware here if you want, just tell me what plugin you want inside and i'll do it.

An thanks for the informations about the temperature sensors ;)
by romainperea
15 Jan 2025, 19:00
Forum: ESP Easy: Hardware
Topic: ESP32-C6 with built-in TFT
Replies: 21
Views: 7161

ESP32-C6 with built-in TFT

Hi everyone ! I've ordered this ESP32-C6 board: https://fr.aliexpress.com/item/1005008084095266.html I have successfully compiled a custom ESPEasy firmware (the 20241222 one), with the P116 plugin, to be able to activate the onboard TFT. Unfortunatly, the embedded TFT is a 172 x 320 one, driven by a...
by romainperea
16 Aug 2019, 20:46
Forum: ESP Easy: General Discussion
Topic: Re-run initial WiFi setup
Replies: 4
Views: 3563

Re: Re-run initial WiFi setup

is there a special command to invoke to get the setup again ?
by romainperea
25 Feb 2019, 16:43
Forum: ESP Easy: Hardware
Topic: Stepper motor support ?
Replies: 2
Views: 3137

Re: Stepper motor support ?

so.... does anyone knows ? ;)

Planned ? impossible to add ?

Thanks ;)
by romainperea
20 Feb 2019, 15:25
Forum: ESP Easy: Hardware
Topic: Stepper motor support ?
Replies: 2
Views: 3137

Stepper motor support ?

Yes, i know it was already asked before, and i've seen that Domosapiens have apparently already worked on it, but is it "planned" to officialy include a plugin to control stepper motors like NEMA 17 ones ? ;) I'm not really confortable (not at all in fact :D ) in building myself a firmware...
by romainperea
20 Feb 2019, 15:18
Forum: Introduce yourself
Topic: Hi from France !
Replies: 1
Views: 3622

Hi from France !

Hello everyone ! I've discovered this incredible firmware for esp8266 few months ago, and i love it. I've created my home domotic system with Domoticz and an RFXTRX433 coupled with some sensors and actuators, but now, with the capabilities of this firmware, i'm planning to convert eveything to wifi ...