Search found 39 matches

by Picasso
Mon Mar 25, 2019 10:28 am
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84491

Re: Target audience for MicroPython?

@kevinkk525 Regarding hitting the limitations so quickly on the ESP8266 .... the ESP8266 is not the most powerfull device right? If running into limits, you can optimize by building your own firmware, do the frozen modules thing etc ... But, you can also select the PYBD and have a go with that? Woul...
by Picasso
Sun Mar 24, 2019 8:14 pm
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84491

Re: Target audience for MicroPython?

This response takes me a bit by surprise. I'm sure there is more to it than this. I was under the impression that the name 'Micro' actually pointed to micro controllers, and not for example MicroHalonColliders. For many of the platforms (or field of applications) you are referring to, other Python p...
by Picasso
Sun Mar 24, 2019 7:44 pm
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84491

Re: Target audience for MicroPython?

Yes, it does seem that CircuitPython does have that flavour ... but is that a well thought out choice of the MicroPython community? Build your own Firmware, or else you'd probably be better of with Adafruit products?
by Picasso
Sun Mar 24, 2019 7:26 pm
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84491

Re: Target audience for MicroPython?

You would need to have the compile stack available to do so. Most developers don't have that or at least don't have experience with that. In fact, most python developers I know, simply use python and if they switch to something else for some project, they are happy if that could be some other high l...
by Picasso
Sun Mar 24, 2019 5:30 pm
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84491

Target audience for MicroPython?

What is considered to be the target audience for MicroPython? I'm thinking about the following categories: Category A) C developers who are also ideologic pythonistas and are interested in microcontrollers. Category B) Cheap people, who only want to work with <10$ MCU, and change the world that way....
by Picasso
Sun Mar 24, 2019 4:49 pm
Forum: General Discussion and Questions
Topic: compile .py to .mpy on the board
Replies: 2
Views: 3021

Re: compile .py to .mpy on the board

Ok, I see. Although a good idea, it was not that original. Majority of the implementation is already done (reading damiens' comment), glueing it together in the proper way using the proper methods is the remaining part. My guess is that this issue is not done yet since it does not have suifficient p...
by Picasso
Fri Mar 22, 2019 2:04 pm
Forum: MicroPython pyboard
Topic: Pyboard D is on sale NOW
Replies: 1
Views: 1624

Re: Pyboard D is on sale NOW

I can confirm: The ordering page works! :D :D
by Picasso
Fri Mar 22, 2019 2:03 pm
Forum: General Discussion and Questions
Topic: compile .py to .mpy on the board
Replies: 2
Views: 3021

compile .py to .mpy on the board

At a company digi they have the xbee cellular modem board. See: https://www.digi.com/resources/documentation/digidocs/90002219/90002219.htm#reference/r_compiled_files.htm Their doc describes a uos.compile() function that compiles .py files into .mpy files on the board itself. To me this sounds inter...
by Picasso
Fri Mar 22, 2019 12:24 pm
Forum: Programs, Libraries and Tools
Topic: Compatibility layer for Adafruit CircuitPython drivers on Micropython
Replies: 10
Views: 39183

Re: Compatibility layer for Adafruit CircuitPython drivers on Micropython

The idea of "giving back upstream" is good. The way to do that is by submitting pr's in the upstream repo's. The compatibility layer sounds nice, but any incompatiblity that exists is created by Adafruit per definition. That is were the incompatible code comes from. I simply cant stop this sense of ...