Netduino home hardware projects downloads community

Jump to content


The Netduino forums have been replaced by new forums at community.wildernesslabs.co. This site has been preserved for archival purposes only and the ability to make new accounts or posts has been turned off.

brunovk

Member Since 30 Apr 2013
Offline Last Active Feb 08 2014 04:31 PM
-----

Posts I've Made

In Topic: Using PWM with NetduinoPlus2

21 August 2013 - 12:12 PM

Hi,

I would like to use the pwm output to generate a Mhz puls (for testing purposes). If it would go up to 60Mhz it would be great but I could only found somewhere on this forum that 'greater then 10Mhz' should be possible.

 

I'm using NetduinoPlus2 with firmware V4.2.2.2

Using the code:

 PWM pwmSignalOut = new PWM(PWMChannels.PWM_PIN_D5, 2000,1000, PWM.ScaleFactor.Nanoseconds, false);   pwmSignalOut.Start(); I can go to approx 500Khz

 

How can i change this to Mhz range?

 

Kind regards  


home    hardware    projects    downloads    community    where to buy    contact Copyright © 2016 Wilderness Labs Inc.  |  Legal   |   CC BY-SA
This webpage is licensed under a Creative Commons Attribution-ShareAlike License.