Search found 13 matches

by fazambuja
14 May 2018, 05:41
Forum: uPyEasy: Hardware
Topic: ESP32 Boards working listing (Yes/No)
Replies: 6
Views: 16212

Re: ESP32 Boards working listing (Yes/No)

Wemos LOLIN32 1.0 (Retired) - YES

Did not test i2c and others.
by fazambuja
14 May 2018, 05:28
Forum: uPyEasy: Hardware
Topic: ESP32 Boards working listing (Yes/No)
Replies: 6
Views: 16212

Re: ESP32 Boards working listing (Yes/No)

SparkFun ESP32 Thing (DEV-13907) - YES
https://www.sparkfun.com/products/13907

Could not get the BME280 or OLED to work.

upyeasy_v030_20180506_test_esp32_4096.bin
by fazambuja
14 May 2018, 04:56
Forum: uPyEasy: Hardware
Topic: ESP32 Boards working listing (Yes/No)
Replies: 6
Views: 16212

Re: ESP32 Boards working listing (Yes/No)

Adafruit Huzzah32 - YES https://learn.adafruit.com/adafruit-huzzah32-esp32-feather Using upyeasy_v030_20180506_test_esp32_4096.bin Took a long long time to load the web interface on AP mode. Was able to connect to my wifi and do a i2c scan. Couldn't get the OLED screen to work, the menu looks bugged.
by fazambuja
13 May 2018, 08:13
Forum: ESP Easy: General Discussion
Topic: macOS and esp, but no port
Replies: 5
Views: 4576

Re: macOS and esp, but no port

You need the MacOS drivers to connect to your ESP. What board are you using?
by fazambuja
30 Apr 2018, 07:59
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 63988

Re: BME 680 sensor

I’ve been using the Bosh BSEC Arduino library and its way more sofisticated than the ones usually used on the esp. It kind of self calibrates to get more accurate. It also gives an AIQ score. But uses a precompiled library that will make really hard to get supported...
by fazambuja
29 Apr 2018, 23:56
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 52478

Re: ESP-32 plans for ESPEasy (?)

You can do it with Platformio IDE. It will show up on the list of what can you build. The number of plugins included is really minimal, you need to include the ones you want and test. But first, try to build and upload the firmware :) https://www.letscontrolit.com/wiki/index.php/Tutorial_Install_Pla...
by fazambuja
25 Apr 2018, 18:15
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 63988

Re: BME 680 sensor

Are you getting AIQ readings? The only libraries that I found (including the Bosch) required to change a library for compiling.
This makes harder to get supported by espeasy.
by fazambuja
24 Apr 2018, 23:21
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1866393

Re: Nextion display plugin

Do not forget to lower the signal levels of the TX from Nextion to the RX gpio of the ESP. The Nextion outputs 5V, but the ESP does only accept 3v3. Are all displays like this? Mine is the enhanced and at least on their website says: Interfaces Performance Test Conditions Min Typical Max Unit Seria...
by fazambuja
24 Apr 2018, 23:12
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 63988

Re: BME 680 sensor

I've removed the deprecated string variable from the current playground plug-in. This way it works on the latest mega. //####################################################################################################### //#################### Plugin 119 BME680 I2C Temp/Hum/Barometric/Pressure/G...
by fazambuja
24 Apr 2018, 23:10
Forum: ESP Easy: General Discussion
Topic: How to use/test ESPEasyPluginPlayground?
Replies: 2
Views: 3958

Re: How to use/test ESPEasyPluginPlayground?

Thanks! I've removed the string values for the BME680 and it works!
by fazambuja
24 Apr 2018, 04:45
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 1866393

Re: Nextion display plugin

Does someone have a simple example of how the plugin works? Like sending a temperature value to n0...
I can test on my screen. :)
by fazambuja
23 Apr 2018, 15:55
Forum: ESP Easy: Projects / Applications
Topic: BME 680 sensor
Replies: 55
Views: 63988

Re: BME 680 sensor

Bosch updated the sensor algorithms not so long ago. It always report higher temperature.
All the playground plugins are broken now, so there is no way to test on mega :(
by fazambuja
17 Apr 2018, 21:38
Forum: ESP Easy: General Discussion
Topic: How to use/test ESPEasyPluginPlayground?
Replies: 2
Views: 3958

How to use/test ESPEasyPluginPlayground?

Hi, noob here. I'm trying to test and build a few plugins that are available at the ESPEasyPluginPlayground repository (CCS811 and BME680). And I couldn't get them to work (build). I'm able to build and upload unless I try to include the plug-ins. What I'm doing: - Opening the last mega via GitHub a...