Search found 258 matches

by platforma
Mon Feb 11, 2019 8:54 am
Forum: ESP8266 boards
Topic: Can not flash SonOff with MP
Replies: 10
Views: 8248

Re: Can not flash SonOff with MP

I am not super familiar with the Sonoff boards but I'm fairly certain the baud rate should be 115200 after you flashed the board. If you're getting some output, even if it's garbled, at least something is happing. Perhaps try a couple of other "standard" rates, e.g. 19200.
by platforma
Fri Dec 23, 2016 9:47 am
Forum: Development of MicroPython
Topic: How to porting efax to MPY
Replies: 4
Views: 4355

Re: How to porting efax to MPY

Please don't cross-post. I have merged your topic under esp8266, but since the posts are identical, I'll remove the duplicate.
by platforma
Wed Dec 21, 2016 9:47 am
Forum: General Discussion and Questions
Topic: FOSDEM 2017?
Replies: 11
Views: 11578

Re: FOSDEM 2017?

Moved to general discussions.
by platforma
Fri Dec 16, 2016 9:55 am
Forum: ESP8266 boards
Topic: MicroPython Wemos D1 mini - ESP8266 installation problems
Replies: 1
Views: 5803

Re: MicroPython Wemos D1 mini - ESP8266 installation problems

blckpstv wrote: configure: error: missing required tool: help2man
As the error suggest, you need to install help2man, it is listed in the dependencies on the esp-open-sdk page. This should be available in your distro repository.
by platforma
Fri Dec 16, 2016 9:45 am
Forum: ESP8266 boards
Topic: [SOLVED] Help understanding os.statvfs('/')
Replies: 2
Views: 7973

Re: Help understanding os.statvfs('/')

Hi, I'm the author of the commit. You're understanding is correct! Also man statvfs might be useful if you want to read on: https://linux.die.net/man/2/statvfs
by platforma
Wed Dec 14, 2016 10:11 am
Forum: Other Boards
Topic: Loding microPython onto Adafruit Feather M0 Adalogger
Replies: 4
Views: 7774

Re: Loding microPython onto Adafruit Feather M0 Adalogger

I am not familiar with the boards or the bossa utility, it's probably worth asking for help in the adafruit community. But from the error message looks like you're trying the wrong tty device, does "usbmodem411" actually exist and do you have permissions to read/write to it? I don't know how iy work...
by platforma
Wed Dec 14, 2016 9:55 am
Forum: ESP8266 boards
Topic: File Permission issues - OSError: [Errno 13] EACCES
Replies: 7
Views: 13195

Re: File Permission issues - OSError: [Errno 13] EACCES

Without a filesystem, there's no place to store a program to run on bootup, right? If so, this would seriously be a limiting factor, and I may as well just order another board, right? What am I missing? That's correct, you will be able to use the python prompt with it, but not store your code in fl...
by platforma
Wed Dec 14, 2016 9:46 am
Forum: ESP8266 boards
Topic: H801 lights dimmer bricked after firmware update
Replies: 11
Views: 12408

Re: H801 lights dimmer bricked after firmware update

The esptool.py and the SDK were updated since 2 months ago, so it's always best to update the esp-open-sdk repository, pfalcon posts updates to the SDK in this thread: http://forum.micropython.org/viewtopic.php?f=16&t=2140#p15688 The esptool.py for example, now has flash size detection, try using it...
by platforma
Mon Dec 12, 2016 10:49 am
Forum: ESP8266 boards
Topic: How-to: Using MQTT with Adafruit.IO and Thingspeak
Replies: 8
Views: 14779

Re: How-to: Using MQTT with Adafruit.IO and Thingspeak

Very informative, I was going to try adafruit io at some point, thanks for sharing this!
by platforma
Fri Dec 09, 2016 9:37 am
Forum: General Discussion and Questions
Topic: puck.js with micropython possible?
Replies: 2
Views: 3867

Re: puck.js with micropython possible?

Haven't seen anyone porting this yet. But it runs on nRF52832: http://forum.micropython.org/viewtopic. ... 832#p16116

As it seems, there's no ready option for this yet.