Search found 11 matches

by bguenthe
Thu Sep 08, 2016 10:44 am
Forum: ESP8266 boards
Topic: Change hostname.
Replies: 15
Views: 25619

Re: Change hostname.

No problem! I only wat to make shure that I didnÄt miss something. After an internet research I found this: http://www.esp8266.com/viewtopic.php?p=22608 There is an function for setting the hostname in the ESP-SDK named wifi_station_set_hostname(). I think someone has to implement a new method in th...
by bguenthe
Mon Sep 05, 2016 3:30 pm
Forum: ESP8266 boards
Topic: subscribe to multibe channels mqtt
Replies: 2
Views: 3105

Re: subscribe to multibe channels mqtt

correct - it works like a charm. Thanks!
by bguenthe
Mon Sep 05, 2016 10:56 am
Forum: ESP8266 boards
Topic: subscribe to multibe channels mqtt
Replies: 2
Views: 3105

subscribe to multibe channels mqtt

Hi,

as far as I understand, it's not possible to subscribe to multiple channels in the current mqtt implementation?

Greetings, Bernd
by bguenthe
Mon Sep 05, 2016 10:53 am
Forum: ESP8266 boards
Topic: Change hostname.
Replies: 15
Views: 25619

Re: Change hostname.

Sorry, but I'm blind. I cannot find in the documentaion from pythoncoder (http://docs.micropython.org/en/latest/e ... ckref.html?) where I can set the hostname?
by bguenthe
Mon Aug 15, 2016 9:05 am
Forum: ESP8266 boards
Topic: Delays when processing subcribe messages
Replies: 5
Views: 5095

Re: Delays when processing subcribe messages

Hi Pete, Hi danielm, I just wrote a little IOT-installation :D I have an Odroid XU4 with a little python script that sends a switch command to the WeMos D1 once a minute. In the micropython code on the WeMos I send the switch command messages back to the borker. I have also a small python script tha...
by bguenthe
Mon Aug 08, 2016 6:02 pm
Forum: ESP8266 boards
Topic: Delays when processing subcribe messages
Replies: 5
Views: 5095

Re: Delays when processing subcribe messages

Hi pythoncoder, First of all: Thank you for checking this out! My WiFI-switch code has a main loop that checks every second for new messages with the check_msg() method. My internet connection is good. I think I will follow your advice and look at the ping messages or send some summy messages to kee...
by bguenthe
Sun Aug 07, 2016 7:44 am
Forum: ESP8266 boards
Topic: Delays when processing subcribe messages
Replies: 5
Views: 5095

Delays when processing subcribe messages

Hi, I successfully implemented a WiFi-switch. The switch process messages send to it controlling a relay. I send the messages to from Linux using mosquitto_pub and they get processed by the ESP8266. However when I send the messages in short periods of time they get processed imediately, but if I wai...
by bguenthe
Sat Jul 23, 2016 5:49 am
Forum: ESP8266 boards
Topic: Micropython on a WeMos Di Mini
Replies: 6
Views: 14582

Re: Micropython on a WeMos Di Mini

Hi, sorry for beeing so fast-paced in the morning. My coffee is a bit strong :-) I totally miss that there was another post, sorry. When you set the correct flash parameter like ..\python esptool.py --port COM4 write_flash -fm dio -fs 32m -ff 40m 0x0000000 esp8266-2016-07-22-v1.8.2-29-gb652ee7.bin e...
by bguenthe
Sat Jul 23, 2016 5:37 am
Forum: ESP8266 boards
Topic: Micropython on a WeMos Di Mini
Replies: 6
Views: 14582

Re: Micropython on a WeMos Di Mini

Hi, Finally got it. Under Windows use nodemcu-flasher (https://github.com/nodemcu/nodemcu-flasher) under Win32 (or Win64)/Release Under "Operation" set your COM-Port, under "Config" set the path to the binary at 0x00000 under advanced set: baudrate to 921600, flash size to 4MByte, FlashSpeed to 80MH...
by bguenthe
Sat Jul 23, 2016 4:45 am
Forum: ESP8266 boards
Topic: Micropython on a WeMos Di Mini
Replies: 6
Views: 14582

Re: Micropython on a WeMos Di Mini

I fash from Windows. What is the name of the Windows GUI you mention?