MP on Discovery F469NI (display / touchscreen) ?

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
ubiq_01
Posts: 26
Joined: Mon Feb 08, 2016 1:45 pm
Location: Dresden, Germany

MP on Discovery F469NI (display / touchscreen) ?

Post by ubiq_01 » Tue Mar 22, 2016 7:47 am

Did somebody consider using MicroPython on one of the Discovery boards with touchscreen - preferably the new
DISCO-F469NI with large display and capacitive touchscreen - https://developer.mbed.org/platforms/ST ... ry-F469NI/ ?

Would there be a strategy to start with a "basic port" and only then add the display / touchscreen specific libs (with e.g. the
mbed example code or cubeF4 code as a basis)?

I "paired" such a board with an ESP8266 for connectivity ( https://twitter.com/_rac01/status/712002801572810753 ) -
and it would be just great to have a chance to program it with MicroPython.

best regards
Ralf

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: MP on Discovery F469NI (display / touchscreen) ?

Post by pythoncoder » Tue Mar 22, 2016 4:28 pm

The most complete solution I've seen to pairing MicroPython with a decent size LCD touch screen is this: http://forum.micropython.org/viewtopic.php?f=14&t=1396. He's written and tested the driver and designed a PCB to connect a Pyboard to the display http://tinyurl.com/gpza7v2.
Peter Hinch
Index to my micropython libraries.


ubiq_01
Posts: 26
Joined: Mon Feb 08, 2016 1:45 pm
Location: Dresden, Germany

Re: MP on Discovery F469NI (display / touchscreen) ?

Post by ubiq_01 » Thu Mar 24, 2016 12:39 pm

I just learned that even Linux can run on this board. See http://elinux.org/STM32#STM32F429i-Discovery

Will follow up on this.

Post Reply