Skip to content
/ pwm Public

Windows 10 IoT PWM Controller Test Application for the Raspberry PI 2/3

Notifications You must be signed in to change notification settings

paks/pwm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Windows 10 IoT PWM Controller Test Application for the Raspberry PI 2/3

This repository contains test projects I used to learn how to setup and control the PWM controller in the Raspberry PI 2/3

Here are the articles I used to create the PwmTest project:

Prerequisites

Notes

The PwmTest project has the code to setup two GPIOs (13,18) for PWM output. When the application runs, it displays 2 sliders to control the GPIO output.

Here is a table with the GPIO pins that can be used for PWM:

GPIO PWM channel Harware supported
12 0 A+/B+/Pi2/Pi3/Zero and compute module only
13 1 A+/B+/Pi2/Pi3/Zero and compute module only
18 0 All models
19 1 A+/B+/Pi2/Pi3/Zero and compute module only
40 0 Compute module only
41 1 Compute module only
45 1 Compute module only
52 0 Compute module only
53 1 Compute module only

The TestL298NMotorController project has a screen with sliders and buttons to test each of the motors attached to a L298N Motor Drive Controller. This test includes using PWM outputs to control the motor speed. This project was helpful when building the Windows 10 Iot Rover

About

Windows 10 IoT PWM Controller Test Application for the Raspberry PI 2/3

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages