-
Archives
- July 2020
- June 2020
- December 2019
- August 2019
- April 2019
- March 2019
- February 2019
- July 2016
- June 2016
- April 2016
- January 2016
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- November 2013
-
Meta
Monthly Archives: May 2014
Papilio One: 4 bit binary counter
FPGA implementation of a 4 bit binary counter. Hardware was described using VHDL. The Papilio One comes with a 32 MHz clock but this was divided down to 0.5Hz so you could actually see the counter counting. VHDL code: The … Continue reading
Papilio One : Flashing an LED at a specific frequency
To flash an LED at a specific frequency we need to divide the input clock frequency. In VHDL this can be done using counters. The Papilio One FPGA board comes with a 32MHz oscillator. 32Mhz means 32 million pulses per … Continue reading
Calling a C program from a Python script
This process is made simple with Python’s subprocess module.
Cheap and nasty ‘powered’ usb cable
I was trying to connect a wifi adapter to a raspberry pi today but the pi’s usb ports could not supply enough current to the device. A powered USB hub would be the ideal solution to this problem but I … Continue reading
Posted in Hardware, Uncategorized
Tagged cheap, hack, powered, raspberry pi, usb, workaround
Leave a comment