omz:forum

    • Register
    • Login
    • Search
    • Recent
    • Popular

    Welcome!

    This is the community forum for my apps Pythonista and Editorial.

    For individual support questions, you can also send an email. If you have a very short question or just want to say hello — I'm @olemoritz on Twitter.


    MicroPython and PyBoard?

    Pythonista
    4
    4
    4495
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • ccc
      ccc last edited by ccc

      Has anyone played with MicroPython and the PyBoard?

      MicroPython is a rewrite of Python 3 to run directly on micro-controllers but it also runs on Macs, Linux, Windows, etc. PyBoard is a micro-controller that runs the Python3 REPL directly on the hardware with no operating system in between. I have ordered my PyBoard but I am wondering if any of you have already tried it.

      Two recent opdcasts on the topic:

      • http://www.talkpythontome.com/episodes/show/17/python-on-bare-metal-with-micropython
      • http://podcastinit.podbean.com/e/episode-15-damien-george-talks-to-us-about-micropython
      1 Reply Last reply Reply Quote 2
      • Webmaster4o
        Webmaster4o last edited by

        Looks interensting! The closest I've come to doing something like this is python on a Raspberry Pi.

        1 Reply Last reply Reply Quote 0
        • GdH777
          GdH777 last edited by

          I have a PyBoard, but haven't done much with it beyond trying the tutorials on (http://micropython.org). Although the PyBoard is very interesting, i would prefer the WiPy (http://wipy.io) which also runs microPython on bare metal but is capabele of connecting through WiFi. In combination with Pythonista this would mean that your iPhone / iPad could interface with low-level sensors.

          1 Reply Last reply Reply Quote 1
          • Gcarver
            Gcarver last edited by

            I have a PyBoard and I really enjoy it. It does have some serious memory and speed limitations. I actually had to resort to writing some drivers for some of my hardware in C for both memory and performance reasons. That was not super easy either.
            I got it to work with a $5 wifi chip so I can use it wirelessly as well.

            1 Reply Last reply Reply Quote 0
            • First post
              Last post
            Powered by NodeBB Forums | Contributors