Search found 23 matches

by theMusicMan
Mon Feb 11, 2019 8:45 am
Forum: ESP8266 boards
Topic: Can not flash SonOff with MP
Replies: 10
Views: 8502

Re: Can not flash SonOff with MP

You have to set the baudrate to 115200, calling it with picocom -b 115200 /dev/ttyUSB0 Many thanks Robert. OK, so I did this and what I get is a much faster version of what I posted earlier. The same strange characters are scrolling up my terminal window at a faster rate of knots!! Really appreciat...
by theMusicMan
Mon Feb 11, 2019 8:06 am
Forum: ESP8266 boards
Topic: Can not flash SonOff with MP
Replies: 10
Views: 8502

Re: Can not flash SonOff with MP

[quote=dhylands post_id=34039 time=1549856088 user_id=81] I would first verify that you can connect using a regular serial comm program like picocom. You can then also verify that ubinascii.unhexlify is available. [/quote] OK, thanks. I am not a coder, So I installed picocom, and get this when I run...
by theMusicMan
Mon Feb 11, 2019 12:22 am
Forum: ESP8266 boards
Topic: Can not flash SonOff with MP
Replies: 10
Views: 8502

Re: Can not flash SonOff with MP

This is very interesting, as on the exact same day, I get the very same error, though not on a Sonoff, but when trying to flash MicroPython to an ESP8266 using my RPi 3B+ I have looked through the main.py file in rshell, and I see several references to unhexlify, but I am not a programmer and can't ...