Search found 34 matches

by micropet
03 Aug 2019, 10:42
Forum: ESP Easy: General Discussion
Topic: Platformio questions
Replies: 9
Views: 16984

Re: Platformio questions

Hello,

I also switched to VS Vode because Atom hung with the message "Loading dependencies".

After a bit of work on the new interface, I am very satisfied.

The software does what it should.
by micropet
26 Feb 2019, 12:38
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456530

Re: RPIEasy

Thank you.
by micropet
21 Feb 2019, 10:40
Forum: RPiEasy: General Discussion
Topic: RPIEasy
Replies: 332
Views: 456530

Re: RPIEasy

Many thanks for your effort. That's a great idea. I will equip and test a few Raspis with it. I installed the program on a Debian machine in a virtual machine yesterday. I am logged in there as root. When trying to install a plugin I get the following error message: 10:35:31: sudo apt-get update &am...
by micropet
22 Apr 2018, 22:49
Forum: ESP Easy: General Discussion
Topic: ESPFinder
Replies: 16
Views: 13852

Re: ESPFinder

Command "python setup.py egg_info" failed with error code 1 in /tmp/pip-build-663zc296/multiprocessing/
by micropet
12 Mar 2018, 20:46
Forum: ESP Easy: General Discussion
Topic: Notepad++ Rules syntax highlight
Replies: 23
Views: 12674

Re: Notepad++ Rules syntax highlight

Fine! Thank you

Peter
by micropet
05 Mar 2018, 20:07
Forum: ESP Easy: Software
Topic: Why is this rule not working?
Replies: 5
Views: 4913

Re: Why is this rule not working?

That seems to work: // ----- on MH-Z19#PPM do if [MH-Z19#PPM]<=700 event gruen endif if [MH-Z19#PPM]>=700 and [MH-Z19#PPM]<=1200 event gelb endif if [MH-Z19#PPM]>=1200 event rot endif endon on gruen do if %systime% > 08:00:00 and %systime% < 20:00:00 NeoPixelAll,0,80,0,0 // gruen tagsueber else NeoP...
by micropet
05 Mar 2018, 19:52
Forum: ESP Easy: Software
Topic: Why is this rule not working?
Replies: 5
Views: 4913

Re: Why is this rule not working?

Good, thank you both. Then I rebuild the rule.
by micropet
05 Mar 2018, 19:07
Forum: ESP Easy: Software
Topic: Why is this rule not working?
Replies: 5
Views: 4913

Re: Why is this rule not working?

OK. I thought that had changed in the meantime.
by micropet
05 Mar 2018, 18:30
Forum: ESP Easy: Software
Topic: Why is this rule not working?
Replies: 5
Views: 4913

Why is this rule not working?

I want the Neopixels to be bright during the day and darker in the evening. They should show me the CO2 value. The following rule does not work: on MH-Z19#PPM do if [MH-Z19#PPM]<=700 if %systime% > 08:00:00 and %systime% < 20:00:00 NeoPixelAll,0,80,0,0 // gruen tagsueber else NeoPixelAll,0,8,0,0 // ...
by micropet
03 Mar 2018, 11:47
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68752

Re: P141 RGB Strip Plugin

I think Platform I/o looks very confusing.

A plugin should also work under Arduino.
by micropet
02 Mar 2018, 15:05
Forum: ESP Easy: Software
Topic: P141 RGB Strip Plugin
Replies: 62
Views: 68752

Re: P141 RGB Strip Plugin

When compiling with the Arduino IDE 1.8.5, the following errors appear: _P141_LedStrip:719: error: 'CRGB' does not name a type void Fp141_OutputRGB( const CRGB& rgb){ ^ _P141_LedStrip:719: error: ISO C++ forbids declaration of 'rgb' with no type [-fpermissive] void Fp141_OutputRGB( const CRGB&am...
by micropet
08 Feb 2018, 21:12
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32212

Re: Questions about components of uPyEasy

[/quote]

Try to copy it in ".micropython/lib directory" instead. It should work.
[/quote]

Sorry, mistake from me.
It is ib ".micropython/lib directory", but the error remains.
by micropet
08 Feb 2018, 18:53
Forum: uPyEasy: Software
Topic: Questions about components of uPyEasy
Replies: 26
Views: 32212

Re: Questions about components of uPyEasy

That's mine now: I copied _onewire.py to micropython/lib and compiled everything again. But it is not found. root@d50:/opt/micropython/ports/unix# ./micropython -m upyeasy loaded sink log loaded sink console loaded sink syslog 2018-02-08T18:34:46.003 [debug] uPyEasy: Init: Init constructor 2018-02-0...
by micropet
08 Feb 2018, 17:50
Forum: uPyEasy: Software
Topic: uPyEasy unix port on Raspberry Pi
Replies: 4
Views: 12245

Re: uPyEasy unix port on Raspberry Pi

Many Thanks. Again a little further. Lisa makes it very difficult for us. I'm stuck with onewire:   ./micropython -m upip install micropython-onewire Installing to: /root/.micropython/lib/ Warning: pypi.python.org SSL certificate is not validated Error installing 'micropython-onewire': package not f...
by micropet
08 Feb 2018, 14:26
Forum: uPyEasy: Software
Topic: uPyEasy unix port on Raspberry Pi
Replies: 4
Views: 12245

Re: uPyEasy unix port on Raspberry Pi

Hello, there you are already further than me. I get: root @ pi160:/opt/micropython/ports/unix # ./micropython -m upyeasy Traceback (most recent call last):    File "upyeasy / __ init__.py", line 14, in <module>    File "upyeasy / core.py", line 30, in <module> ImportError: no mod...
by micropet
06 Feb 2018, 09:15
Forum: uPyEasy: Hardware
Topic: STM32 boards
Replies: 66
Views: 121035

Re: STM32 boards

So, next try. With these commands I get into the network. The W5500 can also be pinged. >>> import network >>> nic = network.WIZNET5K(pyb.SPI(1), pyb.Pin.board.A4, pyb.Pin.board.A3) >>> print(nic.ifconfig()) ('192.168.0.210', '255.255.255.0', '192.168.0.3', '8.8.8.8') >>> nic.isconnected() True With...
by micropet
05 Feb 2018, 19:34
Forum: uPyEasy: Hardware
Topic: STM32 boards
Replies: 66
Views: 121035

Re: STM32 boards

I see after some Time:

2000-01-01 00:00:00 [debug] uPyEasy-uPyEasy: Hal: Received NTP Time: n.a.
Exiting: Network not available, set network values!
by micropet
05 Feb 2018, 18:51
Forum: uPyEasy: Hardware
Topic: STM32 boards
Replies: 66
Views: 121035

Re: STM32 boards

Thank you Lisa, that takes me a big step further. The pyboard v1.1 does not boot anymore. An STM32F4VE boots. On the STM32F4VE board is also a W5500 connected. With normal micropython I come with it in my network. I am not sure if the W5500 driver is loaded now. Or on which IP the board is running. ...
by micropet
05 Feb 2018, 13:33
Forum: uPyEasy: Hardware
Topic: STM32 boards
Replies: 66
Views: 121035

Re: STM32 boards

Dear Lisa,

meanwhile I can compile under Linux the micropython for Linux and for the STM32 processors.

But I can not compile the upueasy version.

Could you possibly write a few words when you have time?

Greetings Peter
by micropet
02 Feb 2018, 19:11
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

The board has been restarted several times.

The Comport remains completely gone.
But an "unknown device" emerges
An error occurred while requesting the USB device descriptor.

If I flash the original Python, Comport is back.

Sorry listen now in STM thread in the STM32 topic
by micropet
02 Feb 2018, 18:50
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Lisa,

if I flash the file upyeasy_v020_test_20180128_stm32-pybv3_1024.dfu on the PYBv1.1 the COM port is gone.

I'm flashing on Windows with dfu-util - old 0 -D upyeasy_v020_test_20180128_stm32-pybv3_1024.dfu

If I flash the original MicroPython, the COM port is back.

That's not right or?
by micropet
02 Feb 2018, 17:20
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

So STM boards ... I just got a PYBv1.1 with STM32F405RG and flashed it with normal MicroPython . My machine immediately detected an additional drive with boot.py and main.py. Wow, great. Can I simply copy the .py files from your github to this drive? Unfortunately, I have no experience with microPyt...
by micropet
02 Feb 2018, 13:01
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

But real python is running on the Pi. :) Also with I2C. I had built some devices with sensors and PWM for my LEDs a long time ago. They also did not run so reliably. Often there were problems with the microSD. The Card was suddenly unreadable. With my PI3s I booted over a USB stick, that was little ...
by micropet
02 Feb 2018, 12:51
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Yes Lisa, most of the time the performance is good.
But there is also a break in between, then it takes a little longer.
by micropet
02 Feb 2018, 06:59
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Lisa,

here you can compare the performance of my installation. ESP-210 is the Arduino version, ESP-01 is the Python version. The Python version sometimes hangs for a few seconds.

Greetings Peter
by micropet
02 Feb 2018, 06:46
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Yes, they are always on. It is the latest version from the Git. I always flash about 5 devices with the current version. They have stayed in the network so far. I would have to watch it longer. One Device with BME280 VEML6040 MH-Z19 TVoc CSS811 SDS021 loses the CSS811, BME280 and the VEML6040 after ...
by micropet
01 Feb 2018, 21:59
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

I have about 50 devices here, all connected via WIFI. None of it is completely reliable. Some run a few weeks, some a few months. Suddenly a device stops sending because it is no longer on the network. I will test the solution over LAN. Is the STM32F405RGT6 and the W5500 ethernet card recommended? T...
by micropet
01 Feb 2018, 10:06
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Thank you - already ordered.

WIFI has the advantage for me that I can just put my sensors where I have a 5V power supply.
by micropet
01 Feb 2018, 07:03
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

ok I understand.

But the STM32 has no WIFI and therefore no mqtt integration.
This probably makes the ESP32 most suitable.
by micropet
31 Jan 2018, 19:06
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Thank you Lisa,

I am looking forward to it.

I know Ampy, that's really primitive. I thought you had a more comfortable method.
Something like mounting the file system as a drive.

Greetings Peter
by micropet
31 Jan 2018, 15:32
Forum: uPyEasy: Hardware
Topic: ESP32 boards
Replies: 277
Views: 426890

Re: ESP32 boards

Hi Lisa, great work. I installed the beta yesterday on an ESP-32 Dev board It works, only the performance of the webinterface is not as good as in your videos. Many of us would like to participate in the event in a timely manner. Is it possible to provide Nightly Build? Can you tell us how to compil...
by micropet
26 Jan 2018, 20:30
Forum: ESP Easy: General Discussion
Topic: WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT
Replies: 3
Views: 3516

Re: WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT

Meanwhile, I think that the commands via mqtt do not arrive at the plugin. Only the mqtt gpio commands work. I can turn on a Led on D5 with mosquitto_pub -t ESP-209/gpio/14 -m '1' and turn off with mosquitto_pub -t ESP-209/gpio/14 -m '0' again. This is also in the log file: SW: GPIO 14 Set to 1 All ...
by micropet
26 Jan 2018, 08:23
Forum: ESP Easy: General Discussion
Topic: WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT
Replies: 3
Views: 3516

WS2812 Neopixel (Candle) Plugin can not be controlled via MQTT

Hello everybody, I want to control a Neopixel Stripe via mqtt. I have the latest mega version installed on a Wemos D1 The plugin I've tried is "Neopixel (Candle)." I can switch the Ledstripe on and off via Flame Type in the plugin. So the hardware is ok. I've tried different mqtt commands,...