Search found 6 matches

by JJussi
06 Jul 2016, 11:17
Forum: ESP Easy: General Discussion
Topic: Two times INA219
Replies: 1
Views: 3377

Two times INA219

Hello! This may be more like "feature request"... But how I get EPS working with two same kind of sensors? (actually, sensors are still coming from China, but should be here soon) I have two INA219 sensors, one measuring Solar Panel (giving main VCC) and other measuring LiPo Battery (givin...
by JJussi
06 Jul 2016, 09:05
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 91080

Re: Measure VCC

So, like others what want to read battery level, I need to create gate with two resistors 220k and 1000k connecting it to ADC I believe you mean 220k and 100k , 1000k is a zero too much. Nope.. ADC measures 0 to 1V, so building: GND --<===>--|--<===>-- 4.2V LiPo battery 220K | 1000K ADC gives me 1/...
by JJussi
15 Jun 2016, 08:52
Forum: ESP Easy: Software
Topic: Measure VCC
Replies: 66
Views: 91080

Re: Measure VCC

One thing what is too against adding internal Vcc measure.. I noticed that if I put #define INTERNAL_VCC_READ 1 // Disable ADC and use it for Vcc reading #if INTERNAL_VCC_READ ADC_MODE(ADC_VCC); #endif It will break MQTT (at least with 2.2.0). :cry: So, like others what want to read battery level, I...
by JJussi
11 Jun 2016, 10:55
Forum: ESP Easy: Software
Topic: ESPEasy compile problem
Replies: 5
Views: 5684

Re: ESPEasy compile problem

Thank you!

I implemented that "static_cast<SerialConfig>(serialconfig)" and now it compile and works wit 2.2.0

Excelent... Now I just need to wait that those sensors + other stuff arrives... ;-)
So I can finnish my project!
by JJussi
10 Jun 2016, 13:37
Forum: ESP Easy: Software
Topic: ESPEasy compile problem
Replies: 5
Views: 5684

Re: ESPEasy compile problem

OK.. You are absolutely right.. I'm compiling with 2.2.0.. If I change that to 2.0.0, I can compile ESPEasy, but... Cannot upload it to Feather ESP8266... If I change that to 2.1.0, compile fails, but.. Upload (other software) works again to Feather ESP8266... So it looks like that, I cannot use thi...
by JJussi
10 Jun 2016, 09:36
Forum: ESP Easy: Software
Topic: ESPEasy compile problem
Replies: 5
Views: 5684

ESPEasy compile problem

Hi! I use Arduino 1.6.9 and tried to compile ESPEasy for "Adafruit HUZZAH ESP8266" and got next error: Arduino: 1.6.9 (Mac OS X), Board: "Adafruit HUZZAH ESP8266, 80 MHz, 921600, 4M (3M SPIFFS)" /Volumes/Data/Users/jjussi/ownCloud/Documents/Arduino/ESPEasy_R78/Source/ESPEasy/_P02...