Search found 4 matches

by deftris
Mon Mar 29, 2021 9:40 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 170592

Re: WeAct STM32F411CEU6 black pill

Hi all, it seems the W25Q128 (16MB Flash) is pin-compatible with the IPS6404L‐SQ (8MB Pseudo-Static RAM). The latter is used on many ESP32 boards and well supported by Micropython. But it does not seem to be available in the STM32 port of Micropython. At least, except an attempt to use PSRAM on an S...
by deftris
Sun Jul 21, 2019 8:25 am
Forum: Development of MicroPython
Topic: Adding modules to Micropython and en/disabling them in menuconfig
Replies: 3
Views: 3134

Re: Adding modules to Micropython and en/disabling them in menuconfig

Well, I forgot to tell: yes i´m using Loboris fork along with ESP32. Also FastLED lib is mostly about pixel calculations. I can drive WS2812 easily with the existing driver from Micropython, and I have a bunch of effects that I wrote for FastLED on AVR /AVRgcc that I want to use on ESP32/Micropython...
by deftris
Sun Jul 21, 2019 7:09 am
Forum: Development of MicroPython
Topic: Adding modules to Micropython and en/disabling them in menuconfig
Replies: 3
Views: 3134

Adding modules to Micropython and en/disabling them in menuconfig

I wish to integrate this port of FastLED library (https://github.com/aykevl/mpy-pixels) into Micropython. I´ve read this documentation: https://docs.micropython.org/en/latest/develop/cmodules.html and can configure and compile Micropython successfully using ./BUILD.sh menuconfig then ./BUILD.sh Hove...
by deftris
Wed Jul 17, 2019 7:55 pm
Forum: General Discussion and Questions
Topic: Communication between micropython boards
Replies: 1
Views: 1561

Communication between micropython boards

I´ve got several micropython boards that want to interconnect with serial link.
I´m wondering if there is a way to pass objects and data between them or if this idea is an heresy... thoughts ?