Search found 301 matches

by budman1758
12 Feb 2018, 08:57
Forum: ESP Easy: General Discussion
Topic: rules delay to post vcc on deepsleep
Replies: 36
Views: 21879

Re: rules delay to post vcc on deepsleep

I am wondering now what (if any) difference there is between "systemboot" and "wake from deepsleep" I think you may need a rule that fires when "wake from sleep" happens. I noticed when I was watching the serial monitor on level 4 when I was testing my keypad app that o...
by budman1758
12 Feb 2018, 08:10
Forum: ESP Easy: General Discussion
Topic: rules delay to post vcc on deepsleep
Replies: 36
Views: 21879

Re: rules delay to post vcc on deepsleep

Just for the hell of it have you tried turning deepsleep off and wait to see if VCC publishes at all? On boot and wake from sleep are different I imagine. Maybe it needs at least 60 seconds or so.
I'm just throwing stuff against the wall to see if anything sticks... :geek:
by budman1758
12 Feb 2018, 04:17
Forum: ESP Easy: General Discussion
Topic: rules delay to post vcc on deepsleep
Replies: 36
Views: 21879

Re: rules delay to post vcc on deepsleep

Does this apply here?

https://www.letscontrolit.com/wiki/inde ... _Variables

Note the part about a custom compiled firmware?
by budman1758
11 Feb 2018, 23:37
Forum: ESP Easy: Software
Topic: ESP-32 plans for ESPEasy (?)
Replies: 58
Views: 53710

Re: ESP-32 plans for ESPEasy (?)

Back to ESP32: - Updated Arduino ESP32 core to github commit from 2017-12-19 and the UDP issues seems to be fixed. - Do not use the later commits that use a newer SDK as it contains a bug in SPIFFS lib, making the ESP crashloop forever. - Currently two ESP32 units are running latest ESPEasy source ...
by budman1758
07 Feb 2018, 08:26
Forum: ESP Easy: Hardware
Topic: Connecting a Rain Gauge
Replies: 14
Views: 16145

Re: Connecting a Rain Gauge

Naesstrom wrote: 07 Feb 2018, 07:23 Thanks @budman1758 I'll go with that formula instead!
It's not inches but mm btw, so it would compare to 0.011" :D
That makes a bit more sense. :lol:
by budman1758
07 Feb 2018, 02:37
Forum: ESP Easy: Hardware
Topic: Connecting a Rain Gauge
Replies: 14
Views: 16145

Re: Connecting a Rain Gauge

I set up a pulse counter a while ago for fan RPM. The formula you want is the count divided by the delay time times the amount of rain is in 1 bucket. I would set your delay time to 5 minutes or so. Assuming your rain gauge is .2794 inches per bucket (which seems like a lot to me) Then the formula w...
by budman1758
03 Feb 2018, 02:10
Forum: ESP Easy: General Discussion
Topic: MCP23017 and PCF8574 output functionality.
Replies: 2
Views: 4139

Re: MCP23017 and PCF8574 output functionality.

Currently using this version. >mega-20180130 but is was doing the same thing with earlier versions. I don't know if I would characterize it as a "bug". More along the lines of a feature. :lol: Half the battle is won as to this issue on Git. https://github.com/letscontrolit/ESPEasy/issues/7...
by budman1758
02 Feb 2018, 23:12
Forum: ESP Easy: General Discussion
Topic: MCP23017 and PCF8574 output functionality.
Replies: 2
Views: 4139

MCP23017 and PCF8574 output functionality.

I just recently "discovered" something. I was under the distinct impression that in order to use these IO expanders that in order to "enable" them you had to define at least 1 of the ports as an input to get them to function. I have a project I'm working on right now that has bot...
by budman1758
02 Feb 2018, 05:39
Forum: ESP Easy: General Discussion
Topic: BME280 & 4 x LTR-329ALS ?
Replies: 30
Views: 17397

Re: BME280 & 4 x LTR-329ALS ?

It does not look like the LTR-329ALS is supported. You might try to put a request for support on Github.
FHEM is a supported controller but I don't have any experience with it.
by budman1758
01 Feb 2018, 20:08
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 29927

Re: Blockly Events

Blocky looks pretty cool. Looks like a bit of a chore to get it setup though.
by budman1758
01 Feb 2018, 16:14
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 450331

Re: ESP32 boards

I use those ethernet boards with a Raspberry PI Zero and POE for my homemade security cameras. I send 12 volts to it and use a DC stepdown at the camera. That way the wireless isn't overloaded. Plus, you need power for it anyway so POE makes sense.
by budman1758
01 Feb 2018, 07:08
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 450331

Re: ESP32 boards

micropet wrote: 01 Feb 2018, 07:03 ok I understand.

But the STM32 has no WIFI and therefore no mqtt integration.
This probably makes the ESP32 most suitable.
viewtopic.php?f=22&t=3905
Probably better than Wifi. 8-)
by budman1758
01 Feb 2018, 04:54
Forum: ESP Easy: Hardware
Topic: Does ESPEasy support 2 OLED displays at the same time?
Replies: 6
Views: 4782

Re: Does ESPEasy support 2 OLED displays at the same time?

Well.... Have a Framed version and a regular working together. They seem to be coexisting peacefully. So far I haven't seen any conflicts. When using commands to write to it manually the only one that responds to that is the non framed display. Same with clear command. Both of them have the some of ...
by budman1758
01 Feb 2018, 03:51
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 29927

Re: Blockly Events

As a non-programmer its ESPEasy that allowed me to be able to get anything done that I wanted to do. Rules may be limiting but they do allow folks like me to get things working. There are any number of firmwares and program languages out there but ESPEasy is the only one I have found that's actually...
by budman1758
29 Jan 2018, 18:55
Forum: ESP Easy: Hardware
Topic: Does ESPEasy support 2 OLED displays at the same time?
Replies: 6
Views: 4782

Re: Does ESPEasy support 2 OLED displays at the same time?

I have them on different address. I was using the Framed OLED for both. Basically what happens is one stops responding and the info for BOTH of them is displayed on one.
I did not try the non framed and framed yet. Will try that and see what happens.
by budman1758
29 Jan 2018, 06:03
Forum: ESP Easy: Hardware
Topic: Does ESPEasy support 2 OLED displays at the same time?
Replies: 6
Views: 4782

Re: Does ESPEasy support 2 OLED displays at the same time?

grovkillen wrote: 29 Jan 2018, 05:51 Current code only support one display.
Well....... Poop. Guess it's back to the drawing board. :?
by budman1758
29 Jan 2018, 05:17
Forum: ESP Easy: Hardware
Topic: Does ESPEasy support 2 OLED displays at the same time?
Replies: 6
Views: 4782

Does ESPEasy support 2 OLED displays at the same time?

Before I head over to Github I just wanted to ask if ESPEasy is supposed to be able to support more than 1 OLED display concurrently.
I have 2 hooked up to a unit and both display stuff but there are quite a few issues with it.
by budman1758
27 Jan 2018, 19:29
Forum: uPyEasy: General Discussion
Topic: SSL support
Replies: 7
Views: 15506

Re: SSL support

+1. What he said. ^
by budman1758
27 Jan 2018, 19:24
Forum: uPyEasy: General Discussion
Topic: Blockly Events
Replies: 21
Views: 29927

Re: Blockly Events

+1
by budman1758
24 Jan 2018, 08:40
Forum: ESP Easy: Projects / Applications
Topic: Use Modul to set Voltage to Ports
Replies: 5
Views: 4840

Re: Use Modul to set Voltage to Ports

I don't think that's possible. Ports can use PWM but that does not change the voltage.
What exactly are you trying to accomplish?
by budman1758
23 Jan 2018, 07:53
Forum: ESP Easy: General Discussion
Topic: Largest OLED Display Supported
Replies: 2
Views: 3466

Largest OLED Display Supported

I'd like to know what the largest size OLED Display is that's currently supported. I have a project in mind and the bigger the better display is definitely in order. I thought I saw somewhere that a 2.4" was supported but not sure. Even bigger than that would be cool. Thanks for any pointers. :...
by budman1758
19 Jan 2018, 20:45
Forum: ESP Easy: General Discussion
Topic: Portable syslog server for test/bug check
Replies: 7
Views: 11286

Re: Portable syslog server for test/bug check

+1

Now we need a "enable" checkbox for the syslog function. :mrgreen: :mrgreen:
by budman1758
15 Jan 2018, 22:15
Forum: ESP Easy: General Discussion
Topic: ESP Easy Webdumper
Replies: 59
Views: 35910

Re: ESP Easy Webdumper

manjh wrote: 15 Jan 2018, 22:09 Tried again, sosmehow navigated through the Windows and Avast messages and ran the program. Now get "access denied"...
Try running as Admin and see what happens.
by budman1758
12 Jan 2018, 19:14
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

grovkillen wrote: 12 Jan 2018, 09:48 I have now tried to fix the issue regarding serial commands not being accepted. Please update to latest 0.00.021 version...
Hate to rain on the parade but post flash still no workie. You have a new debug file in yer dropbox.
by budman1758
12 Jan 2018, 05:06
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

https://github.com/Grovkillen/ESP_Easy_Flasher/releases Version 0.00.020 is released with a new checkbox which will let the user manually reboot the device after flash. Tried it. Flashed fine but after flash settings still no workie. I uploaded a debug file to your dropbox. Tried to get a screensho...
by budman1758
10 Jan 2018, 20:39
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev13
Replies: 39
Views: 39497

Re: ESPEasy v2.0.0-dev13

grovkillen wrote: 10 Jan 2018, 20:00 Yes that is something we need to add :) Consider it on my table!
From what I can tell around here methinks you must have a very large table! :lol: :lol:
by budman1758
10 Jan 2018, 20:31
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

PS: if you reflash the same unit, does it respond to the serial communication? Same thing. I don't think the unit is resetting at all. There was no activity light flashing on my usb unit and the module was doing nothing when I connected after the flasher was done. I had to reset the module b4 there...
by budman1758
10 Jan 2018, 20:19
Forum: ESP Easy: General Discussion
Topic: Is this a bug or normal? OLED Display
Replies: 5
Views: 4010

Re: Is this a bug or normal? OLED Display

You can try this version: xxx.xxx.xxx.xxx/control?cmd=oled,1,1,CLOSED xxx.xxx.xxx.xxx/control?cmd=oled,1,1, %20OPEN%20 xxx.xxx.xxx.xxx/control?cmd=oled,1,1, %20%20%20%20%20%20 //Clear the line (with 6 chars length) Works only with P023. P036 has no possibility to send text to the display this way. ...
by budman1758
10 Jan 2018, 19:46
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

OK. Tried your latest version. It flashed the unit just fine but when it was time to do the post flash options I think it failed there because the unit did not reboot first b4 the flasher tried to save the post flash settings. After the flasher was done I immediately connected to the unit with Putty...
by budman1758
09 Jan 2018, 22:21
Forum: ESP Easy: General Discussion
Topic: ESP Easy Webdumper
Replies: 59
Views: 35910

Re: ESP Easy Webdumper

This one worked just fine!! Got a folder full of screenshots just as promised. :mrgreen: :mrgreen: Still about the same delay. Not a big deal in my opinion. BUT it might be a bug as well, I'm no top notch programmer as you can tell ;) Dude. Don't sweat that. NOBODY falls outta their Moma as a top no...
by budman1758
09 Jan 2018, 22:05
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

I have now hopefully squished the last two bugs (the date/time and the FTDI problem)... :oops: :D :ugeek: Methinks you be making great progress dude!! It WORKS!!! :D Found the correct ports for both of my devices. Tried to flash a new -01 module and it flashed it fine but the app says it ended with...
by budman1758
09 Jan 2018, 21:29
Forum: ESP Easy: General Discussion
Topic: Is this a bug or normal? OLED Display
Replies: 5
Views: 4010

Re: Is this a bug or normal? OLED Display

TD-er wrote: 09 Jan 2018, 09:33 Which of the 2 OLED plugins do you use?
The "framed" one, or the other one?
Could you please test also with "the other one"?
Same behaviour on both types.
by budman1758
09 Jan 2018, 21:23
Forum: ESP Easy: General Discussion
Topic: ESP Easy Webdumper
Replies: 59
Views: 35910

Re: ESP Easy Webdumper

Tried the latest version. App acts like its working but after it runs the log folder is empty. That's where the pics are supposed to save to correct?
Also of note: It took about 50 seconds b4 the log window said it found the device and started capturing pages.
Capture.JPG
Capture.JPG (109.39 KiB) Viewed 24056 times
by budman1758
09 Jan 2018, 21:06
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

My device is not the one in your screenshot. It is COM5 also.
The APP_DATA folder contains:
esptool.exe
TimeStamp.vbs

Screenshot of what I believe is similar to yours.
I have hidden devices showing. Those are the ones that are greyed out.
Hope this helps.
Capture.JPG
Capture.JPG (95.19 KiB) Viewed 124809 times
by budman1758
09 Jan 2018, 20:18
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

Please try latest release ... https://github.com/Grovkillen/ESP_Easy_Flasher/releases/tag/0.00.016 OK. Still not finding my FTDI serial port. Correctly finds the CH340 on correct com port. Lots of windows flicker in background. When the app window appears it is still scanning for comports. When don...
by budman1758
09 Jan 2018, 07:54
Forum: ESP Easy: General Discussion
Topic: Is this a bug or normal? OLED Display
Replies: 5
Views: 4010

Is this a bug or normal? OLED Display

I'm putting a door controller together and just for the hell of it I'm adding an OLED display to it. I'm writing a value to 1 line in the display based on the condition of 2 switches. There are 3 possible values I want and its working fine except for 1 minor detail. I'm using rules to send either &q...
by budman1758
09 Jan 2018, 06:56
Forum: ESP Easy: General Discussion
Topic: ESP Easy Webdumper
Replies: 59
Views: 35910

Re: ESP Easy Webdumper

grovkillen wrote: 09 Jan 2018, 06:13 You are my best bug hunter!
Hummmmmm. is that a good thing? :lol: :lol:
by budman1758
09 Jan 2018, 01:06
Forum: ESP Easy: General Discussion
Topic: ESP Easy Webdumper
Replies: 59
Views: 35910

Re: ESP Easy Webdumper

Tried to run this. I get a no ping response error. Opened a command prompt from same folder the exe is in and and ping response is all good. :shock:
Also tried running as admin. Same results.
webdump1.JPG
webdump1.JPG (192.41 KiB) Viewed 24119 times
by budman1758
08 Jan 2018, 23:19
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

The screenshots of the device manager showing com5, is that the FTDI programmer? Shouldn't the driver state something more specific than "serial..."? Yes, it is. It does show more detail if you go into the properties a bit deeper. I would have thought the same thing. Kinda generic for a $...
by budman1758
08 Jan 2018, 22:04
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

OK. Here is whats happening on my Win 10 64bit system. I have 2 USB to serial devices. 1 is a CH340 1 dollar China unit. The other is a genuine FTDI chip unit I got from Adafruit. No matter what com port I either manually assign or let windows assign the flash program NEVER identifies the FTDI devic...
by budman1758
04 Jan 2018, 07:04
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

grovkillen wrote: 04 Jan 2018, 05:55 I will test it further today. Hopefully I can trigger the behavior on another computer. Sir thank you for your time and help!
Ain't no thing Bro. Anyway I can help, I'm there. :mrgreen:
I just wish I could help on the programming side. There, me be pretty much useless.... :lol:
by budman1758
04 Jan 2018, 01:25
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

I'm also having the same problems on my Win 7 64 bit machine. Is this a "64 bit" problem?
As a side note. After hitting the x to close the program it is still running in Task Manager. Have to kill the process. This is on Win 7 and NOT on my Win 10 machine. Strangeness abounds...... :?
by budman1758
04 Jan 2018, 00:47
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

Perhaps also try in C:\Users\Budman\Documents\ The root of the C drive may be a permission issue to write there and the other one has a space in the path, which is generally very often an issue with software. So just to exclude both, try to save in your own documents folder. Of try to run it as adm...
by budman1758
03 Jan 2018, 23:10
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

C:\Users\Budman\Documents\Arduino Docs\ESPeasy Stuff\Flash Utilities\ESP_Easy_Flasher-master

Made a copy and put it the root of the C drive and getting same behaviour.
by budman1758
03 Jan 2018, 22:46
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

Log folder is empty. :shock:
by budman1758
03 Jan 2018, 22:01
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

Almost every time I insert the USB flasher it comes up as com4 or com5. Using your example I "forced" it to com1. It now shows as a USB Serial device. But it does not flash the module. Zero activity shows on the device. It has two leds for rx and tx. Click the flash button in the app and i...
by budman1758
03 Jan 2018, 20:37
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 217869

Re: ESP Easy Flasher

I just tried to move the com port to com1 like your example and it now shows a USB/Serial device. Tried to flash a module but nothing happens. ESP Tool window does not come up. Module not flashed.