Search found 410 matches

by mattyt
Thu Jan 09, 2020 1:33 am
Forum: Programs, Libraries and Tools
Topic: Multiaxis stepper motors using RMT
Replies: 37
Views: 29448

Re: Multiaxis stepper motors using RMT

Provides an average frequency output of 237 kHz for an expected frequency of 250 kHz. Increasing p_size allow you to get closer to the expected frequency, but uses more memory. By analyzing the frequency spectrum, a second frequency appears at high frequency. It is related to the loop and the size ...
by mattyt
Sun Jan 05, 2020 9:24 am
Forum: General Discussion and Questions
Topic: Target audience for MicroPython?
Replies: 63
Views: 84232

Re: Target audience for MicroPython?

Hiya safetyfactorman, Thanks for sharing your thoughts! I think that micropython is headed towards some kind of relationship with the IEC61131-3 world. I think that if micropython becomes an IEC61131-3 language, that it will revolutionize both the IEC61131-3 standard, and micropython. What leads you...
by mattyt
Wed Jan 01, 2020 8:56 am
Forum: Programs, Libraries and Tools
Topic: Multiaxis stepper motors using RMT
Replies: 37
Views: 29448

Re: Multiaxis stepper motors using RMT

OK now I am super super interested it appears that RMT should be capable of driving steppers very well. It's one of the use cases I hope it will prove useful for. Driving Neopixels is another... OK a python function can simply generate the step timing needed for the acceleration write it to a list ...
by mattyt
Wed Jan 01, 2020 4:41 am
Forum: Programs, Libraries and Tools
Topic: Multiaxis stepper motors using RMT
Replies: 37
Views: 29448

Re: Multiaxis stepper motors using RMT

I've created a class to drive multiple stepper axis using RMT. https://gitlab.com/olivier.len02/micropython-multiaxis So far, the max frequency I can rich is around 17kHz. Is there a way to improve the step frequency? You're only using RMT to send a single pulse at a time - see where you're sending...
by mattyt
Fri Dec 27, 2019 12:52 pm
Forum: General Discussion and Questions
Topic: micropython v1.12 is out!
Replies: 6
Views: 4629

Re: micropython v1.12 is out!

MCHobby wrote:
Fri Dec 27, 2019 11:20 am
Do you know if the SAMD support will cover the Metro Grand Central? That would be awesome.
The Grand Central M4 Express is a SAMD51 so yes, it will be a goal to make the port work on it! I don't have one so it'll be great if you could test with yours. :)
by mattyt
Tue Dec 24, 2019 12:57 am
Forum: General Discussion and Questions
Topic: micropython v1.12 is out!
Replies: 6
Views: 4629

Re: micropython v1.12 is out!

I enjoy the SAMD support. It will be possible to upload MicroPython on Feather M0 Express (from Adafruit) instead of CircuitPython. However, it will be necessary to compile the SAMD firmware... I've been able to run the MicroPython SAMD port on a Trinket M0 and an Itsy Bitsy M4. But, to be clear, a...
by mattyt
Tue Dec 17, 2019 3:31 am
Forum: Hardware Projects
Topic: Sonoff S20 WiFi Smart Socket
Replies: 14
Views: 11060

Re: Sonoff S20 WiFi Smart Socket

MicroPython v1.12 is expected to be released within a few days and it'll have littlefs built-in...
by mattyt
Mon Dec 16, 2019 12:47 pm
Forum: General Discussion and Questions
Topic: Video from Damien on littlefs
Replies: 2
Views: 2073

Re: Video from Damien on littlefs

The v1.12 release is imminent... :)
by mattyt
Mon Dec 16, 2019 1:37 am
Forum: General Discussion and Questions
Topic: Propeller Spin vs MicoPython Ideology
Replies: 4
Views: 2816

Re: Propeller Spin vs MicoPython Ideology

The folks working on the successor to the Propeller - the Propeller 2 - have ported MicroPython to their new silicone and are using it for active development. Lachlan and Brian have given two presentations on their efforts to the Melbourne MicroPython Meetup: https://www.youtube.com/watch?v=Xcm6kVhI...
by mattyt
Tue Dec 10, 2019 10:31 pm
Forum: ESP32 boards
Topic: MicroPython Startup Time
Replies: 26
Views: 16187

Re: MicroPython Startup Time

Hey Paul, please report back - I'd be curious to know what the startup time is on an ESP32 w/o PSRAM. Thanks!