Search found 5 matches

by betabrain
Thu Sep 29, 2016 9:22 am
Forum: Development of MicroPython
Topic: MicroPython on Alpine Linux
Replies: 1
Views: 2863

MicroPython on Alpine Linux

Does anyone know how to build MicroPython for Alpine Linux? I tried building it inside a docker container but failed in multiple places. Below is the Dockerfile I arrived at. FROM alpine:3.4 RUN apk add --no-cache git make RUN cd /tmp ; \ git clone https://github.com/micropython/micropython.git ; \ ...
by betabrain
Thu Sep 15, 2016 6:17 pm
Forum: MicroPython pyboard
Topic: Components for digital picture frame
Replies: 3
Views: 3767

Components for digital picture frame

Hello, I am considering building a digital picture frame to display today's date and inspiring quotes. The display should be the size of A5 paper and the whole frame should run on batteries. - Are there any simple to use eInk/ePaper displays or this size with existing MicroPython drivers? - Can the ...
by betabrain
Thu Sep 15, 2016 6:07 pm
Forum: MicroPython pyboard
Topic: Talking to other MicroPython or WiPy boards
Replies: 18
Views: 13231

Talking to other MicroPython or WiPy boards

Hello, Has anyone any experience, advice, or opinions about connecting multiple micropython and/or wipy boards? The aim is to separate concerns and distribute load. Ideally the connection could be extended to more than two boards and reuse existing library code for all hw interaction. - Are there ex...
by betabrain
Thu Sep 15, 2016 5:52 pm
Forum: WiPy and CC3200 boards
Topic: Accelerometer
Replies: 4
Views: 5929

Re: Accelerometer

As far as the docs go I couldn't find a reference to an accelerometer. I guess that's a no. Thank you for the link.
by betabrain
Wed Aug 17, 2016 1:02 pm
Forum: WiPy and CC3200 boards
Topic: Accelerometer
Replies: 4
Views: 5929

Accelerometer

Is there an accelerometer on the Wipy?

If not, what is the easiest and most support option?