Search found 161 matches

by moelski
27 Sep 2020, 09:55
Forum: ESP Easy: General Discussion
Topic: undefined reference to `do_process_c00x
Replies: 29
Views: 18911

Re: undefined reference to `do_process_c00x

Hi ! Well this one is caused by you having the "servo" library included in the Arduino library manager Ok but that souldn´t be a real problem ... And just to be sure, you are using the latest sources? I used ESPEasy-mega-20200913. https://github.com/letscontrolit/ESPEasy/releases/tag/mega-...
by moelski
27 Sep 2020, 09:42
Forum: ESP Easy: General Discussion
Topic: Making EspEasy a little bit more useable with ioBroker
Replies: 37
Views: 27809

Making EspEasy a little bit more useable with ioBroker

Hi ! This text could be a little bit longer ... Sorry for that 8-) Yesterday I started to take a look at EspEasy again. I was using it 4 years ago and at that time I wrote the candle plugin for EspEasy. My goal was to include some of my switchable power plugs into my home automatisation ioBroker. So...
by moelski
27 Sep 2020, 08:56
Forum: ESP Easy: General Discussion
Topic: undefined reference to `do_process_c00x
Replies: 29
Views: 18911

Re: undefined reference to `do_process_c00x

Hi ! I also checked, but at least C003.ino doesn't have this line split over multiple lines No it´s fine in one line ... Can you add (as a test) this as 2nd line of the DelayQueueElements.cpp file: x106-elf-gcc/2.5.0-4-b40a506/bin/../lib/gcc/xtensa-lx106-elf/4.8.2/../../../../xtensa-lx106-elf/bin/ld...
by moelski
26 Sep 2020, 15:07
Forum: ESP Easy: General Discussion
Topic: undefined reference to `do_process_c00x
Replies: 29
Views: 18911

Re: undefined reference to `do_process_c00x

Hi !

First Lines of Espeasy.ino:

Code: Select all

#define USE_CUSTOM_H
#include <Arduino.h> 
and attached is my Custom.h.

For me it looks ok ... Try to build for ESP8266.

Dominik
by moelski
26 Sep 2020, 07:59
Forum: ESP Easy: General Discussion
Topic: undefined reference to `do_process_c00x
Replies: 29
Views: 18911

undefined reference to `do_process_c00x

Hi ! Just try to compile the latest mega release with Arduino IDE. I use a custom.h for configuration. If I just select #define USES_C002 // Domoticz MQTT I got this errors: C:\Users\DOMINI~1\AppData\Local\Temp\arduino_build_623874\sketch\src\ControllerQueue\DelayQueueElements.cpp.o:(.literal._Z24pr...
by moelski
08 Jul 2020, 08:44
Forum: ESP Easy: General Discussion
Topic: Compile EspEasy with Arduino (Pro) IDE still possible?
Replies: 2
Views: 5227

Re: Compile EspEasy with Arduino (Pro) IDE still possible?

Hi ! Ok I can compile it again if I use the latest GIT revision. Thx for that fix ! Get it compiled for the ESP32 seems to be a little more complicated :roll: I had issues with MD5Builder, Servo Lib and BH1750 ... But I think ESP32 is in general another story ;) btw ... Got it compiled after some tw...
by moelski
07 Jul 2020, 05:32
Forum: ESP Easy: General Discussion
Topic: Compile EspEasy with Arduino (Pro) IDE still possible?
Replies: 2
Views: 5227

Compile EspEasy with Arduino (Pro) IDE still possible?

Hi ! The last two days I spend some hours to get ESPEasy compiled in Arduino and Arduino Pro IDE. But I had no luck ... So a simple question first ... Is it still possible to use those IDE's or can it only be done woth VSCode / PlatformIO? My steps were as followed: * Copy content from lib folder to...
by moelski
11 Jan 2017, 08:32
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Great work Paul.

I think there is one command missing for using default colors or not.
But that is missing in the sources ... I have to add that in the next days.

Anyway ... Your solution looks great.
Personally I use FHEM and I will update my manual for FHEM usage, too.
by moelski
11 Jan 2017, 07:53
Forum: Experimental
Topic: PiEasy - porting ESPEasy to Raspberry Pi (Zero)
Replies: 9
Views: 13488

Re: PiEasy - porting ESPEasy to Raspberry Pi (Zero)

Hi everybody. I decided to not longer spend time on this PiEasy port. There are to many problems left and the overall performance of the resulting code is to bad. I think on a Raspberry you can handle the things better with threads instead of timer. And I definitely need serial (and maybe USB) input...
by moelski
29 Dec 2016, 10:49
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Ok you can send it to dominik AT logview DOT info.
I will have a look.
by moelski
29 Dec 2016, 10:35
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi Mariete,

looks nice, but I think the main problem is that it´s a fire simulation.
And at y candle you don´t have this huge flame nor such sparkles flying around...

Did you include it into my code?
by moelski
29 Dec 2016, 09:52
Forum: ESP Easy: General Discussion
Topic: @DEVs : What is the Raodmap for ESPEasy?
Replies: 2
Views: 3502

Re: @DEVs : What is the Raodmap for ESPEasy?

Ups ... :oops:
You are right ... I got that wrong. Sorry for that.

Anyway ... Some kind of roadmap would be nice to know 8-)
by moelski
29 Dec 2016, 08:28
Forum: ESP Easy: Hardware
Topic: New ESP gadget
Replies: 326
Views: 691928

Re: New ESP gadget

Hi ! We have to send the hex value: 0x00 both off 0x01 relay one on 0x02 relay two on 0x03 both relays on ..but how? Hmm Looks like simple send some data over the Serial port. But I wonder a Little about the INT / E-FW Connection. But sending some data within a new plugin is really straight forward ...
by moelski
29 Dec 2016, 08:21
Forum: ESP Easy: Hardware
Topic: Support for variuos ESP8266 relay boards
Replies: 2
Views: 5441

Re: Support for variuos ESP8266 relay boards

Hi ! http://www.ebay.com/itm/ESP8266-220V-10A-DC-7-30V-Network-Relay-WIFI-Module-/182150587112 https://www.olimex.com/Products/IoT/ESP8266-EVB/open-source-hardware Should work. But as always ... You should know the schematics of the board. Getting ESPEasy running is not the Problem ... http://www.eb...
by moelski
29 Dec 2016, 08:19
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121404

Re: ESP Easy next stable... (release candidates)

Hi ! Just give the latest Github Version a try. I used Arduino 1.8.0 as IDE ... It seems that there are some Problems with the MQTT Connection. I get always this Messages in the logging: WD : Uptime 8 ConnectFailures 30 FreeMem 23712 MQTT : Connection lost MQTT : Connected to broker followed by a ne...
by moelski
29 Dec 2016, 08:04
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi @all,

have done some work to enhance the documentation:
http://www.logview.info/Temp/CandleNotes.pdf

I will update the doc with information how to Setup FHEM and how to use MQTT.
by moelski
29 Dec 2016, 06:13
Forum: ESP Easy: General Discussion
Topic: @DEVs : What is the Raodmap for ESPEasy?
Replies: 2
Views: 3502

@DEVs : What is the Raodmap for ESPEasy?

Hi devs, the last weeks where a little bit busy for me so I was not often logged in here. Anyway ... I saw that the github ESPEasy repo got the last release update at 27-11-2016. So how would you guys go on with this project? There was an anouncement some weeks ago that there will be a new repo on g...
by moelski
29 Dec 2016, 06:05
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi burton666,

will check it today. I´m actually working on embedding the candle into my FHEM homeautomatisation system.
I will compile it with 147 and see if there are any problems left ...
by moelski
29 Dec 2016, 06:03
Forum: ESP Easy: Projects / Applications
Topic: K-Type / MAX6675 build in
Replies: 54
Views: 48877

Re: K-Type / MAX6675 build in

@bertb:
zo I reworked the code a bit.
Did you put update the github code?

Code: Select all

Works as expected. (Even better than I expected, I couldn't believe it would work out of the box!)
8-)
by moelski
19 Dec 2016, 12:19
Forum: Experimental
Topic: PiEasy - porting ESPEasy to Raspberry Pi (Zero)
Replies: 9
Views: 13488

Re: PiEasy - porting ESPEasy to Raspberry Pi (Zero)

Hi ! PiZero bought at 0.99$ WOW :shock: Do you have a link for that ? Maybe this could also work on the Orange PI family I think this will not work out of the box .... OrangePi and Reasperry Pi using different cores. And the RasPiArduino has a lot constants / definitions which refer directly to the ...
by moelski
18 Dec 2016, 16:17
Forum: Experimental
Topic: PiEasy - porting ESPEasy to Raspberry Pi (Zero)
Replies: 9
Views: 13488

PiEasy - porting ESPEasy to Raspberry Pi (Zero)

Hi @all, some days ago I found this awesome book from Neil Kolban: https://leanpub.com/pi I was really impressed about the huge amount of information he gave to us. For everyone who is interessted in the Pi this is a must to read 8-) And at some point I stumbled about a project introduced by me-no-d...
by moelski
11 Dec 2016, 20:12
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Hacking the FC03 IR Sensor

Hi ! Well I made a lot of simulations at Saturday and gave my best to get this sensor up and running. But at the end I failed :shock: The Schmitt Trigger did not work as expected and it took to much time to get usable results. So I decided to give another approach a try - Arduino Nano. It is much ea...
by moelski
08 Dec 2016, 20:57
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

Also works in very noisy environment ...
by moelski
08 Dec 2016, 20:44
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

Hi !

Did not work well for me in MultiSim ...
I did some tests and this could work fine ... See pictures.

But I have to figure out what voltage output comes from the IR-reflection sensor.
Will measure that and put it into the simulation ...
by moelski
08 Dec 2016, 09:09
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

Hi Shardan, Today I had the same issue again :cry: i would have given that additional capacitor and two more resistors making it into a precisely working tool. Not much of cost at all. So you mean replacing the trim by two resistors and place a cap at the resistor which has the ground connection, co...
by moelski
07 Dec 2016, 19:46
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

Just placed 100k between D0 and A0 and it seems promising 8-)
No more linear behaviour ... I will test it at my gas meter. :)
by moelski
07 Dec 2016, 19:37
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

And you got the wrong picture. I am using this here:
by moelski
07 Dec 2016, 19:21
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Re: Pulse Counter Problem - Multiple counts if Pin stays high

Hi ! That´s exact the problem. I have the circuit on my desk and if I use a piece of metal I can see that there is a small range where the output is not HIGH and not LOW. The Output LED is dimmed ... And that is exactly the range where I have the problems with multiple counts ... Will try your sugge...
by moelski
07 Dec 2016, 07:31
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38000

Re: Support for ESP32 - the story so far

Hi ! I don´t wanna be the grinch here :roll: but I think the ESP32 will be a different story than the ESP8266. And to be honest I have my doubts that ESPEasy can converted easy to the new platform. First of all the ESP32 has always a RTOS (RealTime Operating System) : http://www.freertos.org/about-R...
by moelski
06 Dec 2016, 20:16
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121404

Re: ESP Easy next stable... (release candidates)

Hi Martinus,
Bug #07 OPEN : Pulse counter total increases every second without pulse? - Unable to reproduce...
maybe this is the bug I´m having, too:
viewtopic.php?f=6&t=2377
by moelski
06 Dec 2016, 20:13
Forum: ESP Easy: Software
Topic: Hacking the FC03 IR Sensor
Replies: 13
Views: 11017

Hacking the FC03 IR Sensor

Hi @all, today I setup a small project. I need a counter for my gas meter in the basement and I used a IR Sensor to detect this little silver plate on the last number of my meter. Works like a charme and ESPEasy was setup quickly with a pulse counter. But then things got strange ... The gas meter st...
by moelski
06 Dec 2016, 20:07
Forum: ESP Easy: Software
Topic: How to create new plugin/protocol?
Replies: 4
Views: 3975

Re: How to create new plugin/protocol?

Hi !

I wrote a SD card logging plugin. And I used the given plugins as sample.
So take a look and give it a try. It´s not that complicated. 8-)

Have you any specific questions ?
by moelski
24 Nov 2016, 19:19
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi @all, I had some busy days in the last weeks so I was not really able to follow all questions here ... But it seems that there are some guys which have problems getting the candle up und running :o So i think it would be the best to write a new tutorial with all steps explained in detail. Hopeful...
by moelski
07 Nov 2016, 08:04
Forum: ESP Easy: Hardware
Topic: Startup with EasyESP - Hardware from Ebay
Replies: 7
Views: 6600

Re: Startup with EasyESP - Hardware from Ebay

Schould be ok if you have a solder iron ;) Do I need more to get the temperatur online ? Access Point 8-) Are there other options than NodeMCU ? Yes, almost every ESP8266 should be able to drive the DS18B20 ... Which is the difference between NodeMCU v3 and v1 http://frightanic.com/iot/comparison-of...
by moelski
28 Oct 2016, 12:11
Forum: ESP Easy: Hardware
Topic: WeMOS D1 vs Pro
Replies: 2
Views: 2808

Re: WeMOS D1 vs Pro

Hi !

Take a look at this page:
http://www.stall.biz/project/esp8266-es ... ffi-und-co

Sorry it´s in german, but google should help :roll:
by moelski
28 Oct 2016, 05:53
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38000

Re: Support for ESP32 - the story so far

Arduino-ESP32 ...
Yesterday I asked the developers when DNS and Webserver are implemented:
https://github.com/espressif/arduino-esp32/issues/27

It seems that there are general problems with the network which have to be fixed first ...
So we have to stay tuned on this :ugeek:
by moelski
28 Oct 2016, 05:26
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38000

Re: Support for ESP32 - the story so far

Hi ! have you had the change measure it? I flashed a WifiScanner and let the LED flash during each scan. So I assume the Wifi part is switched on. I have ~125mA with the onboard LED off and ~127mA with the Onboard LED turned on. But keep in mind that I use a Nano32 which has a lot onboard stuff like...
by moelski
27 Oct 2016, 12:36
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi ! Maybe you missed this one: There is one thing in the github version that I had to add to make it compile and run and this was to define the variable "timer25ms" using: unsigned long timer25ms; This is placed next to where the "timer100ms" is defined. I have fixed that in the...
by moelski
27 Oct 2016, 11:28
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi,

@Martinus:
Wouldn´t it be better to open a new topic for your neopixel plugin?
It get´s a little bit offtopic here :oops:
by moelski
27 Oct 2016, 05:15
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38000

Re: Support for ESP32 - the story so far

Hi @all, ESP32 - First Tests with ESPEasy ok this morning I gave the ESP32 a try :ugeek: As mentioned yesterday I have a Nano32 board (and a ESP32 modul). 1. Setup the dev environment with Arduino https://github.com/espressif/arduino-esp32 2. Run Blink Then I started with a simple Blink test and an ...
by moelski
26 Oct 2016, 20:49
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi ! There is one thing in the github version that I had to add to make it compile and run and this was to define the variable "timer25ms" using: I will correct that on github. Thx for the hint This may require one additional value (white) to be sent Why did you need an additional value? W...
by moelski
26 Oct 2016, 07:21
Forum: ESP Easy: Hardware
Topic: Support for ESP32 - the story so far
Replies: 29
Views: 38000

Re: Support for ESP32 planned?

Hi ! Just got my Nano32 last week and this week I get a ESP32 module (without dev board). 8-) nano32.jpg I will give compiling ESPEasy a try ... but honestly ... I don´t think all stuff will work. :D There are some big differences in ESP8266 and ESP32 (the biggest is the existence of RTOS in ESP32)....
by moelski
25 Oct 2016, 06:47
Forum: ESP Easy: Software
Topic: ESP8266=> I2c=> PCA9685 => 12 Servos
Replies: 7
Views: 10596

Re: ESP8266=> I2c=> PCA9685 => 12 Servos

Hi ! ....it is possible to connect 2 or more PCA9685 board to drive more than 16 channel of PWM outputs??? I think it´s not possible at the moment. The I2C address is hardcoded: Wire.beginTransmission(PCA9685_ADDRESS); If not....are planning to implement this feature??? I think no - even if I am no ...
by moelski
25 Oct 2016, 06:36
Forum: ESP Easy: Software
Topic: Firmware similar to ESPeasy but for Arduino boards
Replies: 1
Views: 2082

Re: Firmware similar to ESPeasy but for Arduino boards

Hi !

Something like mysensors ;)
But I don´t know if there is any precompiled stuff.
by moelski
23 Oct 2016, 20:05
Forum: ESP Easy: Projects / Applications
Topic: Wifi Candle - illuminate with ESPEasy (WS2812)
Replies: 94
Views: 159999

Re: Wifi Candle - illuminate with ESPEasy (WS2812)

Hi @all,

I just placed the source code on github in the Playground. Hope it gets merged, soon 8-)

@timsson:
The code is for fastled - I´m using Adafruit Neopixels.
Anyway. The Fire simulation seems to be convertable. I will check that ;)
by moelski
23 Oct 2016, 19:25
Forum: ESP Easy: Software
Topic: BUG: Is the serial port blocking the webserver?
Replies: 3
Views: 3268

Re: BUG: Is the serial port blocking the webserver?

Hi Martinus, I flashed the 141 today and at first it looks ok. But ofter some tests it seems that the problem still exists. This is what I did: * Compile & Flash R141 * Enable Web and Serial Logging * Set Loglevel serial to 2 (Default) At this stage everthing seems to be ok. But after setting th...
by moelski
22 Oct 2016, 11:15
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121404

Re: ESP Easy next stable... (release candidates)

Code: Select all

If you're using the filesystemcheck(), it seems impossible that you are running the release candidate image
:mrgreen: Ok you got me :mrgreen:

Anyway ... Would be a simple fix for people who compile the code (like me) ;)
by moelski
22 Oct 2016, 07:51
Forum: ESP Easy: Software
Topic: ESP Easy next stable... (release candidates)
Replies: 155
Views: 121404

Re: ESP Easy next stable... (release candidates)

Hi Martiuns,

did you see a chance to make some small improvements here?
http://www.esp8266.nu/forum/viewtopic.php?f=6&t=2172
by moelski
22 Oct 2016, 07:50
Forum: ESP Easy: Software
Topic: BUG: Is the serial port blocking the webserver?
Replies: 3
Views: 3268

Re: BUG: Is the serial port blocking the webserver?

Hi Martinus,

this is strange 8-)
I will try the latest Github version today and test if it works better ...
by moelski
21 Oct 2016, 11:47
Forum: ESP Easy: Software
Topic: BUG: Is the serial port blocking the webserver?
Replies: 3
Views: 3268

BUG: Is the serial port blocking the webserver?

Hi @all, today I installed a SOnOff with ESPEasy R136. It´s just a plain R136 compilation with the switch input and 2 system information tasks. I included the SonOff to my FHEM setup and just call http://192.168.xxx.xxx/control?cmd=GPIO,12, 0|1[/b] to switch the relais on or off. This works - mostly...