Search found 11 matches

by hilo90mhz
08 Sep 2019, 12:17
Forum: ESP Easy: Software
Topic: Sending data to defined controller after deepsleep wake up
Replies: 16
Views: 11963

Re: Sending data to defined controller after deepsleep wake up

We really just need a direct to InfluxDB controller that is purpose designed for that.. I have not found time to work on it myself but would use it if someone comes up with one.
by hilo90mhz
07 Dec 2016, 01:13
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 37661

Re: Support for ESP32 - the story so far

Omg this is so nice, just saw also the possibility of USB connections, don't know why we should need that,..only know,..we are using it very hard in a few years, ESP32 with 64GB storage ? Mouse and keyboard ? :mrgreen: Would be very sick in the end to have a ESP32, with gigabit controller and 2TB u...
by hilo90mhz
07 Dec 2016, 00:34
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 37661

Re: Support for ESP32 - the story so far

ESPEasy + ESP32 with Ethernet port or WiFi is my dream combination. :idea: One probe to rule them all. :) Wow, it has "real" RJ45 LAN 10MB connection support, it looks very ugly at the momemt but after some release versions and some new cheap boards for ebay or ali,....wow very nice, than...
by hilo90mhz
27 Nov 2016, 21:46
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 37661

Re: Support for ESP32 - the story so far

Awesome! Can't wait for esp32 support... Once the SDK and Arduino support is more done it doesn't look too hard and the new features will be extensive. For power usage the current Arduino environment is always at 160mhz so the power usage can be lowered some later when they give us the option to low...
by hilo90mhz
11 Nov 2016, 08:01
Forum: ESP Easy: Hardware
Topic: Analog Multiplexer CD74HC4067 = 16 analog input for $1
Replies: 5
Views: 7661

Re: Analog Multiplexer CD74HC4067 = 16 analog input for $1

No I never developed a library for it if that what you're asking, the hardware should work... Honestly I am now waiting till the ESP32 is supported - it has 16 channels of 12BIT ADC converter.. not to mention these other specs: There are 36 GPIO pins, which can be assigned to all sorts of peripheral...
by hilo90mhz
22 Aug 2016, 01:53
Forum: ESP Easy: Hardware
Topic: Analog Multiplexer CD74HC4067 = 16 analog input for $1
Replies: 5
Views: 7661

Analog Multiplexer CD74HC4067 = 16 analog input for $1

I am wondering if anyone has already written a library to use this analog MUX chip? Or would be willing to write one since it seems like such a cheap way to get 16x analog inputs :) I may get to writing my own eventually but don't have the time currently.. As far as I can tell you would just need 4x...
by hilo90mhz
10 Apr 2016, 01:53
Forum: ESP Easy: General Discussion
Topic: OLED Scrolling Display
Replies: 122
Views: 168207

Re: OLED Scrolling Display

This is great! Will be using it on my future projects with ESPEasy :) Thanks!
by hilo90mhz
03 Apr 2016, 19:44
Forum: ESP Easy: Projects / Applications
Topic: current measure
Replies: 27
Views: 39745

Re: current measure

BertB wrote:This works for me:
That's exactly the power supply setup I plan to use.. 5 of the hlk modules are in the mail. Looks good!
by hilo90mhz
01 Apr 2016, 00:32
Forum: ESP Easy: Projects / Applications
Topic: current measure
Replies: 27
Views: 39745

Re: current measure

I am compiling information on my project using current measurements here http://hilo90mhz.com/remote-power-monitoring-system-ac-or-dc-current-measurements/ I am using espEasy to send data to thingspeak that is triggering a txt message through twillo on condition met with AC current sent along in tex...
by hilo90mhz
30 Mar 2016, 00:56
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11086

Re: Cannot Compile on Arduino IDE

costo is right, it does work with Arduino 1.6.5 and ESPCommunity 2.0.0 and R078 It does not work if you use a newer arduino version, or if you use 2.1.0 of ESPcommunity... Or if you use the github code... It only works by following exact instructions AND versions on the tutorial. At least for me. I'...
by hilo90mhz
29 Mar 2016, 21:27
Forum: ESP Easy: Software
Topic: Cannot Compile on Arduino IDE
Replies: 11
Views: 11086

Re: Cannot Compile on Arduino IDE

Hi, I am having the same problem: Arduino 1.6.7 ESP8266 community version 2.1.0 R078 source code Edit- I also just tried with the current source on Github and it has the same issue The issue does seem to be with Arduino not including files in the correct order, all the functions in the "Misc&qu...