Copyright © 2010-2022 Ted Burke, All Rights Reserved.
Blog Stats
- 1,786,132 hits
-
Recent Posts
- Set timezone to Europe/Dublin at command line in Debian Live
- Arduino Nano Timer 1 interrupt example for 100 Hz sampling
- Running Arduino IDE in a Debian Live session
- Installing VirtualBox on Debian 11
- More PRBS turtle graphics
- PRBS visualisation in the style of turtle graphics
- Using ffmpeg to take a snapshot with a webcam in Windows
- Using a serial byte sent from an Arduino to launch an application on the PC
- Generating variations on a code analysis question in a Brightspace quiz
- How to merge two Garmin .fit files and upload to Strava on Ubuntu
- Moving statue of David Foster Wallace
- TU Dubuntu 19.10 – a customised live USB version of Xubuntu Linux 19.10 for TU Dublin
- Using Canon EOS 70D DSLR as a USB web cam in Xubuntu Linux 19.04
- TU Dubuntu – a customised live USB version of Xubuntu Linux 19.04 for TU Dublin
- Using the PHP command line web server to transfer files between devices on a local network
- €5 PPG – photoplethysmogram amplifier / Arduino circuit
- Clap detector circuit / AirSpell typing system
- AirMouse – control mouse pointer in Linux using one switch or by blowing on microphone
- Some RGB fractal doodles
- How to display USB webcam as live video on desktop using mplayer
- Ronan Byrne’s ultra low-cost brain-computer interface
- H-bridge control example for Arduino Nano (ATmega328) – two phase-displaced square waves
- An offcut from the Fraktalismus pattern factory
- Cafe Terrace at Starry Night
- €2 Robots in DIT
- A brief introduction to binary numbers…
- Can the PIC12F675 drive motors directly from its GPIO pins?
- Minimum Viable Program for PIC12LF1572
- dsPIC30F Quadrature Encoder Interface (QEI) – Basic Example
- Simple example program for the PIC12F675 microcontroller
- A simple way to read and write audio and video files in C using FFmpeg (part 2: video)
- A simple way to read and write audio and video files in C using FFmpeg (part 1: audio)
- Fraktalismus Outtakes: Sea Monsters
- Fraktalismus – my presentation at Dublin Maker 2016
- Example code from presentation: Ways of Seeing Julia Sets
- C or Python? Comparison of execution time for Mandelbrot image generation
- Julia Set Explorer
- (no title)
- What I’m working on right now…
- Simple 2-channel hardware PWM example for the MSP430G2452 microcontroller
- RoboSlam @ Dublin Maker – only two days away!
- Generating antiphase PWM signals with the dsPIC30F4011
- Very simple Python / Tkinter GUI to send selected keystrokes via serial port
- Using a dsPIC30F4011 to generating 4 PWM signals with equal duty cycles but at 90 degree phase increments
- Faster Mandelbrot image generation using numpy in Python
- Fractal variations using Python
- Using SendInput to type unicode characters
- Three PWM outputs with three different frequencies using the dsPIC30F4011 microcontroller
- 8-channel PWM with the MSP430G2553
- Simple Phaser Framework example – Flappy Words
Recent Comments
- My Tweets
Archives
- April 2022 (2)
- February 2022 (4)
- December 2021 (2)
- November 2021 (1)
- March 2021 (1)
- November 2019 (2)
- July 2019 (1)
- June 2019 (1)
- May 2019 (1)
- April 2019 (3)
- January 2019 (1)
- September 2018 (1)
- May 2018 (1)
- April 2018 (1)
- February 2018 (1)
- January 2018 (1)
- May 2017 (1)
- April 2017 (4)
- February 2017 (3)
- August 2016 (1)
- July 2016 (1)
- February 2016 (2)
- January 2016 (3)
- November 2015 (1)
- July 2015 (1)
- April 2015 (1)
- March 2015 (2)
- November 2014 (1)
- October 2014 (2)
- September 2014 (1)
- April 2014 (1)
- March 2014 (2)
- February 2014 (4)
- January 2014 (5)
- December 2013 (2)
- November 2013 (3)
- October 2013 (1)
- September 2013 (1)
- June 2013 (2)
- May 2013 (1)
- April 2013 (4)
- March 2013 (4)
- February 2013 (5)
- January 2013 (5)
- December 2012 (6)
- November 2012 (7)
- October 2012 (7)
- September 2012 (2)
- August 2012 (8)
- July 2012 (1)
- June 2012 (2)
- May 2012 (4)
- April 2012 (7)
- February 2012 (5)
- January 2012 (1)
- December 2011 (2)
- November 2011 (11)
- October 2011 (3)
- August 2011 (1)
- July 2011 (1)
- May 2011 (1)
- April 2011 (4)
- December 2010 (4)
- November 2010 (2)
Tag Archives: XC16
Generating antiphase PWM signals with the dsPIC30F4011
I frequently receive queries from people who are using a dsPIC microcontroller to control power electronics of some kind, such as in an inverter, a voltage converter, or similar. Many of these queries relate to the generation of different combinations … Continue reading
Posted in Uncategorized
Tagged antiphase, C, dsPIC, dsPIC30F, dsPIC30F4011, duty cycle, example, interrupt, oscilloscope, OSYNC, out of phase, PDC1, PICkit 2, PTPER, pulse-width modulation, PWM, PWM1H, PWM1L, sawtooth, sawtooth wave, simple example, tutorial, XC16, _POUT1H, _POUT1L, _POVD1H, _POVD1L, _PTCKPS, _PWMIE, _PWMIF, _PWMInterrupt
3 Comments
First attempt at printing to an LCD display from a dsPIC30F4011
The following example is my first attempt at printing to an LCD display using the dsPIC30F4011 microcontroller. The display I’m using is a 16×1 character screen with what I think is a standard Hitachi interface. It’s my first time using … Continue reading
Simple interrupt-driven sampling example for the dsPIC30F4011
Reader Swetha wrote in with a query about performing 10Hz sampling on a dsPIC30F4011 in some kind of energy monitoring system. The following example illustrates a basic structure for interrupt-driven sampling using Timer 1. I compiled this program with Microchip’s … Continue reading
Nasty 4-channel logic analyser using dsPIC30F4011
This post is about a quick and dirty 4-channel logic analyser that I hacked together to get a snapshot of four parallel binary signals from something I was building. I just want to quickly capture this information here for the … Continue reading
Posted in PIC
Tagged C, capture, digital signal, dsPIC, dsPIC30F4011, logic analyser, logic analyzer, sampling, XC16
2 Comments
Simple dsPIC33FJ32MC202 example
This is a very simple example circuit and C program for Microchip’s dsPIC33FJ32MC202 microcontroller. The basic circuit used to connect the PICkit 2 to the dsPIC33FJ32MC202 is shown below. One thing that confused me when I tried to wire this … Continue reading
Posted in Uncategorized
Tagged C, dsPIC, dsPIC33F, dsPIC33FJ32MC202, example, PIC, PICkit 2, simple, XC16, xc16-gcc
19 Comments
Short dsPIC30F4011 program to test output compare SFR values
I’ve been playing around with the output compare feature of the dsPIC30F4011 microcontroller for the last day or two and finding out some interesting things about it. There are two output compare channels (OC1 on pin 23, OC2 on pin … Continue reading
PWM Sinewave generation using output compare on dsPIC30F4011
Reader Manu Abraham wrote in with an interesting query about sinusoidal variation of PWM duty cycle using the output compare feature of the dsPIC30F4011. The 30F4011 has two output compare channels which can be used to very easily generate periodic … Continue reading
Posted in Uncategorized
Tagged dead time, deadtime, dsPIC, dsPIC30F4011, inverter, modulation, MOSFET, OC1R, OC1RS, OC2R, OC2RS, OCxR, OCxRS, output compare, PR2, push-pull, PWM, sine, XC16, xc16-gcc
11 Comments
dsPIC Workshop: Digital i/o, timing, PWM, UART
Today’s dsPIC programming workshop will take place from 2-4pm in room KEG-036, DIT Kevin St. Conall O’Griofa will be co-presenting and Damon Berry will hopefully be helping out too. We’ll be using the following hardware: Laptops, PICkit 2, breadboard, dsPIC30F4011, … Continue reading
Posted in Uncategorized
Tagged C, delays, digital io, dsPIC, dsPIC30F4011, MPLAB, PICkit 2, PICkit2, PWM, UART, XC16
1 Comment
Using pk2cmd to transfer a hex file onto the dsPIC30F4011
Since upgrading to MPLAB X, I’ve had difficulty using the PICkit2 from within the IDE, so I’ve mainly been using the PICkit2 helper application to transfer my compiled hex files to the dsPIC. However, there is another handy way of … Continue reading
Creating a new XC16 project in MPLAB X
These are the steps I use to create a new MPLAB X project for a C program compiled with Microchip’s XC16 compiler: From the File menu, select “New Project…”. The new project dialog box will appear. Choose Project: Select “Microchip … Continue reading