Search found 301 matches

by budman1758
03 Jan 2018, 19:58
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 222690

Re: ESP Easy Flasher

I'm having a similar problem. Windows 10 64 bit laptop. Does not list the COM ports correctly or at all. When the active ports box is checked I get no ports listed. When unchecked it shows some (not all) and says (off line) after the name. I will try the flasher on my server later. Its a Windows 7 m...
by budman1758
31 Dec 2017, 22:04
Forum: ESP Easy: Software
Topic: Help with some rules.
Replies: 10
Views: 6222

Re: Help with some rules.

Thanks for those suggestions. I think I found a simpler way. I rewrote the rule like this. On Send Do Pulse,2,1,100 TimerSet,1,3 If [Dummy#TempCode]=38607.00 Event,Pin1 Endif If [Dummy#TempCode]=55527.00 Event,Pin1 Endif Endon The pulse command flashes an led to indicate the keypress. The timer when...
by budman1758
31 Dec 2017, 09:57
Forum: ESP Easy: Software
Topic: Help with some rules.
Replies: 10
Views: 6222

Re: Help with some rules.

Let me attempt to wrap what few brain cells I have left around that for a bit. :lol: Getting a bit late here. Time for me to get some shut eye. Thanks for all the help.
by budman1758
31 Dec 2017, 09:16
Forum: ESP Easy: Software
Topic: Help with some rules.
Replies: 10
Views: 6222

Re: Help with some rules.

I'm still trying to evaluate 3 things. The problem is the third thing could be any number. If this particular number or this particular number or this RANDOM number. How do you tell ESPEasy to call an event from a random value? Or set a dummy value from it?
by budman1758
31 Dec 2017, 08:25
Forum: ESP Easy: Software
Topic: Help with some rules.
Replies: 10
Views: 6222

Re: Help with some rules.

Since the rules engine is fairly simple in the ESP Easy FW I suspect that the event calls break the loop. Place the "Event, Clear" in the end of "Event,pin1" and "Event,pin2" instead of the event send as you have right now. EDIT: I read that wrong. Let me think some mo...
by budman1758
31 Dec 2017, 08:05
Forum: ESP Easy: Software
Topic: Help with some rules.
Replies: 10
Views: 6222

Help with some rules.

Howdy all. This is a part of my keypad project that I'm working on. Got the hardware issues pretty much settled and its working pretty well. I'm trying to make a certain thing happen and having a bit of trouble figuring out a rule sequence. I want ONE of three things to happen when I hit a certain k...
by budman1758
31 Dec 2017, 01:06
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 469069

Re: ESP32 boards

You need to provide us with a context if you want us to help you... For example: PS C:\Users\Lisa> python Python 3.6.2 (v3.6.2:5fd33b5, Jul 8 2017, 04:14:34) [MSC v.1900 32 bit (Intel)] on win32 Type "help", "copyright", "credits" or "license" for more inform...
by budman1758
30 Dec 2017, 03:29
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 469069

Re: ESP32 boards

After installing Python I keep getting this error: import serial ImportError: No module named serial Did some research... Installed pyserial..... Same message Have tried to reinstall pyserial several times and keep getting the message that it's already installed. Also rebooted with no change. I am r...
by budman1758
29 Dec 2017, 22:29
Forum: ESP Easy: General Discussion
Topic: ESP Easy Flasher
Replies: 152
Views: 222690

Re: ESP Easy Flasher

This looks great! Does it also work on ESP32?
by budman1758
29 Dec 2017, 09:12
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 469069

Re: ESP32 boards

I hate to be "that guy" :roll: but would you happen to have a windows flashing howto laying around anywhere? I'm not having much luck here.... :mrgreen:
by budman1758
24 Dec 2017, 09:19
Forum: ESP Easy: General Discussion
Topic: Are Rulesets selectable?
Replies: 15
Views: 10424

Re: Are Rulesets selectable?

I like the switch idea. Probably be easier to set up. Maybe...... conditions to control rules to control rules that work under these conditions.... but not that condition.... My head is spinning already. :lol: :lol: Does anybody else think it would be a useful enhancement? :?: If so I can put a requ...
by budman1758
24 Dec 2017, 01:50
Forum: ESP Easy: General Discussion
Topic: Are Rulesets selectable?
Replies: 15
Views: 10424

Are Rulesets selectable?

Hello all. Not sure exactly when rules went from 1 page to 4 available pages. I'm wondering if there is an easy way to turn on or off a page of rules. Lets say you have a setup that uses timers to control sprinklers and you need a couple different programs to control them. Like a winter vs summer sc...
by budman1758
16 Dec 2017, 05:33
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

Just in case anybody is interested I purchased a HT16K33 keypad/matrix driver chip and set it up and it behaves the same. Still have to wait a few seconds between keypresses so that they are not missed. This chip is designed for this sort of thing so I thought perhaps it would behave differently. Gu...
by budman1758
12 Dec 2017, 19:42
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

By the way, have you experimented with the message delay setting under the advanced menu? Setting it to 200mSec or maybe even 100mSec might speed things up? I have not tried that. Isn't that only related to the controller though? I am not using any right now. I will give it a go... No it's related ...
by budman1758
12 Dec 2017, 06:47
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

grovkillen wrote: 12 Dec 2017, 06:29 By the way, have you experimented with the message delay setting under the advanced menu? Setting it to 200mSec or maybe even 100mSec might speed things up?
I have not tried that. Isn't that only related to the controller though? I am not using any right now. I will give it a go...
by budman1758
12 Dec 2017, 06:18
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

Thanks grovkillen. With a couple minor mods I have that working quite well. I actually made it so it creates a different event for each possible keypress. The problem now is still the time it takes to enter the code. As I mentioned earlier the key press is not captured at all when the module is &quo...
by budman1758
11 Dec 2017, 22:16
Forum: Experimental
Topic: ESP32 R20000
Replies: 11
Views: 20812

Re: ESP32 R20000

Shardan wrote: 10 Dec 2017, 22:33 If it is a bug it should be mentioned on github.
Do you have a link for this project on Github?
by budman1758
11 Dec 2017, 22:11
Forum: Experimental
Topic: ESP32 R20000
Replies: 11
Views: 20812

Re: ESP32 R20000

Download link is at the bottom of the page. I just came across this by accident. It does not seem to be getting much advertisement.

https://www.letscontrolit.com/wiki/index.php/ESPEasy32
by budman1758
10 Dec 2017, 21:53
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

I am beginning to see several problems with my approach.... I suggest you use a dummy to store the values and by each tap on a number you add a multiple. Dummy 1: store the sequence [1234567890] Dummy 2: store the multiple [10^n] For each tap: <Dummy 1>+<Key number>*10^<Dummy> Also Add +1 to the dum...
by budman1758
10 Dec 2017, 21:29
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

grovkillen wrote: 10 Dec 2017, 20:42 If possible, could you try to change the keypad from task 1 to task 5? Just as a test since the first 4 tasks are used for pulse counter devices, they are interrupted more frequently.
I just tried that and cannot see any noticeable difference.
by budman1758
10 Dec 2017, 21:15
Forum: Experimental
Topic: ESP32 R20000
Replies: 11
Views: 20812

Re: ESP32 R20000

I changed my wifi settings and un-hid the network and it connected right away. Maybe a bug?
by budman1758
10 Dec 2017, 19:02
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

After watching the serial output for a bit I can verify why the keypad input is so flaky. Whenever the unit is "doing something" the keypad inputs are not captured. It the module is outputting ANYTHING to the serial output no keys are sensed. If this is normal then I believe it will be use...
by budman1758
10 Dec 2017, 18:51
Forum: Experimental
Topic: ESP32 R20000
Replies: 11
Views: 20812

Re: ESP32 R20000

Here is the serial log output. I put xxx where wifi ssid and key go. No special characters in the router config. Jun 8 2016 00:22:57 rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT) configsip: 0, SPIWP:0xee clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00 mode:DIO, cloc...
by budman1758
10 Dec 2017, 09:20
Forum: Experimental
Topic: ESP32 R20000
Replies: 11
Views: 20812

ESP32 R20000

Hope this is the right place for this. I am trying to get this up and running to experiment. I seem to get the firmware loaded and it runs but no matter how many ways or times I try it will not connect to my router. Just keeps saying "cant connect to AP! I have tried from serial terminal and th...
by budman1758
09 Dec 2017, 04:58
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

Well..... Ya kinda lost me there. I am using dummy devices to temporarily store the input values. My approach was to store the key inputs as they were punched in then compare the result to a predetermined value. These are the numbers that the PCF8574 plugin are producing per keypad press... 1 = 0x00...
by budman1758
07 Dec 2017, 00:01
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Re: Keypad and PCF8574

OK. Did a little rewiring and things are starting to make sense. I wired the column outputs to the first 4 ports on the PCF8574 and the row outputs to the next 3 ports. So using ports 1-7. Put 10K resistors on the Ic2 line and now I get much better signals in the log output. They also got a lot more...
by budman1758
06 Dec 2017, 21:33
Forum: ESP Easy: Projects / Applications
Topic: Keypad and PCF8574
Replies: 15
Views: 12216

Keypad and PCF8574

Hello all. I'm trying to put together a keypad setup and I am using one of these keypads https://www.adafruit.com/product/419 and a PCF8574 IO expander. I am using the DEV 12 "testing" version of the firmware and it has a testing version for keypads with PCF8574/MCP23017 chips. I have the ...
by budman1758
04 Dec 2017, 09:31
Forum: ESP Easy: General Discussion
Topic: Feature request. Actually a UI web page request
Replies: 9
Views: 6893

Re: Feature request. Actually a UI web page request

I think the entire web-interface would benefit from a good redesign. Would it be good enough if you had a single link to open that command page? Not to clutter the top bar too much, but just to allow quick access to certain sub pages. I always like the "basic"/"advanced" approac...
by budman1758
03 Dec 2017, 08:37
Forum: ESP Easy: General Discussion
Topic: overcoming sonoff missing countdown feature
Replies: 6
Views: 5072

Re: overcoming sonoff missing countdown feature

If you mean by "outside the wifi" that you want to control it from "anywhere" then you need to set up a port forwarding rule in your router config to point to your esp unit. Due to security concerns this is generally not recommended. It can be done though. There are many resource...
by budman1758
03 Dec 2017, 05:44
Forum: ESP Easy: General Discussion
Topic: Feature request. Actually a UI web page request
Replies: 9
Views: 6893

Feature request. Actually a UI web page request

Hello all. Something that I think would be handy is to put the command input box at the top of the Tools page instead of the bottom. I find it quite a hassle when prototyping something to constanly have to scroll down to the bottom of the page to get back to the command box. It would also be nice if...
by budman1758
18 Nov 2017, 01:14
Forum: ESP Easy: Hardware
Topic: Control relay with physical locally button
Replies: 15
Views: 12328

Re: Control relay with physical locally button

Try this as your sendto.....

SendToHTTP 10.0.0.18,8080,/json.htm?type=command¶m=udevice&idx=55&nvalue=0
by budman1758
17 Nov 2017, 04:31
Forum: ESP Easy: Hardware
Topic: Control relay with physical locally button
Replies: 15
Views: 12328

Re: Control relay with physical locally button

There are a few ways to make that happen. Mostly depends on your hardware. If you want a pushbutton switch you will need to set it up on another GPIO and set up a rule to toggle the relay. If using a on-off switch you can probably use it to control the relay and set up a task on the GPIO that contro...
by budman1758
16 Nov 2017, 07:13
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 253154

Re: uPyEasy

It does not look like Armbian has any images for Raspberry anything. Their focus seems to be ARM and Allwinner chips. Thats not to say it cant be ported to Raspberry. Don't have a clue on that tho..... Is uPyEasy running as an app on your Armbian boards or is it the complete OS? :?: I ordered an Ora...
by budman1758
15 Nov 2017, 03:43
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 253154

Re: uPyEasy

I too would like a OrangePi Zero and an ESP32 version. Thanks!! :mrgreen:
by budman1758
14 Oct 2017, 19:45
Forum: ESP Easy: Projects / Applications
Topic: My ESP Easy projects
Replies: 7
Views: 10419

Re: My ESP Easy projects

I like your development board. Does it come with a parts list? Most of them look to be pretty standard stuff but sometimes it can be hard to source stuff without part numbers and such.
by budman1758
07 Oct 2017, 15:47
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 253154

Re: uPyEasy

Just ordered me a couple ESP32's. Can't wait to give it a go.
by budman1758
07 Oct 2017, 01:17
Forum: ESP Easy: Hardware
Topic: ESP32 with EasyESP
Replies: 7
Views: 7004

Re: ESP32 with EasyESP (EDIT) Nevermind.... Found it

LisaM wrote: 05 Oct 2017, 13:33 uPyEasy wil support the ESP32, including spRam.
Can you elaborate on this? Google search for uPyEasy doesn't help much.
by budman1758
06 Oct 2017, 21:22
Forum: ESP Easy: General Discussion
Topic: pcfpulse help needed!
Replies: 3
Views: 2820

Re: pcfpulse help needed!

68 for gpio number? Sure thats right?
by budman1758
13 Jun 2017, 17:44
Forum: ESP Easy: General Discussion
Topic: Working unit suddenly unreachable
Replies: 5
Views: 4332

Re: Working unit suddenly unreachable

I did not try that. I just reflashed them and reprogrammed them. All they do it control a light so its not a real big deal. Strange though..... :?: :?: :?:
by budman1758
13 Jun 2017, 06:39
Forum: ESP Easy: General Discussion
Topic: Anemometer, ADS1115 and ESP
Replies: 3
Views: 6716

Re: Anemometer, ADS1115 and ESP

You are DA MAN!!!! SHARDAN!!!. :D :D :D Thanks for all the pointers. Really appreciate it. After pounding my head against the wall you really helped me start looking at this correctly. The 32.4 spec on the eBay listing stands for meters per second and that's the most its supposed to measure. That's ...
by budman1758
12 Jun 2017, 04:59
Forum: ESP Easy: General Discussion
Topic: Anemometer, ADS1115 and ESP
Replies: 3
Views: 6716

Anemometer, ADS1115 and ESP

I am trying to setup a wind speed reader and so far after bouncing all over the web I believe I am more confused now than when I started. This is probably not the "best" place for all the questions I have but because I am using ESPEasy I hope this isn't too far off topic. I have one of the...
by budman1758
12 Jun 2017, 03:56
Forum: ESP Easy: General Discussion
Topic: Working unit suddenly unreachable
Replies: 5
Views: 4332

Re: Working unit suddenly unreachable

Moot point now. Units have been reprogrammed.
by budman1758
11 Jun 2017, 20:35
Forum: ESP Easy: General Discussion
Topic: Working unit suddenly unreachable
Replies: 5
Views: 4332

Re: Working unit suddenly unreachable

Strike one. Tried with laptop and my phone. No workie. :(
by budman1758
11 Jun 2017, 04:14
Forum: ESP Easy: General Discussion
Topic: Working unit suddenly unreachable
Replies: 5
Views: 4332

Working unit suddenly unreachable

Hello. This is making me crazy. Hope some help is out there. :?: :?: Last night I had a couple units that are mounted inside of ceiling lights suddenly "disappear" from the network and node list. These 2 units have been working flawlessly for better than 3 weeks. All of a sudden they were ...
by budman1758
09 Jun 2017, 08:38
Forum: ESP Easy: Software
Topic: MCP23017 GPIO PIN CONFIGURATION
Replies: 1
Views: 3767

Re: MCP23017 GPIO PIN CONFIGURATION

Hello. You do not need to define a task for the relay side of this unless you need to "read" the status of the relay. A task for the switch is enough to make it work. You will find yourself running out of tasks at 12 which is not enough for the MCP23017. What kind of switch? Momentary or s...
by budman1758
06 Jun 2017, 03:41
Forum: ESP Easy: Software
Topic: Deep Sleep delay issue
Replies: 18
Views: 24090

Re: Deep Sleep delay issue

No idea how to implement it but perhaps support for this module could help with long delay issues. A new plugin maybe? http://www.ebay.com/itm/IIC-Precision-RTC-Real-Time-Clock-Memory-Module-For-Arduino-DS3231-AT24C32/192119513906?_trksid=p2047675.c100005.m1851&_trkparms=aid%3D555018%26algo%3DPL...
by budman1758
03 Jun 2017, 05:05
Forum: ESP Easy: General Discussion
Topic: Limiting data transfer
Replies: 4
Views: 4176

Re: Limiting data transfer

Not sure if it will help with the differences in data but methinks one way to slow it down so to speak is increase the sensor delay time? If I'm not mistaken this might help with the excess.
by budman1758
02 Jun 2017, 00:50
Forum: Introduce yourself
Topic: Howdy from Lake Elsinore CA USA
Replies: 0
Views: 1998

Howdy from Lake Elsinore CA USA

Hello to all. I am pretty new to micro controllers and the like. Been playing with computers since 94 or so. I bumped into ESP modules by accident and wanted to do a lot of things with them but my programming skills were and still are pretty much ZERO. Then I stumbled upon ESPEasy and suddenly I can...
by budman1758
21 Apr 2017, 22:59
Forum: ESP Easy: General Discussion
Topic: Feature request****Pulse GPIO command for MCP23017
Replies: 11
Views: 9813

Re: Feature request****Pulse GPIO command for MCP23017

Hi again. Let me explain my setup a bit better. I live in an RV full time. All lighting is 12volt. I am trying to control ceiling lites with ESP's. Most of them have a switch on them and that's the only way to control them. Problem: Wife is quite short and can't reach them. ESP to the rescue. :mrgre...
by budman1758
21 Apr 2017, 16:56
Forum: ESP Easy: General Discussion
Topic: Feature request****Pulse GPIO command for MCP23017
Replies: 11
Views: 9813

Re: Feature request****Pulse GPIO command for MCP23017

Can't find it so impossible to tell if it works or not. :roll: Can you elaborate? OK. Found the command. However it does not seem to be able to work the way I need. I am trying to toggle the gpio with a short INPUT low (like a push button) but the command output shows this.... { "log": &qu...