Search found 11 matches

by yeti
Thu Nov 25, 2021 10:06 am
Forum: Other Boards
Topic: [8bits Z80 4Mhz] Porting on extra low-tech hardware.
Replies: 4
Views: 13009

Re: [8bits Z80 4Mhz] Porting on extra low-tech hardware.

I don't think MicroPython can fit there. Have a look at Snek instead.

The compilers (T)ACK or/and Cowgol could be small enough to run natively on a Z80.
by yeti
Fri May 21, 2021 9:26 pm
Forum: Programs, Libraries and Tools
Topic: MicroPython on TI-84 Plus CE-T Python Edition
Replies: 7
Views: 7343

Re: MicroPython on TI-84 Plus CE-T Python Edition

A MicroPython on an updated (bigger display) TI-Voyage would be ultra neat!

You hear me, Santa?
by yeti
Fri Feb 19, 2021 3:55 pm
Forum: Raspberry Pi microcontroller boards
Topic: mandelbrot calculation and strange behavior in PICO
Replies: 8
Views: 4642

Re: mandelbrot calculation and strange behavior in PICO

Can you add a garbage collection run before running the test?
by yeti
Thu Jan 23, 2020 12:34 pm
Forum: ESP8266 boards
Topic: espnow esp8266 1.9.4
Replies: 7
Views: 7562

Re: espnow esp8266 1.9.4

by yeti
Fri Dec 27, 2019 12:46 am
Forum: Announcements and News
Topic: MicroPython version 1.12 released
Replies: 19
Views: 120476

Re: MicroPython version 1.12 released

Looking for littlefs on my Huzzah esp8266, I downloaded 1.12 from ESP8266 section, import uos and don't see uos.VfsLfs2. Does the above statement mean that there is littlefs build available or does that mean that I would need to build it myself? You'll need to build it with LFS2 enabled : The esp82...
by yeti
Sat Dec 21, 2019 12:31 pm
Forum: General Discussion and Questions
Topic: littlefs - advantages & disadvantages
Replies: 33
Views: 29258

Re: littlefs - advantages & disadvantages

I tried two custom builds (FAT+LFS2, LFS2-only) and both build without problems. Nobody ever expects the spani... eeeeh... something different! The FAT+LFS2 build comes up with the typical contents in a FATFS ('mkfs' it manually to LFS2), the LFS2-only build looks like coming up with an unformatted ...
by yeti
Sat Oct 22, 2016 9:52 am
Forum: ESP8266 boards
Topic: October 22 firmware self-compilation
Replies: 1
Views: 2792

Re: October 22 firmware self-compilation

cpr wrote:I just downloaded the latest daily build from https://micropython.org/download#esp8266 , flashed that and re-flashed my self-compiled version.

That made it work for a first-timer ESP flasher.
How/why did that fix the '.text will not fit in region iram1_0_seg' problem?
by yeti
Thu Oct 20, 2016 4:29 am
Forum: Development of MicroPython
Topic: MicroPython & PIC32 chips
Replies: 16
Views: 21000

Re: MicroPython & PIC32 chips

I've got a nice PIC32MZ breakout board with bare minimum incidental complexity. (https://www.tindie.com/products/circuit4u/pic32mz-pim-breakout-board/) It's crying out for a MicroPython port. So are 2 Duinomite-Mini and 1 Duinomite-Mega collecting dust here. They probably would be very happy to run...
by yeti
Tue Sep 27, 2016 5:07 pm
Forum: Other Boards
Topic: micropython on PIC32MZ (breakout board)
Replies: 1
Views: 2701

Re: micropython on PIC32MZ (breakout board)

Maybe the GCC toolchain from the LiteBSD project (https://github.com/sergev/LiteBSD/wiki) is worth a look?
by yeti
Mon Jun 20, 2016 1:58 pm
Forum: ESP8266 boards
Topic: Making sounds
Replies: 12
Views: 21727

Re: Making sounds

Is your piezo speaker really just a speaker or does it contain an own oscillator and will beep on its own when powered?