A little late.. but a big thank you to Damien and all the contributors.
What a big changelog and somehow it seems to address magically things I‘ve silently wished for. Great.
Keep it up!
Search found 198 matches
- Fri Sep 18, 2020 3:52 pm
- Forum: Announcements and News
- Topic: MicroPython version 1.13 released
- Replies: 3
- Views: 3065
- Sat Jun 20, 2020 6:33 pm
- Forum: Other Boards
- Topic: Pybricks: MicroPython for LEGO
- Replies: 7
- Views: 4319
Re: Pybricks: MicroPython for LEGO
Really nice project setup and great to see a popular HW being MicroPythonized.
Good for me too since it is likely not too far away when my kids want to have a lego tech kit
Good for me too since it is likely not too far away when my kids want to have a lego tech kit
- Mon Jun 01, 2020 7:14 pm
- Forum: Hardware Projects
- Topic: MicroPython based 3D printed drawing robot powered by a TTGO T-Display
- Replies: 9
- Views: 1819
Re: MicroPython based 3D printed drawing robot powered by a TTGO T-Display
just really impressed by how well you documented this project. Also you seem to have gone the extra mile with the ui/font and preloaded fat image to download.
- Sat May 02, 2020 2:42 pm
- Forum: Newsletter archive
- Topic: MicroPython Newsletter Issue 10
- Replies: 2
- Views: 4813
Re: MicroPython Newsletter Issue 10
Congratulations! Thanks for all the effort during those 7 years. Awesome work!!
- Mon Dec 23, 2019 1:41 pm
- Forum: Announcements and News
- Topic: MicroPython version 1.12 released
- Replies: 19
- Views: 11330
Re: MicroPython version 1.12 released
THANKS to all the contributors - Great Christmas present
- Tue Nov 26, 2019 5:01 pm
- Forum: General Discussion and Questions
- Topic: mozilla-iot working sample
- Replies: 2
- Views: 764
Re: mozilla-iot working sample
did you see https://github.com/mozilla-iot/webthing-upy I agree it is not easy to setup, i also raised this as an issue on that repository. it is a bit easier now since the microwebsrv code has been patched upstream so in principle you should be fine by freezing that version (no need to checkout the...
- Wed Oct 23, 2019 7:07 pm
- Forum: Programs, Libraries and Tools
- Topic: MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).
- Replies: 22
- Views: 9496
Re: MicroWebSrv2, new asynchronous Web server for MicroPython (+Routes +WebSockets +Template engine).
Great work, thanks! should be updated to add threaded builds for PYBD firmware (to go with the threaded builds of pyb1.x already provided) +1. I have used microwebsrv for mozilla iot webthings https://github.com/mozilla-iot/webthing-upy and found it difficult to get started, especially because it re...
- Wed Sep 25, 2019 7:12 pm
- Forum: Development of MicroPython
- Topic: ulab, or what you will - numpy on bare metal
- Replies: 106
- Views: 19132
Re: ulab, or what you will - numpy on bare metal
awesome work, thanks a lot for sharing this!
- Wed Jul 31, 2019 3:51 pm
- Forum: Pyboard D-series
- Topic: Programming a D-series in Win64
- Replies: 7
- Views: 2261
Re: Programming a D-series in Win64
yes I‘m also using zadig to get dfu-util working on windows.
Pay attention though, once you map the usb device to libusb drivers, other programs like dfuse may no longer work. At least that was the case for me.
Pay attention though, once you map the usb device to libusb drivers, other programs like dfuse may no longer work. At least that was the case for me.
- Sat Jul 06, 2019 7:33 pm
- Forum: Pyboard D-series
- Topic: mDNS example
- Replies: 0
- Views: 1229
mDNS example
I was wondering how I could add mDNS support with my D-Serie Pyboard SF2.. So I was pleasantly surprised to see that mDNS support was enabled somewhere last month. But I didn't see an example how to use it. After fiddling around I came up with this script that prints the mDNS name of the pyboard. Yo...