Search found 497 matches

by papperone
13 Oct 2017, 14:50
Forum: ESP Easy: Hardware
Topic: My Own custom POW
Replies: 3
Views: 4338

My Own custom POW

I've realized my own enhanced version of POW running of course ESPasy. I used the same HLW8012 circuit taken from the POW schematich, I designed a custom PCB with proper safety (including inline high voltage Fuse holder, varistor for optional additional filtering, front LED to show relay status and ...
by papperone
13 Oct 2017, 10:01
Forum: ESP Easy: Hardware
Topic: Solar Power Supply for ESP ??
Replies: 35
Views: 30891

Re: Solar Power Supply for ESP ??

I solar power some of my projects, this is what i do. 1. solar panel. 2. 18650 battery 3. TP4056 charger module. The solar panel is wired to the 4056 module Vin pads. The battery is wired to the B+ and B- pads. The +V pad is connected to a 3.3V, very low voltage dropout voltage regulator, i use an ...
by papperone
12 Oct 2017, 20:38
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

I have WinRAR full license and it works as I wrote...
by papperone
12 Oct 2017, 17:37
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

freijn wrote: 12 Oct 2017, 12:19 Downloaded ...

I try to open it with WinRar, but it throws an error... How do I uncompress is?? :-(


MANY THANKS !!!!

Frank
no idea, I tryed myself to donwload and open it and I got no errors; as well ronald download and installed it without issue it seems...
by papperone
11 Oct 2017, 17:09
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

Thanks Ronald, probably you should read this previous comment --> http://www.letscontrolit.com/forum/view ... =30#p19744
You have already "7don" "7doff" and "7db,<brightness>" commands implemented... :mrgreen:
by papperone
11 Oct 2017, 13:22
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

here it is! please let me know your feeback...
ESPEasy-v2.0.0-dev12+P073.rar
(344.61 KiB) Downloaded 1372 times
by papperone
11 Oct 2017, 09:49
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

I will post BIN later today with dev12 plus this plugin; I will compile only for 4096 module if ok for you....
by papperone
10 Oct 2017, 10:45
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

_P073_7DGT plugin submiteed as [TESTING] on the main branch! Few notes: - No libraries needed as I coded all the interface with the modules inside the plugin (and customize them on my needs) - I dropped support of TM74HC595 display as very limited in commands supported and not easy to handle (and I...
by papperone
09 Oct 2017, 21:07
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1082392

Re: Serial MCU controlled relay/switch

Thanks to the "God" of ESPEasy we have a neat solution here --> https://github.com/letscontrolit/ESPEasy/issues/515#issuecomment-335028103 So defintely it's not a blocking limit, just required a bit of code to access proper device parameters specially useful when you could have more than o...
by papperone
08 Oct 2017, 12:41
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1082392

Re: Serial MCU controlled relay/switch

@ enesbcs : watch out that your plugin cannot work properly in all conditions due to limitation design of ESPEasy PLUGIN_WRITE call. Basically while executing PLUGIN_WRITE you have 2 limits: 1) only first device of the same "plugin type" will execute the commands sent (in this case not rel...
by papperone
08 Oct 2017, 10:13
Forum: ESP Easy: Software
Topic: Rules logic
Replies: 13
Views: 8802

Re: Rules logic

Might this explain it??? From the Wiki: "Remember that you can only store floating point numbers as output from your device. Also note that the floating point precision is limited. For most application this will not lead to issues but storing a large 32 bit number like RFID tags will get round...
by papperone
07 Oct 2017, 13:36
Forum: ESP Easy: Software
Topic: Serial MCU controlled relay/switch
Replies: 459
Views: 1082392

Re: Serial MCU controlled relay/switch

I think this idea of dual relays control for blinds should be implemented in a more generic plugin. Like you can select the output (SonoffDual, or 2 GPIOs controlling to normal relays) and have all the logic applied when UP/DOWN (or left/right in case of curtains!) commands are sent to it. We can ca...
by papperone
07 Oct 2017, 12:30
Forum: ESP Easy: General Discussion
Topic: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket
Replies: 22
Views: 22625

Re: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket

I don't get it, what's the point of measuring up to 3.3v when the battery maximum is 4.2v ? This is a battery powered board, isn't it logical to be able to measure the battery voltage with it ? Thank you Hello, Remember, a "Battery Low" signal isn't a voltmeter. It is just a binary signal...
by papperone
05 Oct 2017, 17:23
Forum: ESP Easy: General Discussion
Topic: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket
Replies: 22
Views: 22625

Re: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket

You can't measure resistors while they are actually soldered in a PCB as the measure is influenced by other components of course. we need to rely on the numbers print on them and the one on the right in your video (as I wrote) reports 224 = 220k ohm while the left one if it's "010" it mean...
by papperone
05 Oct 2017, 17:18
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

both displays have controllable brightness from device page <--------- Is it possible to control this on individual sections or only overall? I'm still studing the datasheet of TM1637 as I'm not really happy of the library that is available and I'm trying to rebuild communication in the plugin to h...
by papperone
05 Oct 2017, 09:29
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

This all sounds very good! Impressive progress! Will it be possible to stop the blinking colon on the clock? Thank you for your effort :) mmmm... not at the moment, I thought it was something everyone woudl like to have but if you think it's not the case I can easily enable this option instead of m...
by papperone
05 Oct 2017, 07:00
Forum: ESP Easy: General Discussion
Topic: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket
Replies: 22
Views: 22625

Re: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket

just noted as well (just to make sure you did it) the jumper for sleep mode is shorten...
by papperone
05 Oct 2017, 06:57
Forum: ESP Easy: General Discussion
Topic: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket
Replies: 22
Views: 22625

Re: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket

Oh well, that's weird... ADC pin on the WROOM-02 should be (looking at your picture) 3rd from the bottom on the left side (upside down as it is). while on the output AD I do see a 220K resistor (224) that is matching what I wrote, the other one is a 1ohm!! (010) making the didiver pointless. But... ...
by papperone
04 Oct 2017, 19:46
Forum: ESP Easy: General Discussion
Topic: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket
Replies: 22
Views: 22625

Re: Some help to measure the Li-Ion voltage of ESP-WROOM-02 with battery socket

You need to check if there's already a voltage divider on the PCB (I don't see it but I can't confirm just form a picture). The best way to check, if you can, is to apply 1VDC to the ADC and see the reading; if close to 1024 then no voltage divider confirmed. A good voltage divider I do use is 100K/...
by papperone
04 Oct 2017, 17:58
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev12 released
Replies: 44
Views: 46796

Re: ESPEasy v2.0.0-dev12 released

ah our awesome wiki says the 1mb normal version should be ok indeed. https://www.letscontrolit.com/wiki/index.php/ESP_Hardware :) I think the major issues is that recent Sonoff units (and apparently I've heard recent Wemos D1 mini unit as well) have a different flash chip and if the flash process i...
by papperone
04 Oct 2017, 13:09
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

so far "beta" plugins has below functionality under testing: support already both TM1637 (4 digits) and MAX7219 (8 digits) display both displays have controllable brightness from device page 2 "modes": CLOCK / MANUAL - when display is setup as CLOCK it's automatically updated onc...
by papperone
03 Oct 2017, 23:56
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

grovkillen wrote: 03 Oct 2017, 23:12 I understand the colon isn't an optimal decimal sign but it is possible to "paint the top diod black". :?
:lol: :lol: :lol: ok looks like we have a plan...
by papperone
03 Oct 2017, 22:42
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

and you are right too :-) @Papperone Can you share anything already ? Can I help ? (coding ? ) Very interested in it :-) Cleaning up the code at the moment, TM1637 works ok, MAX7912 under few bugfix, planning to add another module I have around in my lab (4 digit driven by 2x74HC595). Thinking abou...
by papperone
03 Oct 2017, 15:43
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

If you can't get it show a letter it's no problem for me. But if you do get this working it would be nice to have only the bottomdigit lit (tot show fractions) and a 'C' for Celcius or 'F' for Fahrenheit too. I know there are single digits one can connect too. I once read an article of someone who ...
by papperone
03 Oct 2017, 11:07
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

Pity it's limited to 4 digits :( This one here is 8 digits (other chipset though). Yes that uses MAX7219 IC, which I though it was suppoertd by ESPEasy but looks like I was wrong... As I'm sure I've one of those chip somewhere in my lab, I'll search for it and will implement it in ESPEasy as well (...
by papperone
03 Oct 2017, 11:01
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

Very interesing. What about displaying a value from any item/count in Domoticz ? I would love to show my power consumption of the house of the result of my solar system. :-) Need beta testers ? +1 Could be achieved by sending http commands to it, like it works with the OLED display. Also a good ide...
by papperone
03 Oct 2017, 06:42
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

Thanks for your initiative papperone! if you have more ideas please comment here How about a count-down counter ? Give a number of minutes and seconds, count down, and create a setting on a certain GPIO. Applications: - Arm count down - Lights off within ... - ESPEasy automated egg boiling :D - Gat...
by papperone
02 Oct 2017, 23:03
Forum: ESP Easy: Hardware
Topic: Connecting a TM1637 4-Digit Display
Replies: 217
Views: 1565817

Re: Connecting a TM1637 4-Digit Display

Display arrived this mornign and under testing :) Basic plugin seems to work ok, I'm planning to add 2 modes: number/clock. While "clock" will automatically shows the time blinking the colon once/sec., "numbers" will set the device in manual mode, waiting for command to be sent t...
by papperone
02 Oct 2017, 07:16
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 18828

Re: disconnect wifi (please read last post and guidance me)

You are using a custom PCB apparently so I'm clueless as in a very similar setup but driving the relays directly from the ESP8266 I've no problem at all, and my ESP8266 is as close as your to relays so I can fairly assume that's not the main issue. I'm not sure what you mean in the picture as "...
by papperone
01 Oct 2017, 08:29
Forum: Experimental
Topic: EspEasy restore config.dat rules1.txt using script
Replies: 5
Views: 14424

Re: EspEasy restore config.dat rules1.txt using script

ensingg would you mind to share your script?
by papperone
29 Sep 2017, 06:43
Forum: ESP Easy: Software
Topic: Local MQTT broker on esp8266
Replies: 7
Views: 6797

Re: Local MQTT broker on esp8266

happytm wrote: 29 Sep 2017, 01:14 I found another MQTT broker on espeasy which is little easier to implement at iotcentral.eu.
this looks like just a bridge between local network and an a cloud based broker... I prefer the previous solution you highlight (that I still need to find time to test it!)
by papperone
28 Sep 2017, 17:30
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 161368

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

I was giving some test to this plugin and I realize I can't get the "color picker" in any on the browser I checked (Chrome, FF, IE and Edge) as shown in the video on the first post. As well the RGB selct arrows "up/down" are not shown in EDGE while they are in all other browser. ...
by papperone
28 Sep 2017, 15:12
Forum: ESP Easy: General Discussion
Topic: Replace NeoPixel library with FastLED in ESPEasy
Replies: 6
Views: 7613

Re: Replace NeoPixel library with FastLED in ESPEasy

Looking more into LEDs, controllers and library it seems we have as well another potential candidate "NeoPixelBus" which seems supporting less type of LEDs but it's much faster! I was surprised that in the GitHub of the author he's mentioning Psy0rz :mrgreen: as he realized a very nice LED...
by papperone
28 Sep 2017, 14:18
Forum: ESP Easy: Hardware
Topic: nodemcu and ESP EASY
Replies: 5
Views: 4450

Re: nodemcu and ESP EASY

I am not in favour to connect anythign as a input directly to a GPIO; I woudl rather use a optocoupler to prevent any issue/damage to the ESP itself :)

by the way I agree with @grovkillen why you need NodeMCU and ESPEasy if you can close a 12V relay directly from the 12VDC output signal ??
by papperone
27 Sep 2017, 16:42
Forum: ESP Easy: General Discussion
Topic: my esp8266-01 version 1024 not connect
Replies: 10
Views: 7692

Re: my esp8266-01 version 1024 not connect

can you post a picture of the module?
can you confirm which BIN file you selected for flashing?
by papperone
27 Sep 2017, 12:29
Forum: ESP Easy: General Discussion
Topic: Replace NeoPixel library with FastLED in ESPEasy
Replies: 6
Views: 7613

Replace NeoPixel library with FastLED in ESPEasy

Just a small poll to get feedback; we are sticking all our addressable plugins with Adafruit NeoPixel library, while FastLED offers similar features but support a wider range of other addressable LEDs as per official doc: Here's a list of all the LED chipsets are supported. More details on the led c...
by papperone
26 Sep 2017, 22:16
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 251887

Re: uPyEasy

Well, even if it is the right direction that's not really what i meant. If you see things like Sonoff - why should i have a module for a BME280/BMP180 for, or I²C at all? But there is another way round too: I'm using several "mini sensors" just with an ESP-01 and a BME/BMP for example. Ot...
by papperone
26 Sep 2017, 18:01
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 251887

Re: uPyEasy

I think this is something we can abstract from the firmware (ESPEasy or uPyEasy). As we introducte conditional compiling already as NORMAL/DEV/TEST I think it can be worth to add "MINIMUM" for devices like Sonoff or ESP01 where just bare minimum set of pluings will be included. I think thi...
by papperone
26 Sep 2017, 07:17
Forum: ESP Easy: Hardware
Topic: SSD1306 can't get it to work
Replies: 12
Views: 12402

Re: SSD1306 can't get it to work

Well all SD1306 module I've been using have a 3.3/5v regulator onboard (662K) in fact I'm happily running all of them 5v or 3.3v without any difference.
I doubt module in subject has differences thus I don't believe it's been fried by wrong voltage, maybe DOA...
by papperone
24 Sep 2017, 17:55
Forum: ESP Easy: General Discussion
Topic: acs712 measuring current via MQTT with nodemcu
Replies: 3
Views: 3894

Re: acs712 measuring current via MQTT with nodemcu

ACS712 does not require any specific library as far as I know, all modules I've seen they output an analog value so you can read it via analog pin. The issue is that if you want to measure DC current maybe some easy formulas are enough but for AC is not that simple... And to your question, this has ...
by papperone
23 Sep 2017, 13:09
Forum: ESP Easy: General Discussion
Topic: ip of espeasy is lost and i can not send any command but a device is report rssi every 5 min!!!!
Replies: 24
Views: 18828

Re: disconnect wifi

Please give more details on your hardware, configuration, picture of the relay, etc...
I've many ESP8266 (even D1 mini) happily running ESPEasy with relay at less than 1cm distance without any disconnection!
by papperone
23 Sep 2017, 11:02
Forum: ESP Easy: Software
Topic: Local MQTT broker on esp8266
Replies: 7
Views: 6797

Re: Local MQTT broker on esp8266

Having said that you don't need internet connection to use any MQTT broker, as I do run happily one on my Raspberry Pi and it works even with just internal Lan... Project is interesting to check as it can bridge to an existing broker, so can be nice as a backup not to stop any of my home automation ...
by papperone
23 Sep 2017, 08:57
Forum: ESP Easy: Hardware
Topic: Help with Sonoff flashing
Replies: 47
Views: 52766

Re: Help with Sonoff flashing

Today I have got luck flashing Espurna to sonoff basic relays. Espurna works great. :!: And you know it works "out of the box" with Amazon Alexa just need to set up names of your relays, wifi and thats it. I must worn you that flashed and setted up relays must be left for a while to settl...
by papperone
23 Sep 2017, 08:56
Forum: ESP Easy: General Discussion
Topic: acs712 measuring current via MQTT with nodemcu
Replies: 3
Views: 3894

Re: acs712 measuring current via MQTT with nodemcu

At the moment the ACS712 could be used with any ADC plugin which is made to make a single read, for current it's a different story... I have some ESP8266 nodes with custom firmware as I need to read current via ACS712 connected to ADC (ADs1115) but my plan is to write a specific plugin for ESPEasy s...
by papperone
22 Sep 2017, 13:08
Forum: ESP Easy: Hardware
Topic: WS2812 single LED/Pixel Plugin
Replies: 31
Views: 38665

Re: WS2812 single LED/Pixel Plugin

Just upgraded my test modules with 2.0.0.dev12 / normal-4096 and I can confirm the Neo Pixel Basic plugin still works as it should...
It responds to all commands "neopixelall", "neopixel" and "neopixelline"
by papperone
22 Sep 2017, 13:02
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev12 released
Replies: 44
Views: 46796

Re: ESPEasy v2.0.0-dev12 released

Just a small though on size and efficiency... I agree that some plugins are too specific and should be flagged as such and not included in the standard firmware (like it happened with "_P070_NeoPixel_Clock.ino"). But looking at the current supported devices by the standard 2.0.0.dev12 I th...
by papperone
22 Sep 2017, 11:31
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28876

Re: Domoticz MQTT: read works, but cannot control relay

Not sure I understand, in my setup I send commands to ESPEasy nodes from NodeRed via MQTT publish generating an event (topic="%sysname%/cmd" payload="event,EVENTNAME") and it works as in the rules I've connected events to "gpio,x,0/1" commands; I'm avail for testign bu...
by papperone
22 Sep 2017, 11:30
Forum: ESP Easy: Hardware
Topic: Sonoff 4CH with ESPEasy
Replies: 151
Views: 167346

Re: Sonoff 4CH with ESPEasy

maybe just the WiFi module is from itead --> https://www.itead.cc/psb-04.html
by papperone
22 Sep 2017, 08:40
Forum: ESP Easy: General Discussion
Topic: ESPEasy v2.0.0-dev12 released
Replies: 44
Views: 46796

Re: ESPEasy v2.0.0-dev12 released

thanks! will install it immediately on my test modules to provide feedback on stability :)
by papperone
22 Sep 2017, 07:01
Forum: ESP Easy: Software
Topic: Domoticz MQTT: read works, but cannot control relay
Replies: 36
Views: 28876

Re: Domoticz MQTT: read works, but cannot control relay

Not sure I understand, in my setup I send commands to ESPEasy nodes from NodeRed via MQTT publish generating an event (topic="%sysname%/cmd" payload="event,EVENTNAME") and it works as in the rules I've connected events to "gpio,x,0/1" commands; I'm avail for testign but...