Tag Archives: Python

Graphics, Touch, Sound and USB

Graphics, Touch, Sound and USB – User Interface Design for Embedded Applications Since the very first  “Programming 16-bit micro controllers in C” (aka the Flying PIC24) book started shipping in the US, I began receiving from my readers requests for a follow … Continue reading

Posted in PIC32 | Tagged , , , , | Comments Off on Graphics, Touch, Sound and USB

Unexpected (Positive) Side Effects of using Python: Cross Platform Simulation

When talking of side effects, more often than not, we are referring to the bad ones. This is especially true when they are involuntary and unexpected. But here is the story of a good one, a side effect of using … Continue reading

Posted in Languages, PIC32 | Tagged , , | Comments Off on Unexpected (Positive) Side Effects of using Python: Cross Platform Simulation

Python Expressiveness

While learning a new language you will notice how the often enthusiastic literature available dispenses adjectives with quite some generosity. Apparently every new language out there claims to be more “expressive” than the previous. This is an easy claim when … Continue reading

Posted in PIC32 | Tagged , , | Comments Off on Python Expressiveness

Python for the Mikromedia and Mini-32 boards

I have finally gotten my hands back on the Pymite project and I have updated the v10 branch to include three PIC32 platform. Both the Mini-32 and the PIC32 Mikromedia are now supporting a USB (CDC) serial interface to the … Continue reading

Posted in PIC32 | Tagged , | Comments Off on Python for the Mikromedia and Mini-32 boards

32-bit PIC programming in Python!

It has been a long journey for me to learn about modern interpreted object oriented programming languages, first on the desktop (see post here), later on industrial control and data acquisition applications (see post here) and now I feel like … Continue reading

Posted in PIC32 | Tagged , , | Comments Off on 32-bit PIC programming in Python!

Real World Instrumentation with Python

There is a new book on my nightstand, and it is one of the best I have read in years: it is called “Real World Instrumentation with Python” by J.M. Hughes, published by O’Reilly!Less than a month ago I was … Continue reading

Posted in Languages, PIC32 | Tagged , , | 1 Comment