Search found 4 matches

by EduardoDestefani
Fri Jan 28, 2022 7:11 pm
Forum: General Discussion and Questions
Topic: ulab + MicroPython v1.18 to PYBD SF2W: too large?
Replies: 1
Views: 3583

ulab + MicroPython v1.18 to PYBD SF2W: too large?

Hello folks, I was trying to create a newer MicroPython firmware with ulab using the same steps as version 1.17 for Pybaord-D SF2W. I tried to build the firmware following; https://github.com/EduardoDestefani/micropython-firmwares#1-compilando-micropythonportsstm32-para-placas-pyboard-etc with the c...
by EduardoDestefani
Sun Aug 29, 2021 1:36 am
Forum: Pyboard D-series
Topic: Firmwares Micropython + ulab for Pyboard D-series
Replies: 0
Views: 8609

Firmwares Micropython + ulab for Pyboard D-series

Hello everyone,

I wanted to share my Micropython firmware repository with the ulab numerical computing module. These are firmware for anyone interested in calculating integrals, FFT and other complex operations natively.

Follow the link: https://github.com/EduardoDestefani/mic ... -firmwares
by EduardoDestefani
Wed Sep 16, 2020 3:50 pm
Forum: Pyboard D-series
Topic: PYBD OSError: [Errno 22] EINVAL
Replies: 2
Views: 3181

Re: PYBD OSError: [Errno 22] EINVAL

Is it possible to share your code (or at least some relevant snippets) to help understand a bit more what might be going wrong? I just created a public repository, link to the code ; https://github.com/EduardoDestefani/micropython-samples/blob/master/Codigo-fonte/MicroPython/Pyboard%20D-Series/PYB_...
by EduardoDestefani
Wed Sep 16, 2020 1:40 pm
Forum: Pyboard D-series
Topic: PYBD OSError: [Errno 22] EINVAL
Replies: 2
Views: 3181

PYBD OSError: [Errno 22] EINVAL

Hello, I was recently making a Web server for the Pyboard-D SF2W + magnetometer. The software consists of sending a web page for the user to fill, in the indicated fields, the number of measures and the delay between them. The software receives these values ​​and starts recording the sensor's magnet...