Search found 147 matches

by bidrohini
22 Mar 2025, 18:01
Forum: ESP Easy: General Discussion
Topic: Getting Started with ESP and Home Automation
Replies: 1
Views: 917

Re: Getting Started with ESP and Home Automation

Hi there. Since you wanna start with home automation projects using the ESP32, you start with relay control. Do some projects on interfacing relays with the ESP32 and how to control the relays though wifi. Initially, you can learn how to make a webserver to turn the relays ON/Off. Then you can move ...
by bidrohini
02 Mar 2025, 15:42
Forum: ESP Easy: General Discussion
Topic: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy
Replies: 70
Views: 18050

Re: Using the DS3231 Module and Other Modules for Time and Relay State Management with ESP-Easy

So I just need to create a connector grouping TX, RX, GND, (5V, as I believe 3.3V didn’t work), and GPIO0? That's not a must. As Mr. TD-er has said above, "Programming you only need to do once, so you can pull out the ESP and program the board." However, if you want to keep a provision fo...
by bidrohini
25 Jan 2025, 17:50
Forum: ESP Easy: Projects / Applications
Topic: ESP32C6 as zigbee thermometer and repeater
Replies: 3
Views: 2261

Re: ESP32C6 as zigbee thermometer and repeater

Maybe someone will be interested. Firmware for the ESP32C6 module working as Zigbee with a DS18B20 thermometer. The module also works as a Router(Repeater). I am sharing two versions of the bin file One supports one ds18b20 thermometer and the other 4 ds18b20 thermometers. The file should be upload...
by bidrohini
24 Jan 2025, 20:19
Forum: Introduce yourself
Topic: Hi all
Replies: 1
Views: 1813

Re: Hi all

Welcome to the forum. Nice you meet you.
by bidrohini
06 Jan 2025, 13:03
Forum: Introduce yourself
Topic: Hello everybody!
Replies: 2
Views: 1804

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...
by bidrohini
06 Jan 2025, 12:31
Forum: ESP Easy: Projects / Applications
Topic: ESP Easy on M5StickPlus no Display
Replies: 25
Views: 7247

Re: ESP Easy on M5StickPlus no Display

Is there any error message that you are seeing?
by bidrohini
02 Jan 2025, 16:35
Forum: Experimental
Topic: Using vintage MCU's
Replies: 1
Views: 1264

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://...
by bidrohini
01 Jan 2025, 14:31
Forum: RFLink: Hardware Related discussions
Topic: Qiachip WL101 + WL102 with external antenna ?
Replies: 3
Views: 6417

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...
by bidrohini
01 Jan 2025, 12:16
Forum: ESP Easy: General Discussion
Topic: Round up for 2024, looking forward to 2025!
Replies: 5
Views: 2638

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.
by bidrohini
30 Dec 2024, 17:55
Forum: RFLink: Nederlands support forum
Topic: Rolluiken besturen DD251H afstandsbediening
Replies: 1
Views: 10339

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.
by bidrohini
28 Dec 2024, 14:12
Forum: RFLink: Hardware Related discussions
Topic: Qiachip WL101 + WL102 with external antenna ?
Replies: 3
Views: 6417

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.
by bidrohini
20 Dec 2024, 18:38
Forum: ESP Easy: Hardware
Topic: Lolin motor schield v2
Replies: 16
Views: 6475

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...
by bidrohini
17 Dec 2024, 13:56
Forum: ESP Easy: Software
Topic: 100% CPU usage
Replies: 5
Views: 2358

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...
by bidrohini
14 Dec 2024, 18:34
Forum: ESP Easy: General Discussion
Topic: Using ZigBee with ESPEasy
Replies: 5
Views: 2839

Re: Using ZigBee with ESPEasy

Thanks for sharing.
by bidrohini
14 Dec 2024, 18:32
Forum: Introduce yourself
Topic: good day to everyone
Replies: 1
Views: 1821

Re: good day to everyone

Welcome to the forum. Feel free to post any question related to ESPeasy.
by bidrohini
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: 6623

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...
by bidrohini
13 Dec 2024, 13:52
Forum: RFLink: Unsupported devices
Topic: Generic remote support?
Replies: 2
Views: 2061

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.
by bidrohini
08 Dec 2024, 18:42
Forum: RFLink: Hardware Related discussions
Topic: RFLINK and 433.92 FSK Tranceivers
Replies: 2
Views: 1977

Re: RFLINK and 433.92 FSK Tranceivers

RFM23B-433-D is a good choice. You can also check CC1101 by Texas instruments.
by bidrohini
08 Dec 2024, 18:30
Forum: Introduce yourself
Topic: Hello from Italy
Replies: 2
Views: 1814

Re: Hello from Italy

zetapersei wrote: 08 Dec 2024, 11:15 Hi, I am very enthusiastic about developing contributing to the ESP Easy project...

Maurizio from Florence. Italy
Hello and welcome to the forum.
by bidrohini
05 Dec 2024, 14:38
Forum: ESP Easy: Hardware
Topic: NodeMCU Esp8266 analog input strange values
Replies: 5
Views: 2847

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...
by bidrohini
03 Dec 2024, 11:10
Forum: ESP Easy: Software
Topic: Esp32c3 Ping Plugin
Replies: 4
Views: 2509

Re: Esp32c3 Ping Plugin

Does the ESP32 ping library of the Arduino IDE support ESP32-C3?
https://docs.arduino.cc/libraries/espping/
by bidrohini
03 Dec 2024, 11:08
Forum: ESP Easy: Hardware
Topic: Seeed Studio XIAO ESP32C6
Replies: 7
Views: 4287

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...
by bidrohini
02 Dec 2024, 10:55
Forum: ESP Easy: Hardware
Topic: Seeed Studio XIAO ESP32C6
Replies: 7
Views: 4287

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.
by bidrohini
02 Dec 2024, 10:44
Forum: ESP Easy: Software
Topic: Xiao Esp32S3 COM Port beeps nothing happens
Replies: 12
Views: 4559

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 ...
by bidrohini
01 Dec 2024, 07:50
Forum: ESP Easy: General Discussion
Topic: Well darn it - it must be child-proof!
Replies: 6
Views: 2928

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...
by bidrohini
30 Nov 2024, 18:43
Forum: RFLink: Unsupported devices
Topic: Quinetic Devices and Protocol
Replies: 1
Views: 1828

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.
by bidrohini
30 Nov 2024, 18:40
Forum: RFlink: General Discussions
Topic: Rflink receiving but not sending or not working
Replies: 1
Views: 2296

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.
by bidrohini
01 Nov 2024, 16:08
Forum: Introduce yourself
Topic: Hello from Hong Kong
Replies: 1
Views: 2642

Re: Hello from Hong Kong

Welcome to the forum.
by bidrohini
30 Oct 2024, 13:46
Forum: ESP Easy: Hardware
Topic: Help Needed: HX711 Raw Value Calculation Issues
Replies: 6
Views: 3016

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.
by bidrohini
30 Oct 2024, 13:40
Forum: ESP Easy: Hardware
Topic: JSY-MK194
Replies: 3
Views: 2349

Re: JSY-MK194

ESPEasy has a Modbus controller. It can help establish communication if you enable the Modbus protocol.
by bidrohini
29 Oct 2024, 15:50
Forum: ESP Easy: General Discussion
Topic: Lost all info of Nextion plugin
Replies: 2
Views: 2232

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
by bidrohini
29 Oct 2024, 15:27
Forum: Introduce yourself
Topic: Introducing my self from Emmen
Replies: 2
Views: 1914

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
by bidrohini
15 Oct 2024, 22:49
Forum: RFlink: General Discussions
Topic: Beginner's questions
Replies: 1
Views: 2475

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.
by bidrohini
10 Oct 2024, 17:34
Forum: ESP Easy: General Discussion
Topic: MQTT_KEEPALIVE - How to change the value?
Replies: 6
Views: 2889

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.
by bidrohini
09 Oct 2024, 17:10
Forum: ESP Easy: Software
Topic: P159 LD2410 Radar Presence Sensor
Replies: 10
Views: 5795

Re: P159 LD2410 Radar Presence Sensor

You can Implement a boolean toggle for each gate. That would give you more flexibility.
by bidrohini
24 Sep 2024, 16:58
Forum: RFlink: General Discussions
Topic: New weather station to replace my broken Maplin
Replies: 2
Views: 3681

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...
by bidrohini
25 Aug 2024, 16:17
Forum: ESP Easy: General Discussion
Topic: Xiao ESP32-C3 issues
Replies: 53
Views: 19512

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 ...
by bidrohini
25 Jul 2024, 10:45
Forum: ESP Easy: Projects / Applications
Topic: MilkMate: Liquid Level Sensor Project
Replies: 37
Views: 29306

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?
by bidrohini
06 May 2024, 16:54
Forum: RFlink: General Discussions
Topic: Basic instructions to get blinds connected to RFLink
Replies: 3
Views: 5332

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.
by bidrohini
27 Apr 2024, 21:39
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 74
Views: 50770

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...
by bidrohini
29 Mar 2024, 14:58
Forum: RFLink: Nederlands support forum
Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
Replies: 9
Views: 9756

Re: Problemen met 868 MHZ (Egardia/Woonveilig)

Voordat u een voeding selecteert, kijkt u goed naar de specificaties van de RFlink.
by bidrohini
29 Mar 2024, 14:15
Forum: ESP Easy: Software
Topic: EasyFetch mini Dashboard, buttons and columns
Replies: 5
Views: 3368

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?
by bidrohini
29 Mar 2024, 14:05
Forum: RFLink: Nederlands support forum
Topic: Problemen met 868 MHZ (Egardia/Woonveilig)
Replies: 9
Views: 9756

Re: Problemen met 868 MHZ (Egardia/Woonveilig)

Hallo, welke voeding gebruik je voor de RFlink? Soms veroorzaakt een onvoldoende stroomvoorziening dergelijke problemen.
by bidrohini
29 Mar 2024, 13:58
Forum: ESP Easy: Projects / Applications
Topic: Air Quality unit - which devices are best?
Replies: 74
Views: 50770

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...
by bidrohini
27 Mar 2024, 15:33
Forum: ESP Easy: Projects / Applications
Topic: KY-037 KY-038 sound sensor for traffic counting
Replies: 5
Views: 7142

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...
by bidrohini
07 Mar 2024, 19:16
Forum: ESP Easy: Hardware
Topic: Is it possible to use LCDs with ST7735&ST7739 controllers??
Replies: 42
Views: 40876

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...
by bidrohini
26 Feb 2024, 16:30
Forum: ESP Easy: Software
Topic: Embed css and js files in custom builds?
Replies: 2
Views: 2595

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).