Search found 3 matches

by gersch07
Mon Aug 03, 2020 8:36 pm
Forum: Other Boards
Topic: Micropython Unix port on Raspberry Pi - I2C/SPI?
Replies: 3
Views: 4228

Micropython Unix port on Raspberry Pi - I2C/SPI?

Dear all, I've been recently experimenting a bit with Micropython's Unix port on the Raspberry Pi 3B+ (with Raspberry Pi OS) and found it really nice & lightweight. However, there is unfortunately no support for I2C or SPI required to communicate with most sensors and displays... Is it possible (wit...
by gersch07
Mon Feb 03, 2020 10:59 pm
Forum: Other Boards
Topic: WeAct STM32F411CEU6 black pill
Replies: 79
Views: 161336

Re: WeAct STM32F411CEU6 black pill

Dear all, I’ve followed the steps above to compile MicroPython (including support for a Winbond W25Q128 Flash Chip) and successfully flashed it using the ST-Link Utility. However, the ST Virtual COM port has so far only appeared twice after plugging in the USB cable... most of the time the device re...
by gersch07
Sun Jan 26, 2020 10:11 pm
Forum: ESP32 boards
Topic: asynycio as_GPS
Replies: 56
Views: 31647

Re: asynycio as_GPS

Dear all, I've been following this thread as I experience very similar issues with "string index out of range" on an ESP32 with PSRAM (Micropython 1.12). @romeotango: Could you let me know which specific version of the "uasyncio" library fixed your error and from which link / repository you download...