Microcontroller Simulation with Python
Mike Naberezny (13.Nov.2008 at 15:00)
Talk at php|works/PyWorks (English - US)
This talk will present Py65, open-source simulation of a small microcomputer system based on the MOS 6502. The 6502 is a very famous microprocessor that was used in early microcomputers like the Commodore 64, but its design has stood up for over 30 years and cores based on it are still used in thousands of consumer products and small embedded systems today.
Using Python and software tools such as Py65, low-level software for embedded systems can be developed and tested much faster. This talk will discuss the design and implementation of Py65, how it and tools like it can help, and will also touch on other Python libraries that can assist with embedded development.
No previous hardware or embedded systems experience is required to enjoy the talk and it feature interesting demos of the Py65 simulator as well as some real embedded hardware.
Quicklink: https://joind.in/53
By clicking this button you are declaring that you are the speaker responsible for it and a claim request will be sent to the administrator of the event.
If the claim is approved you will be able to edit the information for this talk.
Are you sure?




14.Nov.2008 at 18:58 by
This was fascinating and the speaker was awesomely enthusiastic. The overview of microcontrollers and their significance was enlightening and entertaining. The simulator design presented was fantastically simple and very Pythonic. I can't wait to see where this project goes.