Search found 10 matches
- 05 Nov 2024, 18:29
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 13
- Views: 3471
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Here https://github.com/moononournation/Arduino_GFX there is an interesting library witen for arduino.
- 01 Nov 2024, 17:38
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 13
- Views: 3471
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Despite the doubts I tried the video drivers present.
In my opinion different drivers should be used.
I'm investigating I see that in the attached documents they specify QSPI and #include <lvgl.h> for management.
Here only a small part of the code distribuited with device for demo
In my opinion different drivers should be used.
I'm investigating I see that in the attached documents they specify QSPI and #include <lvgl.h> for management.
Here only a small part of the code distribuited with device for demo
- 01 Nov 2024, 12:37
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 13
- Views: 3471
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Hi, from description on user manual i saw. This LCD module uses ESP32-S3-WROOM-1 module as the main control, the main control is a dual-core MCU, integrated WI-FI and Bluetooth functions, the main frequency can reach 240MHz, 512KB SRAM, 384KB ROM, 8M PSRAM,Flash size is 16MB, The display resolution ...
- 01 Nov 2024, 09:29
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 13
- Views: 3471
AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
I recently bought this interesting device that I wanted to use as a minimal display to manage some devices in my home automation that is currently controlled with Domoticz on Rpi3B+. I tried using the ESP_Easy_mega_20240822_display_ESP32s3 version but although the toutch seems to be alive, I can't s...
- 01 Nov 2024, 09:19
- Forum: Experimental
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 1
- Views: 1349
AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
I recently bought this interesting device that I wanted to use as a minimal display to manage some devices in my home automation that is currently controlled with Domoticz on Rpi3B+. I tried using the ESP_Easy_mega_20240822_display_ESP32s3 version but although the toutch seems to be alive, I can't s...
- 29 May 2022, 22:59
- Forum: ESP Easy: Software
- Topic: after rel.20211005 Domoticz MQTT Helper doesen't work
- Replies: 9
- Views: 4130
Re: after rel.20211005 Domoticz MQTT Helper doesen't work
That bug has been fixed in the current code-base via #4044 as was reported in #4043 , but has not seen a release yet. Can you download from a recent Github Actions build, here ? (You will need a Github account to be able to download) I tried the code fixed in issuses #4044 as indicated which is dat...
- 29 May 2022, 21:58
- Forum: ESP Easy: Software
- Topic: after rel.20211005 Domoticz MQTT Helper doesen't work
- Replies: 9
- Views: 4130
Re: after rel.20211005 Domoticz MQTT Helper doesen't work
Ok dear I have a gitHub account i'll try to download. Thanks
- 29 May 2022, 16:07
- Forum: ESP Easy: Software
- Topic: after rel.20211005 Domoticz MQTT Helper doesen't work
- Replies: 9
- Views: 4130
Re: after rel.20211005 Domoticz MQTT Helper doesen't work
What I don't understand is, you do set a value to the dummy, but you don't seem to be using it. Apart from this all, I don't know what may be wrong with the Domoticz MQTT helper, have to check the source (and code changes) for it. But I can't imagine what deliberate change there may have been to th...
- 29 May 2022, 15:14
- Forum: ESP Easy: Software
- Topic: after rel.20211005 Domoticz MQTT Helper doesen't work
- Replies: 9
- Views: 4130
Re: after rel.20211005 Domoticz MQTT Helper doesen't work
You have extra [ and ] wrapping the rules, is that while posting here on the forum or is it in your rules too? I first thought it may have to do with the taskvalueset command only being allowed on dummy tasks, but you're using it on a dummy, so that's probably not it. One thing I do see is that you...
- 29 May 2022, 10:38
- Forum: ESP Easy: Software
- Topic: after rel.20211005 Domoticz MQTT Helper doesen't work
- Replies: 9
- Views: 4130
after rel.20211005 Domoticz MQTT Helper doesen't work
Hi. I'm using EspEasy with domoticz to control mine home. I am trying to build a custom PWM for an electric boiler using an esp 12F for control, an SSR (zero cross) as a pwm element and a PZEM-004T V3 to control consumption. In Domoticz I use a switch / dimmer and with the cursor I send information ...