Search found 772 matches

by BertB
07 Jan 2018, 11:52
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

Hi Lisa, Thanks to your new Post 1, I got much farther, but there are still issues: First I did an erase flash, then D:\Tools\uPython>esptool.py --port COM5 write_flash --compress 0x1000 D:\Tools\uPython\upyeasy-esp32\upyeasy_v53.bin This gave the following result: ets Jun 8 2016 00:22:57 rst:0x1 (P...
by BertB
06 Jan 2018, 21:37
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

where can I find this upyeasy-32.bin
by BertB
06 Jan 2018, 20:23
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

I managed to get something running on a ESP32 board with OLED. If you want to play with the OLED, SSD1306 support is builtin, here's some code to do that: # Oled ESP32 import machine pin16 = machine.Pin(16, machine.Pin.OUT) pin16.value(1) import machine, ssd1306 i2c = machine.I2C(scl=machine.Pin(15...
by BertB
06 Jan 2018, 19:42
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

Forget about the last remark. It was the auto echo of termite
by BertB
06 Jan 2018, 19:41
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

The board only echoes what I type
by BertB
06 Jan 2018, 19:39
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

>>> import upyeasy
import upyeasyupyeasy.main()
upyeasy.main()

is what I get
by BertB
06 Jan 2018, 19:37
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

With first post, you mean here:
http://www.letscontrolit.com/forum/view ... =22&t=3906

Result is the same ...
by BertB
06 Jan 2018, 18:43
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 467191

Re: ESP32 boards

Hi Lisa, I managed to get something running on a ESP32 board with OLED. This is what CMD window showed: D:\Tools\uPython>esptool.py -p COM5 --baud 115200 write_flash --compress 0x1000 D:\Tools\uPython\upyeasy-esp32\firmware.bin esptool.py v2.3-dev Connecting........_____....._ Detecting chip type......
by BertB
03 Dec 2017, 15:58
Forum: ESP Easy: Software
Topic: KRACK vulnerability
Replies: 16
Views: 12455

Re: KRACK vulnerability

Hi all, I just tried the new 2.4.0rc2 Arduino library as it has the latest WPA2 "Krack" vulnerability fixed. https://github.com/esp8266/Arduino/releases/tag/2.4.0-rc2 Good news: compiles and seems to run. Fast as lighning :D :D :D They changed the TCP acknowledge behaviour which makes the...
by BertB
19 Nov 2017, 12:59
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

So far, I cannot find Armbian for Raspberry.
Sure, I am willing to try uPyEasy on a Zero.
Provided you have some kind of howto for me.
by BertB
17 Nov 2017, 22:51
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

Doesn't matter, because i don't care if it's a Raspberry or Orange. uPyEasy is running on Armbian and if the Raspberry is running Armbian, it's going to run there also (probably since it can't test it). Are you running Raspberry Pi Zero - Armbian? If so, are you willing to test it? ;) Cheers, Lisa ...
by BertB
15 Nov 2017, 15:25
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

My zero has onboard wifi and bluetooth and had a price of 11 euro.
by BertB
15 Nov 2017, 12:49
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

Is the Orange pi zero better than the Raspberry pi zero?
by BertB
06 Nov 2017, 19:49
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

Under Tough Release Event of down: va0.val-- if(va0.val<0) { va0.val=0 } cov va0.val,t3.txt,0 print "|u,i230,n,s" print t3.txt printh 0a Under Tough Release Event of b0: va0.val++ if(va0.val>30) { va0.val=30 } cov va0.val,t3.txt,0 print "|u,i230,n,s" print t3.txt printh 0a Hi ! ...
by BertB
01 Nov 2017, 13:45
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

I am having issues to get sliders running, some how the data looses its first chars. .... I prefer node red and mqtt route, as you could change the status of a button based on incoming msg. So when the lights are set on thru a rocker, the status on the nextion screen will be updated. I would prefer...
by BertB
01 Nov 2017, 13:17
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

This is how you celebrate your first success with this http://support.iteadstudio.com/support/discussions/topics/11000008495/page/2?url_locale= contributor to Dave A "Steve, thanks very much for your help. " etc .. So at least the display works (I thought it was necessary to break it). Pe...
by BertB
28 Oct 2017, 19:05
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

Difficult to test then.
by BertB
28 Oct 2017, 18:40
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

How did you program the Display with USB to serial?
by BertB
28 Oct 2017, 18:14
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

Are you sure the baudrate is set ok?
Did you for instance test it with a USB to serial converter and Nextion Editor to send it the text you want?
by BertB
28 Oct 2017, 17:27
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

Hi.
I am not sure the plugin also works with the enhanced models, but first you need to prepare the display, so that it contains text and number objects.
There are many tutorials on the web that sohw how to do that. Especially the tutorials with Arduino are useful.
by BertB
22 Oct 2017, 14:48
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

It sure does.
by BertB
22 Oct 2017, 09:40
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

Thank you LisaM.
Do you think there will be room for something as easy as Rules?
I can imagine scripting is much more powerfull, but it looks like learning a new complex-ish language.
by BertB
21 Oct 2017, 13:54
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

+1
by BertB
21 Oct 2017, 12:27
Forum: uPyEasy: General Discussion
Topic: uPyEasy
Replies: 132
Views: 252818

Re: uPyEasy

This is a realy great development. But, I wonder how Easy it will be in the end to setup and use. I also wonder how 'high speed' or 'real time' modules are handled. And how portable modules will be across the various platforms. Will it be possible to develop a DS1820 module that can be uses on all p...
by BertB
19 Oct 2017, 19:53
Forum: ESP Easy: General Discussion
Topic: config and rules lost
Replies: 3
Views: 3180

Re: config and rules lost

:oops:
You are right.


Thanks
by BertB
18 Oct 2017, 18:56
Forum: ESP Easy: General Discussion
Topic: config and rules lost
Replies: 3
Views: 3180

config and rules lost

After updating two of my ESP's from ESPEasy_v2.0.0-dev11 to ESPEasy_v2.0.0-dev12 with the latest commit b073379, I lost all settings and rules. Was that to be expected? With the serial interface connected I saw during first reboot the following. INIT : Booting version: (custom) INIT : Warm boot #1 F...
by BertB
22 Sep 2017, 17:41
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

I also have a few sonoff module's i don't want to lose, it's in my own interest to keep supporting smaller soc's... 8-) That's always the best warranty ... :-) Okay, I am kind of convinced. But, what does it do with the speed of the ESP? In the end, uPython is an interpreter language no? Like good ...
by BertB
19 Sep 2017, 19:50
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

And... nobody is forcing you to use it. :mrgreen: [/quote] Now this is not necessarily true, is it? I mean, it is often so that development on older technologies grinds to a halt, when a new development gains in popularity. I do not need the muscle power to swich a light or to tell me the temperatu...
by BertB
19 Sep 2017, 15:44
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

+1 for the first part.
by BertB
29 Aug 2017, 20:13
Forum: ESP Easy: Software
Topic: How to measure speed of three air fans?
Replies: 24
Views: 19870

Re: How to measure speed of three air fans?

Anyways. If i remember right there is a setting in the counter plugin for "Delta" counting. This accumulates the counted pulses, send the result to a controllet like domoticz or FHEM and resets the counter. If you set the "Delay" to 60 seconds it would give the (more or less) ex...
by BertB
09 Aug 2017, 11:32
Forum: ESP Easy: Software
Topic: Send txt to lcd in a rule
Replies: 3
Views: 3128

Re: Send txt to lcd in a rule

Try Delay 1000 for 1 second delay.

Also have a look here:
https://www.letscontrolit.com/wiki/inde ... _Reference
by BertB
06 Aug 2017, 14:54
Forum: ESP Easy: Software
Topic: Send txt to lcd in a rule
Replies: 3
Views: 3128

Re: Send txt to lcd in a rule

I hope my memory does not play games, but I think it was:
lcd,<row>,<col>,<text>

Example: lcd,1,1,hi there
by BertB
05 Aug 2017, 16:34
Forum: ESP Easy: Software
Topic: SOLVED Library error after migration
Replies: 2
Views: 2248

SOLVED Library error after migration

Thanks, that did the trick.
Some of the files I copied were corrupt. After copying the originial repositories, it was okay again.
by BertB
05 Aug 2017, 13:52
Forum: ESP Easy: Software
Topic: SOLVED Library error after migration
Replies: 2
Views: 2248

SOLVED Library error after migration

Hi, I had a PC with win7 and a portable setup of the Arduino 1.6.11 IDE. I moved that to my new Win 10 PC, but now I get these messages over and over again. (Ivalid library)Ongeldige bibliotheek gevonden in D:\Tools\Arduino Sketches\Schetsboek\libraries\pubsubclient: D:\Tools\Arduino Sketches\Schets...
by BertB
02 Aug 2017, 18:46
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 2
Views: 2643

Re: SendToHTTP problem

Hi,
Thanks for the hint.
Unfortunately, it makes no difference.
by BertB
28 Jul 2017, 18:13
Forum: ESP Easy: Software
Topic: SendToHTTP problem
Replies: 2
Views: 2643

SendToHTTP problem

When compiled with #define PLUGIN_BUILD_TESTING, SendToHTTP 192.168.0.243,8080,/json.htm?type=command&param=switchlight&idx=293&switchcmd=On does not toggle the switch in Domoticz.
When compiled with #define PLUGIN_BUILD_NORMAL, it does work as expected.
by BertB
23 Jul 2017, 22:01
Forum: ESP Easy: Software
Topic: MHZ19 sensor working ??
Replies: 18
Views: 18298

Re: MHZ19 sensor working ??

Every time, after a few hours, the MHZ19 starts to show: EVENT: Clock#Time=Sun,21:57 WD : Uptime 177 ConnectFailures 0 FreeMem 18392 WD : Uptime 178 ConnectFailures 0 FreeMem 18416 FF 86 0 15 40 40 2D 89 2F MHZ19: PPM value: 21 Temp/S/U values: 24/64/11657.00 EVENT: CO2#PPM=21.00 EVENT: CO2#Temperat...
by BertB
23 Jul 2017, 15:45
Forum: ESP Easy: Software
Topic: MHZ19 sensor working ??
Replies: 18
Views: 18298

Re: MHZ19 sensor working ??

I am also testing the plugin, with http to domoticz, no MQTT. I have connected it to a WEMOS. This is the plugin settings: MHZ19.png I often get this kind of readings in the serial port: Any idea why it give a Unstable reading that often? EVENT: Clock#Time=Sun,15:38 FF 86 5 47 3F 4 2A 3F 82 MHZ19: U...
by BertB
12 Jul 2017, 15:06
Forum: ESP Easy: Software
Topic: Nextion display plugin
Replies: 587
Views: 2279018

Re: Nextion display plugin

yes you can:

In a script, like after a button push. 770 is de code of the button that has been pushed.
on E16Nextion#code=770 do
Nextion,page 0
endon

or through a json call.
http://192.168.0.76/control?cmd=NEXTION,page 2
by BertB
17 Jun 2017, 20:26
Forum: Experimental
Topic: Warning
Replies: 0
Views: 3865

Warning

I am still not able to use Github desktop with Atom as development platform, so I download the latest commits and compile them using good old Arduino IDE. Since the last couple of commits, I get this warning. WAARSCHUWING: Categorie 'Input' in bibliotheek MechInputs is niet geldig. Wordt gewijzigd n...
by BertB
07 Jun 2017, 12:38
Forum: Experimental
Topic: ESPEASY V2.0 Notifications Syntax
Replies: 35
Views: 55558

Re: ESPEASY V2.0 Notifications Syntax

v2.0.0-dev11is not yet available?
by BertB
05 Jun 2017, 11:59
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

+1 here too.
I am running the latest build (-dev10) on two devices and -dev8 on 8 others for a month now. Works like a charm.
by BertB
28 Apr 2017, 19:17
Forum: ESP Easy: Projects / Applications
Topic: Rain Sensor
Replies: 26
Views: 28025

Re: Rain Sensor

This is probably a good way to avoid corosion. This is correct. Best would be to use alternate currents. But that is also a difficult solution. I've found a project that makes it possible. The solution isn't too difficult, parts are standard components. That guy uses alternating current for a combin...
by BertB
19 Apr 2017, 20:07
Forum: ESP Easy: General Discussion
Topic: Nodemcu Bme280
Replies: 3
Views: 3924

Re: Nodemcu Bme280

This tgemperature deviation is most likely caused by self heating, heating by surrounding electronics and insufficient air flow.
https://ae-bst.resource.bosch.com/media ... 001-11.pdf

page 10
by BertB
12 Apr 2017, 14:03
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

How can I update my forked repository with the changes made in the letscontrolit/ESPEasy repository?
by BertB
02 Apr 2017, 14:43
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

@psyOrz I thougt I understood how to work with github, but it seems I am still lost. I managed to make my own fork of the letscontrolit repository and I was successful to compile it using github desktop and Atom. Now I see there has been some changes, but when I click the Fork button they are not co...
by BertB
26 Mar 2017, 20:58
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

Okay ... so I went kamikaze and deleted my repository.
After that, I forked ESPEasy again and now things start to work.
by BertB
26 Mar 2017, 15:22
Forum: Staff Announcements forum
Topic: ESP Easy development status
Replies: 143
Views: 244347

Re: ESP Easy development status

In the meanwhile i also fixed building in Arduino IDE again and updated the wiki. Use at least v2.0.0-dev7 and the changes i made here: https://www.letscontrolit.com/wiki/index.php/Tutorial_Arduino_Firmware_Upload I have gone through the setup all over again and now I see the fault is maybe somewhe...
by BertB
26 Mar 2017, 15:03
Forum: ESP Easy: General Discussion
Topic: Feature Request collection/list
Replies: 197
Views: 192114

Re: Feature Request collection/list

Is it possible to automate the setting of the DST bit?
It is not a secret when Daylight Saving Time starts and ends, so why not make the ESPEasy jump to summertime and back when the DST box is checked?