Search found 1388 matches

by deshipu
Sun Oct 11, 2020 7:39 am
Forum: Development of MicroPython
Topic: Doc change pull requests languishing
Replies: 4
Views: 2996

Re: Doc change pull requests languishing

I don't think anybody is going to look at them as long as they are failing the tests.
by deshipu
Sat Oct 03, 2020 11:39 pm
Forum: Drivers for External Components
Topic: VL53L1X ToF distance sensor - adapting to micropython
Replies: 19
Views: 61377

Re: VL53L1X ToF distance sensor - adapting to micropython

No, it's based on the Pololu Arduino library, if I remember correctly.
by deshipu
Sat Oct 03, 2020 9:42 am
Forum: Drivers for External Components
Topic: VL53L1X ToF distance sensor - adapting to micropython
Replies: 19
Views: 61377

Re: VL53L1X ToF distance sensor - adapting to micropython

pythoncoder wrote:
Fri Oct 02, 2020 8:02 am
I'd go for the VL53L0X and try to track down @deshipu's driver;
There are backups of all my repositories that Bitbucket deleted available here: https://bitbucket-archive.softwareherit ... /thesheep/
by deshipu
Mon Sep 28, 2020 7:50 am
Forum: Drivers for External Components
Topic: MAX31855 Driver
Replies: 12
Views: 13641

Re: MAX31855 Driver

By the way, all the deleted Bitbucket repos have been archived by Software Heritage, for example: https://bitbucket-archive.softwareherit ... 31855.html
by deshipu
Wed Sep 16, 2020 11:09 pm
Forum: Drivers for External Components
Topic: IS31fl3731 Charlie-Plexed LED Matrix
Replies: 8
Views: 9588

Re: IS31fl3731 Charlie-Plexed LED Matrix

I'm not migrating. Bitbucket decided to permanently delete all Mercurial repositories a while ago.
by deshipu
Fri Sep 11, 2020 1:03 pm
Forum: Hardware Projects
Topic: Which sensor can capture blowing action?
Replies: 11
Views: 8490

Re: Which sensor can capture blowing action?

I think I remember a project of a blowable electronic candle that used the LED itself as the sensor, measuring the changes in its resistance due to temperature changes. If you want to be more accurate and sensitive, for example for electronic woodwind instruments, there are pressure sensors that can...
by deshipu
Thu Sep 10, 2020 8:35 am
Forum: Development of MicroPython
Topic: Native C module: accessing objects. [SOLVED]
Replies: 27
Views: 16959

Re: Native C module: accessing objects

pythoncoder wrote:
Tue Sep 08, 2020 8:15 am
I was hoping to avoid having users build the firmware: this is a significant barrier for many people.
But framebuf is a loadable module now?
by deshipu
Mon Sep 07, 2020 6:43 pm
Forum: Development of MicroPython
Topic: Native C module: accessing objects. [SOLVED]
Replies: 27
Views: 16959

Re: Native C module: accessing objects

pythoncoder wrote:
Mon Sep 07, 2020 8:07 am
I suspect this is all above my pay grade ;)
How about you just take the existing framebuf module, rename it and build on top of it?
by deshipu
Sun Sep 06, 2020 10:30 pm
Forum: Development of MicroPython
Topic: Native C module: accessing objects. [SOLVED]
Replies: 27
Views: 16959

Re: Native C module: accessing objects

You are right, at this point it's probably easiest to just copy the relevant functions over.