Search found 18 matches

by Sebastian
Sat Aug 27, 2016 11:11 am
Forum: ESP8266 boards
Topic: Can we use Blynk with the ESP8266?
Replies: 5
Views: 9107

Re: Can we use Blynk with the ESP8266?

Has anyone tried to port the blynk library from wipy to esp? I'm also interested in using blynk for some projects.
If there is a Wemos D1 mini configuration file in the app "only" the python part on the esp must be implemented, right?
by Sebastian
Mon Aug 22, 2016 6:02 pm
Forum: ESP8266 boards
Topic: Hangs on MQTT Connection
Replies: 9
Views: 9463

Re: Hangs on MQTT Connection

Hi pfalcon,
You said that
pfalcon wrote:
There's a watchdog, and it's managed by ESP8266's RTOS.
But does the commit https://github.com/micropython/micropyt ... 32ed32d500 mean that the watchdog was disabled on all versions?
by Sebastian
Sat Aug 20, 2016 6:34 am
Forum: ESP8266 boards
Topic: Hangs on MQTT Connection
Replies: 9
Views: 9463

Re: Hangs on MQTT Connection

Thanks for the reply. All of the boards are running the last stable release esp8266-20160809-v1.8.3.bin from the download section. I used some self compiled version between 1.8.2 and 1.8.3 before and had simmilar failures but I would say that the boards rebooted more often with the failure above and...
by Sebastian
Sat Aug 20, 2016 6:22 am
Forum: ESP8266 boards
Topic: REPL not working
Replies: 10
Views: 15196

Re: REPL not working

I also flashed some raw boards with a ftdi breakout board attached.
What happens if you leave the putty connection open and powercycle the ESP board?
Did you get any output?
Did you also checked your settings for the serial connection? Especially the flow control option?
by Sebastian
Wed Aug 17, 2016 9:43 am
Forum: ESP8266 boards
Topic: Hangs on MQTT Connection
Replies: 9
Views: 9463

Re: Hangs on MQTT Connection

Hi pythoncoder, thanks for the guess. I already enabled the DEBUG messages of the client and if i disconnect my wlan router i get the log messges that the client is trying to reconnect. But this messages did not appear when the system hangs. The qos is set to 0 by default and I did not change anythi...
by Sebastian
Tue Aug 16, 2016 10:01 pm
Forum: ESP8266 boards
Topic: Hangs on MQTT Connection
Replies: 9
Views: 9463

Re: Hangs on MQTT Connection

Hi, first of all thanks for the quick reply. I activated the osdebug messages. I forgot that i already had these messages when using a development version. The error is Fatal exception 28Fatal exception 28Fatal exception 28Fatal exception 28 or Fatal exception 28(LoadProhibitedCause): Fatal exceptio...
by Sebastian
Tue Aug 16, 2016 5:05 pm
Forum: ESP8266 boards
Topic: Hangs on MQTT Connection
Replies: 9
Views: 9463

Hangs on MQTT Connection

Hi, I have some problems with my MQTT implementation. I'm using the robust.py implementation. My current setup is: WLAN router FritzBox 7490 Mosquitto running on a rasperry pi 1 Wemos mini board with a BM280 board reading the values and publishing these values to 3 topics every second 1 Wemos mini b...
by Sebastian
Sun Aug 14, 2016 7:05 am
Forum: Drivers for External Components
Topic: Using the ssd1306.py driver on the ESP8266
Replies: 3
Views: 4911

Re: Using the ssd1306.py driver on the ESP8266

What version are you using? I'm using 1.8.3 and import ssd1306 works for me on a Wemos D1 mini.
Can you import e.g. onewire?
by Sebastian
Tue Dec 08, 2015 9:55 pm
Forum: WiPy and CC3200 boards
Topic: Safeboot pin not working
Replies: 2
Views: 3980

Re: Safeboot pin not working

Perhaps this is helpful for you:
http://forum.micropython.org/viewtopic.php?f=11&t=1054

I had the same problem and flashed my board with the TI tool. But you have to connect the SOP2 pin to 3.3V and use the Uniflash tool.
by Sebastian
Sat Oct 31, 2015 6:58 pm
Forum: WiPy and CC3200 boards
Topic: wipy ignores firmware update and boot.py
Replies: 8
Views: 6782

Re: wipy ignores firmware update and boot.py

If you have a Expansion Board ist is quite easy to compile a bootloader which uses another pin for safeboot. So you can probably reuse your wipy....