Search found 6 matches

by johup
Wed Aug 17, 2022 8:37 pm
Forum: Programs, Libraries and Tools
Topic: missing lib for _thread or uasyncio
Replies: 1
Views: 20878

missing lib for _thread or uasyncio

Hi,
I have a pyboard 1.1 and would like to port code to it that uses threads. But importing _thread or uasyncio fails:
ImportError: no module named 'uasyncio'
How can I install these modules? A foolproof instruction would be nice of course...

thanks
joh
by johup
Tue Feb 16, 2021 8:00 pm
Forum: General Discussion and Questions
Topic: beginners general usage questions
Replies: 3
Views: 1751

Re: beginners general usage questions

I'm not quite sure what you're asking but generally yes, you need to compile them into the firmware. thank you for your answers. What is the general procedure with Micropython when I need module xy? WHERE does it have to be installed, with pip, pip3 (that can collide with my normal Python3 installa...
by johup
Mon Feb 15, 2021 9:02 pm
Forum: General Discussion and Questions
Topic: beginners general usage questions
Replies: 3
Views: 1751

beginners general usage questions

Hello, I have currently managed to get boochow's port from micropython to run on the Rasperry Pi Zero W. That means, pyboard.py can communicate with the UART of the Pi (REPL). Well, how can I load a module that is not available on the Pi's SD card? Do the modules have to be there or are they compile...
by johup
Sat Feb 06, 2021 1:12 pm
Forum: Programs, Libraries and Tools
Topic: play a video
Replies: 5
Views: 3036

Re: play a video

jimmo wrote:
Sat Feb 06, 2021 4:27 am

Yes......... https://github.com/boochow/micropython-raspberrypi
But also I think it would take a fair bit of work to get it to the point where you need it.
I will do that. Do you know anyone else (in the forum...) that tried this out?
by johup
Fri Feb 05, 2021 7:25 am
Forum: Programs, Libraries and Tools
Topic: play a video
Replies: 5
Views: 3036

Re: play a video

jimmo wrote:
Tue Jan 26, 2021 1:14 am
...Your best bet is probably a Raspberry Pi.
but the Raspian on the Pi gives me 20s boot time, that I dont want. Is there a bare metal
port of micro python to Raspberry Pi?
by johup
Mon Jan 25, 2021 4:20 pm
Forum: Programs, Libraries and Tools
Topic: play a video
Replies: 5
Views: 3036

play a video

Hi, I would like to play a video on a pyboard, that is, connect a display to it and a loudspeaker and then play an MP4 or something similar. A S070BWS45HG-DC84 with KD070HC700BT-1024600 HDMI interface is available as a display. Is that even possible (system resources ...), what additional hardware d...