Search found 9270 matches
- 11 Nov 2024, 23:23
- Forum: ESP Easy: Hardware
- Topic: choosing the right GPIO
- Replies: 8
- Views: 101
Re: choosing the right GPIO
Hmm sounds like GPIO-0 is pulled to GND a bit too long. Maybe you can add some capacitor between RST and GND to keep it a bit longer in RST to let the power supply stabilize first. No idea what value. Could be 1uF is enough, but maybe you need a bit more. And maybe a 10k resistor between 3V3 and GPI...
- 11 Nov 2024, 23:07
- Forum: ESP Easy: Hardware
- Topic: choosing the right GPIO
- Replies: 8
- Views: 101
Re: choosing the right GPIO
The 5V is not always on all boards an input. Also on some boards having the ESPEasy console writing to the USB port may cause issues when no computer is connected. You can try to disable sending the ESPEasy console to HW CDC on the tools->Advanced page. Then try to boot the ESP only powered via 5V. ...
- 11 Nov 2024, 22:37
- Forum: ESP Easy: Hardware
- Topic: direct driving relais from GPIO
- Replies: 3
- Views: 34
Re: direct driving relais from GPIO
Well it is not really a matter of 'excluding' but rather to keep it simple. The ULN2003 is also rather bulky. It does have the diode included, as long as you also connect the COM pin to the supply voltage for the relais. There is nothing against using that chip. Just keep in mind that you probably c...
- 11 Nov 2024, 19:31
- Forum: ESP Easy: Hardware
- Topic: direct driving relais from GPIO
- Replies: 3
- Views: 34
Re: direct driving relais from GPIO
You don't need a chip. You can simply use some transistor. Just make sure to add a diode anti-parallel to the relais coil as a coil which is no longer carrying current will try to keep the magnetic field the same and thus generates really high voltages when you switch it 'off'. Just one of the first...
- 10 Nov 2024, 20:31
- Forum: ESP Easy: Hardware
- Topic: ESP 8266 D1 Mini WLAN Problems?
- Replies: 2
- Views: 45
Re: ESP 8266 D1 Mini WLAN Problems?
Did you recently replace the access point or changed settings on it?
Looks like you do hop between subnets anyway (.1.x and .3.x).
So maybe there is something else changed there too?
Can there be another node on your network using the same IP-address?
Looks like you do hop between subnets anyway (.1.x and .3.x).
So maybe there is something else changed there too?
Can there be another node on your network using the same IP-address?
- 08 Nov 2024, 22:24
- Forum: ESP Easy: Hardware
- Topic: choosing the right GPIO
- Replies: 8
- Views: 101
Re: choosing the right GPIO
The S3 doesn't have a lot of limitations.
However there is a number of GPIO pins you may want to leave alone.
See: https://espeasy.readthedocs.io/en/lates ... n-esp32-s3
However there is a number of GPIO pins you may want to leave alone.
See: https://espeasy.readthedocs.io/en/lates ... n-esp32-s3
- 08 Nov 2024, 22:05
- Forum: ESP Easy: Software
- Topic: Victron to ESP using SerialProxy plugin
- Replies: 118
- Views: 6816
Re: Victron to ESP using SerialProxy plugin
... of add virtual taskvalues like "success" and "failed" (to be accessed via [victron#success] for example, for a task called "victron") This can be useful for quite a lot more plugins. This way you can keep track of the connection count and stability via rules. Just c...
- 08 Nov 2024, 22:02
- Forum: ESP Easy: Software
- Topic: Flash done on ESP01S but no wifi
- Replies: 5
- Views: 72
Re: Flash done on ESP01S but no wifi
Also did you know there is an ESP32-C3 version which has exactly the same form factor?
Having 4M flash makes it soo much easier to update
Having 4M flash makes it soo much easier to update
- 08 Nov 2024, 11:29
- Forum: ESP Easy: Hardware
- Topic: RC model LM298N+SG90
- Replies: 6
- Views: 104
Re: RC model LM298N+SG90
Yep and to test if it works, you can just enter the servo commands via the command field on the tools page
- 08 Nov 2024, 11:17
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 3038
Re: NeoPixel (WS2812b) stability
Well it will be a complete rewrite of the code if I might switch.
Anyway, we have to see why it is failing first before deciding on the options.
Anyway, we have to see why it is failing first before deciding on the options.
- 08 Nov 2024, 10:44
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 3038
Re: NeoPixel (WS2812b) stability
OK, so it seems to be S2 specific. As Ton also mentioned, the S2 is a bit strange compared to all other ESP32-variants. I have to check the code for the RMT driver, but as far as I could remember, there have been some differences among ESP32-variants regarding the chunk size we can send at once via ...
- 08 Nov 2024, 09:12
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 3038
Re: NeoPixel (WS2812b) stability
OK, this does eliminate at least one option... We may need to compare both the candle and the clock plugin to see what is the main difference in addressing the LEDs. Maybe it is just a matter of not keeping silent long enough between 'frames' and the S2 for some reason taking longer than other ESP's...
- 08 Nov 2024, 09:01
- Forum: ESP Easy: Hardware
- Topic: RC model LM298N+SG90
- Replies: 6
- Views: 104
Re: RC model LM298N+SG90
There is not a specific Servo plugin. You need to use commands to address a servo: https://espeasy.readthedocs.io/en/latest/Plugin/P000_Servo_motor.html This is when it is directly connected to a GPIO pin. The LM298N is a motor driver board, not a servo driver. A servo is controlled by sending a PWM...
- 08 Nov 2024, 08:48
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 3038
Re: NeoPixel (WS2812b) stability
I guess I need to connect the logic analyzer to it to see if this is a timing issue. The reason I asked to test the later build is that there has been some changes to how USB serial is handled on ESP32-S2. So you have ESPEasy console also enabled on the USB-CDC port? You can disable the ESPEasy cons...
- 07 Nov 2024, 21:38
- Forum: ESP Easy: Projects / Applications
- Topic: load control with esp32
- Replies: 8
- Views: 155
Re: load control with esp32
Thank you very much for your answers! I would like to couple the load sensor with a relay and a 1wire temperature sensor via a rule, so the reference to uah007 would be helpful. Sometimes aquarium heaters have a tendency to fail when the temperature is reached, hence the relay. Unfortunately, I did...
- 07 Nov 2024, 21:32
- Forum: ESP Easy: Hardware
- Topic: NeoPixel (WS2812b) stability
- Replies: 26
- Views: 3038
Re: NeoPixel (WS2812b) stability
Where is the start of the string?
Can you also try the latest test build I posted here: https://td-er.nl/ESPEasy/latest/
This one has a more recent ESP-IDF version.
Can you also try the latest test build I posted here: https://td-er.nl/ESPEasy/latest/
This one has a more recent ESP-IDF version.
- 06 Nov 2024, 20:18
- Forum: ESP Easy: General Discussion
- Topic: Two LCD2004 displays lcdcmd controls only one display
- Replies: 3
- Views: 74
Re: Two LCD2004 displays lcdcmd controls only one display
Close, you need to use a dot ('.') instead of a comma
See: https://espeasy.readthedocs.io/en/lates ... f-a-plugin
See: https://espeasy.readthedocs.io/en/lates ... f-a-plugin
- 06 Nov 2024, 19:39
- Forum: ESP Easy: Hardware
- Topic: connecting many serial to ESP
- Replies: 17
- Views: 750
Re: connecting many serial to ESP
VCC and GND, SDA, SCL to the ESP
RXA/TXA for channel A
RXB/TXB for channel B
You can leave the rest alone for now
In plugins that need some kind of serial, you can select I2C UART and then there will be a pop-up showing an I2C address selection and whether you will use channel A or B.
RXA/TXA for channel A
RXB/TXB for channel B
You can leave the rest alone for now
In plugins that need some kind of serial, you can select I2C UART and then there will be a pop-up showing an I2C address selection and whether you will use channel A or B.
- 06 Nov 2024, 09:21
- Forum: ESP Easy: General Discussion
- Topic: Read GPIO's status during a Reboot
- Replies: 2
- Views: 64
Re: Read GPIO's status during a Reboot
Anyway, you could do a check at boot to see the pin state of that GPIO pin (or the task) at boot, like this: on System#Boot do asyncevent,"Door#State=[Plugin#GPIO#Pinstate#19]" LCD,4,1,%ip% // Show IP notify 1 //Send Email System Boot endon Or since the notify depends on the connected stat...
- 06 Nov 2024, 09:17
- Forum: ESP Easy: General Discussion
- Topic: Read GPIO's status during a Reboot
- Replies: 2
- Views: 64
Re: Read GPIO's status during a Reboot
First rule of ESPEasy rules: Do not use delay. The reason why you should not use delay is that it will block anything else running on the ESPEasy node. It is best to set a timer and also keep in mind that calling 'event' will wait till the call is done before going further. Quite often it is better ...
- 06 Nov 2024, 09:09
- Forum: ESP Easy: Projects / Applications
- Topic: Make ESR31 work - plugin P092 - I need some help, please
- Replies: 12
- Views: 237
Re: Make ESR31 work - plugin P092 - I need some help, please
Well let's first start with 1 task for this. I don't know much about this plugin as I don't have these devices and also have not written this plugin. I can imagine multiple instances of this task may be fighting over access to the GPIO pin, if the idea of having multiple instances of this plugin was...
- 05 Nov 2024, 19:45
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 9
- Views: 462
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Just at first glance, it looks indeed like an interesting library. As in it claims to support a lot of displays and claims to be derived from a number of existing libraries among which the one we are using for several plugins. However, I do not see anywhere whether it can be used with Arduino 3.x/ES...
- 05 Nov 2024, 17:21
- Forum: ESP Easy: Projects / Applications
- Topic: load control with esp32
- Replies: 8
- Views: 155
Re: load control with esp32
Sonoff has several modules like these called "POW" (various editions with imaginative names like POW/POW-r2/POW-r3) The earlier ones weren't that "well designed", so I would not trust those to handle large currents. However the newer R3 versions are quite nice with a display and ...
- 05 Nov 2024, 17:17
- Forum: ESP Easy: General Discussion
- Topic: does not connect any more to Hidden SSID
- Replies: 18
- Views: 3398
Re: does not connect any more to Hidden SSID
Can you check something in the AP configuration? I have been working on this hidden SSID for the past 2 days and finally got it to work here. There are 2 issues with hidden SSID networks: - Connecting to channels > 11 (see explanation here: https://github.com/letscontrolit/ESPEasy/issues/3870#issuec...
- 04 Nov 2024, 23:31
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
- 04 Nov 2024, 23:05
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
Great!
I will also add it to the documentation and then merge it
Thanks for testing.
I will also add it to the documentation and then merge it
Thanks for testing.
- 04 Nov 2024, 08:59
- Forum: ESP Easy: Software
- Topic: RULES parameter in different chip
- Replies: 3
- Views: 120
Re: RULES parameter in different chip
Yep. What I usually do with 'batches' of ESPEasy nodes is that I reserve one rules file for node specific stuff, like setting calibrations, renaming a node based on its MAC-address, etc. This way I can easily maintain configurations. For example in some rules file I have this: On System#Boot Do Even...
- 04 Nov 2024, 01:01
- Forum: ESP Easy: Software
- Topic: RULES parameter in different chip
- Replies: 3
- Views: 120
Re: RULES parameter in different chip
The rules files are no longer sent to the webserver running on the ESP using HTTP POST. Rules will now be saved by using some JavaScript which actually calls the upload URL. So the rules can be (much) larger nowadays, however on ESP32 the entire rules file will be cached in memory (leaving out comme...
- 04 Nov 2024, 00:40
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
Just thought it shouldn't be that hard to add, so I quickly made some changes. Can you test this PR when it is ready building? https://github.com/letscontrolit/ESPEasy/pull/5152 Test build: https://github.com/letscontrolit/ESPEasy/actions/runs/11655632006 N.B. I did not test it, status is "it w...
- 03 Nov 2024, 23:46
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
I can add it to this pending PR: https://github.com/letscontrolit/ESPEasy/pull/5090 The reason it was not yet merged is that I'm not yet confident the way how I do increase the GPS resolution is the way to go forward as it will break some installations like Cache Controller, or at least the existing...
- 03 Nov 2024, 23:34
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
Just make sure to have the files on the Linux file system or else it will be (much) slower than building on Windows.
- 03 Nov 2024, 23:29
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
Just looked at the source of the library we use, TinyGPS++ https://github.com/letscontrolit/ESPEasy/blob/b4b381cf31963d330abd3380f175543a297feccd/lib/TinyGPSPlus-1.0.2/src/TinyGPS%2B%2B.cpp#L196 Seems the 'course' is also registered, so I could add it as an extra parameter. For small intervals, you ...
- 03 Nov 2024, 23:22
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
What do you mean by "BRG" ?
Is that bearing? (direction) ?
Is that bearing? (direction) ?
- 03 Nov 2024, 23:05
- Forum: ESP Easy: General Discussion
- Topic: GPS Plugin P082
- Replies: 49
- Views: 23550
Re: GPS Plugin P082
please how can I obtain more GPS data exept the four selected values? Do I have to "send all togheter?" Send all is a good first step as that will allow you to act on a single event. For some project, I have added 2 'dummy' tasks with the taskvalue names set the same as in the link Ton ga...
- 03 Nov 2024, 22:54
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
Probably not the full 'max' build, right?
Also ESP8266 take a lot less time to compile compared to ESP32 builds.
- 03 Nov 2024, 22:53
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
Switching between environments as I described above should work equally well, or even better, as it uses shorter paths, and is the way we'll continue. With your change you're back to using the global .platformio folder. To be honest, I prefer to keep the platforms in the global folder as sometimes ...
- 03 Nov 2024, 22:29
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
There isn't any compile time speed improvement when building in Windows between versions. Even worse, the later ESP-IDF5.x seems to be even slower compared to ESP-IDF4.x builds in the past. However, what I am doing now is that I have installed WSL2 on my system, which is running Ubuntu on Windows. V...
- 03 Nov 2024, 22:00
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
OK, maybe not try to remove the .platformio folder for now to make it 'work the official way'... It seems one of the CDN servers is offline, or at least unreachable. Looks like it might be a DNS issue... For when you temporary want to override it in the /etc/hosts file (or equivalent for Windows) 17...
- 03 Nov 2024, 21:31
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
If you removed that line, then I think the real issue might be that there are essentially 2 .platformio folders. So restoring that line, save the .platformio.ini file, close VS code and remove both .platformio folders (in your c:\Users\...\.platformio and .platformio folder in the ESPEasy repo) coul...
- 03 Nov 2024, 12:07
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
Oh and one other thing I changed is that the .platformio dir is now in the ESPEasy folder, also due to path length issues. So maybe you need to reload your VS code after checking out ESPEasy to a new (shorter) path, so PlatformIO can initialize its data in the .platformio folder within the repo. (it...
- 03 Nov 2024, 12:05
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
I have not changed anything as far as I know. I only know there have been some issues with Python 3.12 a while ago, so that's why I mentioned it. I also know there have been issues lately with the path length, so maybe you could try checking out the Git repo at a short path on your system, for examp...
- 03 Nov 2024, 11:01
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
Just to be sure, here is the pip freeze output so you can compare versions of libs you have installed? gijs@Imagine:~/GitHub/TD-er/ESPEasy/tools$ pip freeze alabaster==0.7.16 apeye==1.4.1 apeye-core==1.1.5 attrs==21.2.0 autodocsumm==0.2.13 Automat==20.2.0 babel==2.16.0 bcrypt==3.2.0 beautifulsoup4==...
- 03 Nov 2024, 10:58
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
I'm apparently using Python 3.10.12
Maybe this is some kind of Python version issue?
Maybe this is some kind of Python version issue?
- 03 Nov 2024, 01:06
- Forum: ESP Easy: Software
- Topic: Build fails with VSCOD, only version mega-20240822- Latest Version.
- Replies: 22
- Views: 399
Re: Build fails with VSCOD, only version mega-20240822- Latest Version.
I think some of the platform files may no longer be available as Jason was trying to get rid of the solo1 platform builds.
You could fetch the latest code from Git as I did update the platform files in the mean time.
You could fetch the latest code from Git as I did update the platform files in the mean time.
- 02 Nov 2024, 11:49
- Forum: ESP Easy: General Discussion
- Topic: Notifications do not work on ESP32?
- Replies: 9
- Views: 407
Re: Notifications do not work on ESP32?
On the sysinfo page you have the filename of the bin that you used to flash your current setup. Apart from the date in the name, the rest should be the same. But as Ton mentioned, the most important aspect is the presence of "LittleFS" in the filename (or lack of...) And when you update vi...
- 01 Nov 2024, 22:06
- Forum: ESP Easy: General Discussion
- Topic: Notifications do not work on ESP32?
- Replies: 9
- Views: 407
Re: Notifications do not work on ESP32?
Oh and as a nice bonus... on ESP32-builds you can use SSL when sending email, so you could also use mail services like GMail
- 01 Nov 2024, 22:03
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 9
- Views: 462
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Hmm that is a completely different driver from what we use for all the other displays. Usually other drivers also means a completely different programming interface, so hardly any code re-use over existing plugins. So Ton probably has to compare those drivers to see if the current one we use can be ...
- 01 Nov 2024, 11:53
- Forum: Experimental
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 1
- Views: 233
- 01 Nov 2024, 11:52
- Forum: ESP Easy: Software
- Topic: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
- Replies: 9
- Views: 462
Re: AXS15231 on JC3248W535EN - ESP32-S3 (wroom-1)
Hmm it is a bit confusing how the display is connected. The touch part is clearly using I2C with an interrupt pin. However the display itself seems to be using SPI. The text suggests QSPI (which makes sense as it allows for faster transfers) But I am not yet sure if the flash is also connected to th...
- 31 Oct 2024, 22:15
- Forum: ESP Easy: Software
- Topic: Victron to ESP using SerialProxy plugin
- Replies: 118
- Views: 6816
Re: Victron to ESP using SerialProxy plugin
Is there some schematic online of the Victron you're using? Or at least the wiring schematics of the serial port? Sounds a bit like there might be something wrong with the ground, or maybe the Victron might even send negative voltages as the original 16450 from the IBM XT/AT did. You did mention you...