Search found 16 matches

by Uewel
14 Jul 2018, 19:33
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

I'm currently on holidays and have also not much time for developing. :) But my environment is still running stable (with 3 I2C devices). So, the patch seems to fix the problems (for me).
by Uewel
05 Jul 2018, 16:06
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

With the 3rd I2C device (BH1750) it still seems to be ok. I get reasonable values from the two sensors and they will be displayed on the OLED display. Btw, I've observed strange behavior when deepsleep is enabled. Sometimes my ESP32 doesn't wake up properly respectively it doesn't connect to my wifi...
by Uewel
04 Jul 2018, 22:39
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

@TD-er: So, I have done a quick test and it looks very promising. To get fast results I have done the following quick&dirty test by replacing the following 5 files from the stickbreaker fork you have mentioned in the framework tree (in my case framework-arduinoespressif32@1.4.0) in my .platformi...
by Uewel
01 Jul 2018, 22:53
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

Thank you. I will have a look on it tomorrow.
by Uewel
29 Jun 2018, 18:51
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

Now I have a OLED display and have the same effects like you, TD-er. The display works fine alone. As well as the BME280. But together there is no chance. The display will not be updated anymore after the BME280 was tried to be accessed. With BME280 + BH1750 together the problems was not so heavy. C...
by Uewel
25 Jun 2018, 09:19
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

Ok, I undestand. Let me know, if I could support you with testing. Until now I'm not very experienced with git collaboration (using github). In my company we had our local/private and not web-based git environment. Then I have ordered yesterday a SSD1306 display. Maybe it's not wrong to have somethi...
by Uewel
23 Jun 2018, 09:04
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

@TD-er: Have you added pullup resistors to your I2C lines? I'm currently not. I need to repeat my tests with pullups.
by Uewel
22 Jun 2018, 22:37
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

Ok. So, this has also nothing to do with I2C.. Today I got the BH1750 light sensors. And now I understand what you mean with that instabilities. :roll: If I have both (BME280 and BH1750) on I2C bus everything is instable. Sometimes I get values from the lightsensor and sometimes not. Sometimes the w...
by Uewel
22 Jun 2018, 06:47
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

I forgot to mention that I have initially also enabled 'SerialSensors' by removing it from the lib_ignore libraries.
Here my current lib_ignore:
lib_ignore = ESP8266WiFi, ESP8266Ping, ESP8266WebServer, ESP8266HTTPUpdateServer, ESP8266mDNS, IRremoteESP8266, ESPEasy_ESP8266Ping
by Uewel
22 Jun 2018, 06:44
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

I assume your OLED display utilizes I2C? Maybe there is still a problem if more than one I2C devices are connected and used at the same time. I still have only one I2C device, the BME280, and this works fine. I have ordered some BH1750 lightsensors. Hope they come today. The BH1750 driver was also o...
by Uewel
21 Jun 2018, 10:56
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

@ TD-er: Currently I'm sending my BME280 values testwise to ThingSpeak. Everything works fine. Every 60s a plausible value of all 3 measurements. I cannot see any problem until now. :shock:
by Uewel
21 Jun 2018, 08:02
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

For getting BME280 working with latest ESPeasy code I have (maybe naive) done the following 3 quick and dirty modifications: - platformio.ini: remove ESPeasySoftwareSerial and EspESPeasySoftwareSerial from lib_ignore - define_plugin_set.h: add a '#define USES_P028' in the PLUGIN_SET_GENERIC_ESP32 se...
by Uewel
20 Jun 2018, 14:01
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

I'm learning every day more and more about ESPeasy's sw structure. So, my ESP32 board now works with a BME280 without obvious problems and shows it's wifi connection state via a blue LED. ;) Now I need to setup git. Currently I'm doing modifications without source control. Maybe I can share some of ...
by Uewel
19 Jun 2018, 12:05
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

Further modification in configuration are not saved. E.g. I do the very first config of the AP over 192.168.4.1. After this the board connects to my access point and is accessible over my home wifi network. After reboot of the board all is gone and I must configure it again over 192.168.4.1. But may...
by Uewel
19 Jun 2018, 12:00
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Re: Servus from Munich/Germany

@TD-er: Thank you! I'm currently trying to get familiar with the SW structure and build environment. In the meantime I was able to get the latest build from yesterday working on my ESP32 board. The flash prodedure seems to be very fragile. Sometimes the board starts correctly after flashing and some...
by Uewel
18 Jun 2018, 22:51
Forum: Introduce yourself
Topic: Servus from Munich/Germany
Replies: 23
Views: 13612

Servus from Munich/Germany

Hi all, I'm dealing with ESP easy since 3 weeks or so. My brother gave me the crucial tip to look to this awesome project. Currently I have some ESP-WROOM-32 boards connected to a BME280 and do some testing with collecting temperature, humidity and air pressure in my flat. Only for fun and learning ...