Search found 17 matches

by jbarea
11 May 2023, 16:36
Forum: ESP Easy: Software
Topic: Failed to build "normal" in new release. 2023(deque)
Replies: 31
Views: 3758

Re: Failed to build "normal" in new release. 2023(deque)

However I also found out that my platformio version was already on 6.1.7 putting it back to 6.1.6 resolved the problem Hi, I have the same problem, I can't build EspEasy anymore. I checked different computers and different versions. Unfortunately PIO updates automatically and now the core is 6.1.7....
by jbarea
11 May 2023, 15:12
Forum: ESP Easy: Software
Topic: Failed to build "normal" in new release. 2023(deque)
Replies: 31
Views: 3758

Re: Failed to build "normal" in new release. 2023(deque)

However I also found out that my platformio version was already on 6.1.7 putting it back to 6.1.6 resolved the problem Hi, I have the same problem, I can't build EspEasy anymore. I checked different computers and different versions. Unfortunately PIO updates automatically and now the core is 6.1.7....
by jbarea
04 May 2023, 18:20
Forum: ESP Easy: Software
Topic: [solved] support for degree symbol in a new added font
Replies: 3
Views: 861

Re: [solved] support for degree symbol in a new added font

Ok, no problem, but, I am still wondering how the special characters like the degree symbol can be shown using the default font, but it is not possible with any of the adafruit extra fonts which can be incorporated in custom builds, even when the utility fontconvert can produce .h files including th...
by jbarea
04 May 2023, 03:08
Forum: ESP Easy: Software
Topic: [solved] support for degree symbol in a new added font
Replies: 3
Views: 861

Re: [solved] support for degree symbol in a new added font

I solved this issue using some kind of font hacking. I resort to the utility mentioned in https://www.foobarflies.io/adafruit-gfx-font-customiser/ and finally I replaced the character ^ by the degree symbol. To do this first I realized that the fontconvert utility has 2 addtional arguments to specif...
by jbarea
02 May 2023, 04:30
Forum: ESP Easy: Software
Topic: [solved] support for degree symbol in a new added font
Replies: 3
Views: 861

[solved] support for degree symbol in a new added font

Hi, I added a new 20pt font (robotomono) to use with the TFT plugins succesfully. First I download the corresponding ttf file from internet and then I used fontconvert to obtain the .h file to be moved to the src/static/Fonts folder. Then I added some lines in AdafruitGFX_helper.h and AdafruitGFX_he...
by jbarea
22 Apr 2023, 19:44
Forum: ESP Easy: Software
Topic: TFT_eSPI support
Replies: 2
Views: 865

Re: TFT_eSPI support

Thanks for your quick answer! I completely agree with you about EspEasy, it's a great project and actually it made me to initiate myself in the world of the IoT low cost devices. Now I am a fanatic of this area :D My observation about the refrest rate was not a complaint. On the contrary my suggesti...
by jbarea
22 Apr 2023, 06:13
Forum: ESP Easy: Software
Topic: TFT_eSPI support
Replies: 2
Views: 865

TFT_eSPI support

Hi, I don't know if i am posting the following in the right section "Software" or it should be in the "Hardware" section. Anyway my question is: can https://github.com/Bodmer/TFT_eSPI be supported in EspEasy? I realized about its existence in https://www.letscontrolit.com/forum/v...
by jbarea
10 Apr 2023, 19:54
Forum: ESP Easy: Hardware
Topic: Support for I2S microphone to have a sound level meter
Replies: 3
Views: 1236

Re: Support for I2S microphone to have a sound level meter

Thanks TD-er for your quick answer. I never imagine that I2S could be so complicated. I just thought that it could be activated only for ESP32 and only when the plugin is enabled (assuming it is available). I didn't know that the I2S libraries needed to build the hypothetical plugin could interfere ...
by jbarea
06 Apr 2023, 17:29
Forum: ESP Easy: Hardware
Topic: Support for I2S microphone to have a sound level meter
Replies: 3
Views: 1236

Support for I2S microphone to have a sound level meter

Hi, Currently I am using a simple microphone with a MAX4466 based module attached to the ADC pin of a ESP8266 to measure the sound intensity. I took the idea from https://blog.yavilevich.com/2016/08/arduino-sound-level-meter-and-spectrum-analyzer/ Actually I use the Analog Input Plugin to obtain the...
by jbarea
20 Aug 2021, 19:52
Forum: ESP Easy: Software
Topic: SCD30 - CO2 sensor
Replies: 118
Views: 237938

Re: SCD30 - CO2 sensor

Well... 150 msec clock stretching is not good for ESPEasy. How often does this happen? And about the GPIO pins on an ESP32. With some exceptions, you can connect almost any function to almost any pin. So based on the pin nr you cannot tell what I2C bus it is. (or whether it is an I2C bus...) [/ 150...
by jbarea
19 Aug 2021, 05:15
Forum: ESP Easy: Software
Topic: SCD30 - CO2 sensor
Replies: 118
Views: 237938

Re: SCD30 - CO2 sensor

Not sure if that library supports to select "the other" I2C bus. (I don't know it either, have to look into that myself) But like I said, maybe a later ESP IDF already has support for clock stretching and if so, that's a preferred route IMHO. Or maybe the current IDF already supports it, ...
by jbarea
18 Aug 2021, 16:27
Forum: ESP Easy: Software
Topic: SCD30 - CO2 sensor
Replies: 118
Views: 237938

Re: SCD30 - CO2 sensor

If we are going to support the second I2C channel, I'm in favor of adding it fully supported to the generic ESPEasy code, so 1 channel can be High Speed and another Low Speed, f.e. And they would both need separate Clock stretch settings too, once that is supported for ESP32 ;) Having this type of ...
by jbarea
18 Aug 2021, 15:53
Forum: ESP Easy: Software
Topic: SCD30 - CO2 sensor
Replies: 118
Views: 237938

Re: SCD30 - CO2 sensor

Sorry I had not yet time to reply to your email about this... I am a bit reluctant to include a new library for I2C as I am quite sure it will conflict with the existing I2C. So if we need it because of the availability of clock stretch, then it must be the main (and only) I2C handling. ESP32 does ...
by jbarea
18 Aug 2021, 03:56
Forum: ESP Easy: Software
Topic: SCD30 - CO2 sensor
Replies: 118
Views: 237938

Re: SCD30 - CO2 sensor

Hi all, I have been using the plugin P178 from playground successfully with the SCD30 sensor (https://es.aliexpress.com/item/1005001392172293.html) to monitor CO2 levels. I could compile with the version mega-20210503 of espeasy. The readings follow the readings of a Senseair S8 very well. Also I mo...
by jbarea
24 Jun 2021, 13:54
Forum: ESP Easy: Software
Topic: Geiger counter settings
Replies: 22
Views: 18718

Re: Geiger counter settings

Could you post the rules in a [ code ] [ /code ] block (without the spaces), so it is a bit easier to copy them without typos ;) on System#Boot do let,1,0 // total number of cpm's let,2,1 // number of measurements endon On Geiger#Total do TaskValueSet 5,1,[Geiger#Total]*60/%unixtime% endon On Geige...
by jbarea
24 Jun 2021, 02:42
Forum: ESP Easy: Software
Topic: Geiger counter settings
Replies: 22
Views: 18718

Re: Geiger counter settings

I live in Chile. I am planning to make an indoor environment station which includes a dust sensor, a CO2 sensor, temperature and humidity sensors and radioactivity detector, just for fun. The geiger counter can be purchase here: https://es.aliexpress.com/item/32822477320.html and the data can be sen...
by jbarea
24 Jun 2021, 00:49
Forum: ESP Easy: Software
Topic: Geiger counter settings
Replies: 22
Views: 18718

Re: Geiger counter settings

Hi, I managed to get working the geiger kit RadiationD-v1.1(Cajoe) under EspEasy. I used the plugin "Generic - Pulse counter" with the following configuration: espeasy-geiger-1.png Note that the "Mode Type" should be Rising (or Falling) to avoid counting twice each event. Also I ...