Search found 143 matches
- 06 Jan 2025, 13:03
- Forum: Introduce yourself
- Topic: Hello everybody!
- Replies: 2
- Views: 588
Re: Hello everybody!
Hello, I am from Kolbermoor, Germany, Bavaria near the Austrian frontier. I studied electrical engineering but focussed at SW development. Now I am retired but interested and realizing projects for Home Automation, Solar Energy and Electric Vehicles. I started using ESP Easy using ESP 8266 WEMOS D1...
- 06 Jan 2025, 12:31
- Forum: ESP Easy: Projects / Applications
- Topic: ESP Easy on M5StickPlus no Display
- Replies: 14
- Views: 853
Re: ESP Easy on M5StickPlus no Display
Is there any error message that you are seeing?
- 02 Jan 2025, 16:35
- Forum: Experimental
- Topic: Using vintage MCU's
- Replies: 1
- Views: 431
Re: Using vintage MCU's
Atmega328P is used in Arduino UNO R3. So, this chip is not obsolete yet. Yes, there is Arduino UNO R4 now but many libraries are not yet compatible with R4. So, R3 is still on demand, so is the 328P. It is also possible to program ATTiny85 using the Arduino IDE. That's why it is still used. https://...
- 01 Jan 2025, 14:31
- Forum: RFLink: Hardware Related discussions
- Topic: Qiachip WL101 + WL102 with external antenna ?
- Replies: 3
- Views: 1561
Re: Qiachip WL101 + WL102 with external antenna ?
RFLink firmware does not natively manage a signal to toggle an antenna switch between transmitter and receiver. Most RFLink setups use a shared antenna without a switching mechanism. Adding a switch to route the antenna between the transmitter and receiver can improve performance. However, such a sy...
- 01 Jan 2025, 12:16
- Forum: ESP Easy: General Discussion
- Topic: Round up for 2024, looking forward to 2025!
- Replies: 5
- Views: 974
Re: Round up for 2024, looking forward to 2025!
Greetings to you all. I hope this year will be full of opportunities in the fields of science and technology.
- 30 Dec 2024, 17:55
- Forum: RFLink: Nederlands support forum
- Topic: Rolluiken besturen DD251H afstandsbediening
- Replies: 1
- Views: 1009
Re: Rolluiken besturen DD251H afstandsbediening
De Aurel Transceiver 433,92MHz RTX-MID-5V is compatibel met RFLink, maar de prestaties kunnen afhangen van de afstand en signaalstoringen. Zorg ervoor dat de antenne goed is aangesloten.
- Controleer of de transceiver goed werkt door de RFLink in debug-modus te zetten.
- Controleer of de transceiver goed werkt door de RFLink in debug-modus te zetten.
- 28 Dec 2024, 14:12
- Forum: RFLink: Hardware Related discussions
- Topic: Qiachip WL101 + WL102 with external antenna ?
- Replies: 3
- Views: 1561
Re: Qiachip WL101 + WL102 with external antenna ?
You can an RF switch compatible with 433 MHz, such as the HMC190 or similar. You have to use it to toggle the connection between the antenna and the receiver or transmitter, depending on the mode of operation.
- 20 Dec 2024, 18:38
- Forum: ESP Easy: Hardware
- Topic: Lolin motor schield v2
- Replies: 16
- Views: 2718
Re: Lolin motor schield v2
Hi, Making an adjustable speed fan set for my Jaga convector with an dallas sensor. Above 25.8 degrees the fan set will start. I connected an Wemos D1 mini at the Lolin motorshield v2. https://espeasy.readthedocs.io/en/latest/Plugin/P079_LolinMotorshield.html Use the next fans: https://www.freezing...
- 17 Dec 2024, 13:56
- Forum: ESP Easy: Software
- Topic: 100% CPU usage
- Replies: 5
- Views: 1135
Re: 100% CPU usage
Everything indicates that the cause of 100% processor load was a double call of VOL function. Although this is strange because the first call was just after the On Rules#Timer=8 call, then the LCD display calls are in use (which takes some time) and then the VOL call was repeated. It is also strang...
- 14 Dec 2024, 18:34
- Forum: ESP Easy: General Discussion
- Topic: Using ZigBee with ESPEasy
- Replies: 5
- Views: 1362
Re: Using ZigBee with ESPEasy
Thanks for sharing.
- 14 Dec 2024, 18:32
- Forum: Introduce yourself
- Topic: good day to everyone
- Replies: 1
- Views: 1013
Re: good day to everyone
Welcome to the forum. Feel free to post any question related to ESPeasy.
- 13 Dec 2024, 14:02
- Forum: ESP Easy: General Discussion
- Topic: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
- Replies: 20
- Views: 2727
Re: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
The issue seems related to the /json endpoint and its response structure.Test if the ESP32 /json endpoint works by navigating to it in your browser (e.g., http://<ESP32_IP>/json). Verify its structure and update your code accordingly. HTML handles the structure and content of your page (e.g., button...
- 13 Dec 2024, 13:52
- Forum: RFLink: Unsupported devices
- Topic: Generic remote support?
- Replies: 2
- Views: 1073
Re: Generic remote support?
Check if you have both debugging modes enabled in RFLink. This is necessary to capture all pulse data when pressing various buttons on the remote. Focus on buttons like Minus, Plus, Power, or any others.
Document the output to compare patterns between different commands.
Document the output to compare patterns between different commands.
- 11 Dec 2024, 14:16
- Forum: ESP Easy: General Discussion
- Topic: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
- Replies: 20
- Views: 2727
Re: Help Needed: Building an Autonomous Pool Management System with ESP32 Ethernet and ESP Easy
I think you have to use the Custom webUI. Here you can upload your own HTML file
https://letscontrolit.com/forum/viewtopic.php?t=8461
https://letscontrolit.com/forum/viewtopic.php?t=8461
- 08 Dec 2024, 18:42
- Forum: RFLink: Hardware Related discussions
- Topic: RFLINK and 433.92 FSK Tranceivers
- Replies: 2
- Views: 859
Re: RFLINK and 433.92 FSK Tranceivers
RFM23B-433-D is a good choice. You can also check CC1101 by Texas instruments.
- 08 Dec 2024, 18:30
- Forum: Introduce yourself
- Topic: Hello from Italy
- Replies: 2
- Views: 857
Re: Hello from Italy
Hello and welcome to the forum.zetapersei wrote: ↑08 Dec 2024, 11:15 Hi, I am very enthusiastic about developing contributing to the ESP Easy project...
Maurizio from Florence. Italy
- 05 Dec 2024, 14:38
- Forum: ESP Easy: Hardware
- Topic: NodeMCU Esp8266 analog input strange values
- Replies: 5
- Views: 1295
Re: NodeMCU Esp8266 analog input strange values
Hello, I am trying to build water pressure measure device with Esp8266 NodeMCU, Water Pressure Measure Sensor and in ESPeasy i reads ambigous values. I have find some articles discribing how ADC works on this NodeMCU but it still doesn't explain it fully this problem. I describe here my build The e...
- 03 Dec 2024, 11:10
- Forum: ESP Easy: Software
- Topic: Esp32c3 Ping Plugin
- Replies: 4
- Views: 998
Re: Esp32c3 Ping Plugin
Does the ESP32 ping library of the Arduino IDE support ESP32-C3?
https://docs.arduino.cc/libraries/espping/
https://docs.arduino.cc/libraries/espping/
- 03 Dec 2024, 11:08
- Forum: ESP Easy: Hardware
- Topic: Seeed Studio XIAO ESP32C6
- Replies: 7
- Views: 2028
Re: Seeed Studio XIAO ESP32C6
ESPeasy supports ESP32 C6. https://espeasy.readthedocs.io/en/latest/ESPEasy/ESPchips.html#esp32-c6 In that sense XIAO should be supported. Unfortunately, I could not find any tutorial describing how to use it with ESPeasy. Not sure what you mean by that last part as these boards typically use the n...
- 02 Dec 2024, 10:55
- Forum: ESP Easy: Hardware
- Topic: Seeed Studio XIAO ESP32C6
- Replies: 7
- Views: 2028
Re: Seeed Studio XIAO ESP32C6
ESPeasy supports ESP32 C6. https://espeasy.readthedocs.io/en/lates ... l#esp32-c6 In that sense XIAO should be supported. Unfortunately, I could not find any tutorial describing how to use it with ESPeasy.
- 02 Dec 2024, 10:44
- Forum: ESP Easy: Software
- Topic: Xiao Esp32S3 COM Port beeps nothing happens
- Replies: 12
- Views: 1933
Re: Xiao Esp32S3 COM Port beeps nothing happens
Hi guys thank you for your prompt answer. My xiaoESP32S3 has 8M RAM. I uploaded a new file with web installer: 20241025 MAX8M1M LittleFS ETH [ESP32-S3/C6] The annoying beeping is gone. I'm not sure it is the right file, but i have a new Wifi: MAX-ESP32 Tried login with espconfig configesp , but it ...
- 01 Dec 2024, 07:50
- Forum: ESP Easy: General Discussion
- Topic: Well darn it - it must be child-proof!
- Replies: 6
- Views: 1744
Re: Well darn it - it must be child-proof!
Hi, Well a bit further progress - in a way - I have two ESP that's programmed up but I can't get in to one of them ....... The AP comes up when I power it up the segments light up on the display (even tho a few pixels are optional) The name of the unit still comes up: Dave_Temp It says: IP (IP Unse...
- 30 Nov 2024, 18:43
- Forum: RFLink: Unsupported devices
- Topic: Quinetic Devices and Protocol
- Replies: 1
- Views: 960
Re: Quinetic Devices and Protocol
If you see no raw data, it's possible that RFLink does not yet have support for the Quinetic protocol. There can be a mismatch in the frequency or modulation method used by Quinetic devices and what RFLink is currently configured to detect.
- 30 Nov 2024, 18:40
- Forum: RFlink: General Discussions
- Topic: Rflink receiving but not sending or not working
- Replies: 1
- Views: 1278
Re: Rflink receiving but not sending or not working
The device ID in the logs for the received packet is aster_0000_01, but the sent command uses aster_00000_01. This mismatch may causing the target device to ignore the command.
- 24 Nov 2024, 16:39
- Forum: ESP Easy: General Discussion
- Topic: ST7789
- Replies: 10
- Views: 2085
Re: ST7789
You may find the following links and docs helpful.
https://espeasy.readthedocs.io/en/lates ... /P116.html
https://letscontrolit.com/forum/viewtopic.php?t=9721
https://www.pcbway.com/project/sharepro ... 1f326.html
https://espeasy.readthedocs.io/en/lates ... /P116.html
https://letscontrolit.com/forum/viewtopic.php?t=9721
https://www.pcbway.com/project/sharepro ... 1f326.html
- 01 Nov 2024, 16:08
- Forum: Introduce yourself
- Topic: Hello from Hong Kong
- Replies: 1
- Views: 1858
Re: Hello from Hong Kong
Welcome to the forum.
- 30 Oct 2024, 13:46
- Forum: ESP Easy: Hardware
- Topic: Help Needed: HX711 Raw Value Calculation Issues
- Replies: 6
- Views: 1522
Re: Help Needed: HX711 Raw Value Calculation Issues
Calibration becomes essential since each HX711 setup can vary due to factors like gain precision and slight variations in the reference voltage. You can record the raw values for known weights. Then you can use these as calibration points to linearly map raw values to weights.
- 30 Oct 2024, 13:40
- Forum: ESP Easy: Hardware
- Topic: JSY-MK194
- Replies: 3
- Views: 1362
Re: JSY-MK194
ESPEasy has a Modbus controller. It can help establish communication if you enable the Modbus protocol.
- 29 Oct 2024, 15:50
- Forum: ESP Easy: General Discussion
- Topic: Lost all info of Nextion plugin
- Replies: 2
- Views: 1742
Re: Lost all info of Nextion plugin
I could not find anything that can help you directly. However, here are some links that you may find helpful:
viewtopic.php?t=10193
https://emariete.com/en/connect-sensor-bme280-speasy/
https://www.theengineeringprojects.com/ ... me280.html
viewtopic.php?t=10193
https://emariete.com/en/connect-sensor-bme280-speasy/
https://www.theengineeringprojects.com/ ... me280.html
- 29 Oct 2024, 15:27
- Forum: Introduce yourself
- Topic: Introducing my self from Emmen
- Replies: 2
- Views: 1107
Re: Introducing my self from Emmen
Welcome to the group. If you have a specific question, you can post your question to the RFlink support forum here: viewforum.php?f=8
- 15 Oct 2024, 22:49
- Forum: RFlink: General Discussions
- Topic: Beginner's questions
- Replies: 1
- Views: 1653
Re: Beginner's questions
3) RFLink does not "automatically recognize" every 433 MHz transmitter. You may have to check in the RFLink logs to see if it detects a signal when the transmitter is activated and, if so, identify its protocol for further use.
- 10 Oct 2024, 17:34
- Forum: ESP Easy: General Discussion
- Topic: MQTT_KEEPALIVE - How to change the value?
- Replies: 6
- Views: 2192
Re: MQTT_KEEPALIVE - How to change the value?
You can increase the MQTT keep-alive time in the settings to a higher value, like 60 seconds. It will give the device more time to reconnect before triggering the LWT.
- 09 Oct 2024, 17:10
- Forum: ESP Easy: Software
- Topic: P159 LD2410 Radar Presence Sensor
- Replies: 10
- Views: 3701
Re: P159 LD2410 Radar Presence Sensor
You can Implement a boolean toggle for each gate. That would give you more flexibility.
- 24 Sep 2024, 16:58
- Forum: RFlink: General Discussions
- Topic: New weather station to replace my broken Maplin
- Replies: 2
- Views: 2557
Re: New weather station to replace my broken Maplin
You can take a look at BRESSER UK's Home Weather Stations. https://www.bresseruk.com/weather-time/weather-stations/ These devices don’t just measure temperature, humidity, and air pressure—they come packed with features designed to make life easier and more predictable. Expect handy additions like t...
- 25 Aug 2024, 16:17
- Forum: ESP Easy: General Discussion
- Topic: Xiao ESP32-C3 issues
- Replies: 53
- Views: 14883
Re: Xiao ESP32-C3 issues
Voltage drops or spikes can cause unexpected reboots or WiFi issues. If possible, connect the device to a different WiFi access point to see if the problem persists. This can verify if there is a compatibility issue with your current AP. Also, try to downgrade the firmware on one of the problematic ...
- 25 Jul 2024, 10:45
- Forum: ESP Easy: Projects / Applications
- Topic: MilkMate: Liquid Level Sensor Project
- Replies: 31
- Views: 22016
Re: MilkMate: Liquid Level Sensor Project
Hello Mr. Thomas,I have a question. if I use homemade low-cost sensors like this https://www.pcbway.com/project/sharepro ... 69c3d.html
instead of the VL53L1X sensor, how will it effect the performance do you think?
instead of the VL53L1X sensor, how will it effect the performance do you think?
- 06 May 2024, 16:54
- Forum: RFlink: General Discussions
- Topic: Basic instructions to get blinds connected to RFLink
- Replies: 3
- Views: 3782
Re: Basic instructions to get blinds connected to RFLink
This is a thread that I got regarding somfy blinds
viewtopic.php?t=3399
I am not sure whether your one is supported by rflink or not.
viewtopic.php?t=3399
I am not sure whether your one is supported by rflink or not.
- 27 Apr 2024, 21:39
- Forum: ESP Easy: Projects / Applications
- Topic: Air Quality unit - which devices are best?
- Replies: 74
- Views: 38096
Re: Air Quality unit - which devices are best?
Here is ESP Room SmartMonitor V3. This design may give you a reference. https://www.pcbway.com/project/shareproject/ESP_Room_SmartMonitor_V3_8a9e5a39.html It uses DHT22 (Temperature and humidity sensor) and BH1750 light sensor. For dust sensor, you can use PMSx003 modules. https://espeasy.readthedoc...
- 29 Mar 2024, 14:58
- Forum: RFLink: Nederlands support forum
- Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
- Replies: 9
- Views: 7154
Re: Problemen met 868 MHZ (Egardia/Woonveilig)
Voordat u een voeding selecteert, kijkt u goed naar de specificaties van de RFlink.
- 29 Mar 2024, 14:15
- Forum: ESP Easy: Software
- Topic: EasyFetch mini Dashboard, buttons and columns
- Replies: 5
- Views: 3028
Re: EasyFetch mini Dashboard, buttons and columns
It's not entirely clear what counts as a "tile" in your context. Would you please elaborate a bit more?
- 29 Mar 2024, 14:05
- Forum: RFLink: Nederlands support forum
- Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
- Replies: 9
- Views: 7154
Re: Problemen met 868 MHZ (Egardia/Woonveilig)
Hallo, welke voeding gebruik je voor de RFlink? Soms veroorzaakt een onvoldoende stroomvoorziening dergelijke problemen.
- 29 Mar 2024, 13:58
- Forum: ESP Easy: Projects / Applications
- Topic: Air Quality unit - which devices are best?
- Replies: 74
- Views: 38096
Re: Air Quality unit - which devices are best?
Using a PCB (printed circuit board) does indeed sound like a sleek solution for your setup! Typically, the PCB would be integrated with the ESP, providing a compact and organized platform for your electronics. As for the sensors (SEN55 and S8) positioned on the wall of the housing, you can incorpor...
- 27 Mar 2024, 15:33
- Forum: ESP Easy: Projects / Applications
- Topic: KY-037 KY-038 sound sensor for traffic counting
- Replies: 5
- Views: 5683
Re: KY-037 KY-038 sound sensor for traffic counting
Here are some more approaches for traffic counting and traffic control. You can implement these and see if you get better results than the sound sensor. If you compare the performances, it may help you select the proper components for your final design. https://www.hackster.io/lintangwisesa/iot-traf...
- 07 Mar 2024, 19:16
- Forum: ESP Easy: Hardware
- Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
- Replies: 42
- Views: 37945
Re: Is it possible to use LCDs with ST7735&ST7739 controllers??
If you ever think of switching to any other display, you can choose the TFT 2.4 inches ILI9341/XPT2046 or TFT ILI934x/ILI948x: https://www.theengineeringprojects.com/2024/02/color-lcd-screens-as-a-versatile-solution-for-a-number-of-applications.html These are compatible with Espeasy: https://espeasy...
- 07 Mar 2024, 17:32
- Forum: ESP Easy: Hardware
- Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
- Replies: 42
- Views: 37945
Re: Is it possible to use LCDs with ST7735&ST7739 controllers??
ST7735 is compatible with ESPeasy. Here I found this document: https://espeasy.readthedocs.io/en/lates ... /P116.html
- 26 Feb 2024, 16:30
- Forum: ESP Easy: Software
- Topic: Embed css and js files in custom builds?
- Replies: 2
- Views: 2351
Re: Embed css and js files in custom builds?
Convert your CSS and JavaScript files into byte arrays. You can do this manually by converting the contents of each file into a C or C++ array of bytes. Include these byte arrays in your codebase, typically in a separate header file (e.g., custom.h).
- 26 Feb 2024, 16:24
- Forum: RFlink: General Discussions
- Topic: [BUG] WIND label is new and incorrect R51
- Replies: 1
- Views: 4202
Re: [BUG] WIND label is new and incorrect R51
According to the RFLink protocol reference, the correct label for wind speed should be "WINSP" instead of "WIND." So, you're right in thinking that "WIND" needs to be replaced by "WINSP."
Code: Select all
20;70;TFA;ID=0ade0d;WINSP=0011;
- 26 Feb 2024, 16:22
- Forum: ESP Easy: Software
- Topic: IR read/write head TTL for electricity meters
- Replies: 1
- Views: 1898
Re: IR read/write head TTL for electricity meters
ESP_Easy_mega_20221224_normal_ESP8266_4M1M_VCC should work fine for your application. Just ensure that it supports the necessary communication protocols and configurations for reading the Q3AA1174 electricity meter.
- 26 Feb 2024, 16:18
- Forum: ESP Easy: Hardware
- Topic: Sparkfun DEV 22924
- Replies: 6
- Views: 4987
Re: Sparkfun DEV 22924
I checked this document: https://espeasy.readthedocs.io/en/lates ... chips.html
Here it says ESP32-C6 Not yet supported. Sparkfun DEV 22924 is based on ESP32-C6.
Here it says ESP32-C6 Not yet supported. Sparkfun DEV 22924 is based on ESP32-C6.
- 26 Feb 2024, 16:08
- Forum: Introduce yourself
- Topic: Newcomer but not young
- Replies: 3
- Views: 4756
Re: Newcomer but not young
Since you mentioned integrating with Domoticz, you can check if there are specific gateways or plugins available for devices operating on the 868.3 MHz frequency.