Blockset described on this wiki is deprecated since 2012.

For Model Based Design (MBD), use the free MPLAB Device Blocks for Simulink, tool from Microchip.
Updated Rapid Control Prototyping (RCP) custom projects are published at: https://lubin.kerhuel.eu.

Difference between revisions of "PWM communication between two dsPIC"

From http://www.kerhuel.eu/wiki - Simulink device driver Blockset for dsPIC / PIC24 / PIC32 Microcontrollers --[[User:LubinKerhuel|LubinKerhuel]] 12:40, 3 September 2009 (UTC)
Jump to navigation Jump to search
(Created page with "=Description= The objective of this example is to demonstrate how to use a Pulse Width Modulated (PWM) signal to transmit data between two microcontrollers. One dsPIC (30f3012) ...")
 
m
Line 1: Line 1:
 +
[[Image:Circuit_PWM.png|thumb|right|350px|PWM Circuit]]
 
=Description=
 
=Description=
  

Revision as of 02:11, 5 January 2011

PWM Circuit

Description

The objective of this example is to demonstrate how to use a Pulse Width Modulated (PWM) signal to transmit data between two microcontrollers. One dsPIC (30f3012) send to another dsPIC (also 30f4012) values through one PWM signal (i.e. one wire). Both dsPIC are programmed using blocks from the dsPIC blockset for simulink available on this website. This example was added in the blockset version 3.4.

Next to come...