Search found 6 matches

by venti
02 Apr 2021, 13:01
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 64082

Re: BME 680 sensor

Okay, I actually found a solution to my answer: https://github.com/juergs/ESPEasy-mega_BME680_TVOC_20210223/releases This custom ESPEasy Release does some IAQ calculations and its working with my setup - I will report in a couple of days, when I have enough data, how well it compares to CO2 measurem...
by venti
02 Apr 2021, 12:19
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 64082

Re: BME 680 sensor

Capture.PNG I have the BME680 raw GAS (=Ohms) values plotted here to right axis and to the left axis a very good SenseAir Sunrise CO2 sensor (+-30ppm) You can easily see my sleep cycles (the linear increase in CO2 in the bedroom while I am emitting CO2 during my sleep in the night) and the steep dr...
by venti
31 Jul 2020, 14:20
Forum: ESP Easy: Hardware
Topic: ESP32 flashing problem
Replies: 13
Views: 28172

Re: ESP32 flashing problem

I could fix it by using another tool: https://github.com/espressif/esptool Could easily flash the firmware with that without efuse error. Webinterface came up shortly after flashing with this parameters esptool.exe --port COM5 write_flash 0x00000 C:\Users\venti\Downloads\ESP32_flash\ESPEasy_ESP32_me...
by venti
31 Jul 2020, 12:57
Forum: ESP Easy: General Discussion
Topic: Flashing esp wroom- 32 espeasy
Replies: 15
Views: 27870

Re: Flashing esp wroom- 32 espeasy

TD-er wrote: 25 Jun 2020, 17:50 I will make an update in the main docs for flashing the ESP32.
Posts in the forum are quite hard to find if you need them,
Have you done the update and where can I find it?
Thanks a lot.
by venti
31 Jul 2020, 12:49
Forum: ESP Easy: Hardware
Topic: ESP32 flashing problem
Replies: 13
Views: 28172

Re: ESP32 flashing problem

Update: When I press the BOOT-EN-BOOT combo during this sync process, something happens.
The result is an efuse error. Strange.
Capture2.PNG
Capture2.PNG (118.39 KiB) Viewed 25195 times
by venti
31 Jul 2020, 12:37
Forum: ESP Easy: Hardware
Topic: ESP32 flashing problem
Replies: 13
Views: 28172

Re: ESP32 flashing problem

I am doing something wrong? I brought me module into flash mode, verified by looking at the serial output via putty while pressing the buttons. Now the flashing just does nothing, goes on and on Wrong baud rate? Should there be info read out in the "Detected info" box? I am trying to flash...