Visualizzazione post con etichetta pic32. Mostra tutti i post
Visualizzazione post con etichetta pic32. Mostra tutti i post

lunedì 26 dicembre 2011

Bargraph demo

I've made a simple demo using a 30-led bargraph with ORbit16. I've buyed the bargraph from Robot-Italy (http://www.robot-italy.com/product_info.php?products_id=2230).

Hope to have time to upload the code soon. Here the video that show how it works: by pressing the button you can select DOT or BAR graphics mode:

giovedì 22 dicembre 2011

First PIC32MX220F032B demo!!

Today I've made a test using a PIC32MX220F032B on ORbit16™ without board modifications. I've published the source code: it's a simple blinking led but the code is very easy to understand:

  • config word is well-explained
  • I've written delay routines since MPLAB C32 has not default delay routines. DelayUs, DelayMs and DelayS are provided using the System Core Timer
Download is available to ORbit16™ users from the examples page