Skip to content

Instantly share code, notes, and snippets.

BeagleBone Black Configuration

Set up base OS

eMMC boot to Angstrom

  • Downloaded latest Angstrom image
  • Unzipped and wrote to uSD card
  • Put card into BBB
  • Held down the boot button and powered up
  • Waited < 45 min for LEDs to go solid
@davidbradway
davidbradway / ubuntu_config.md
Last active August 29, 2015 14:08
ubuntu_config.md

Ubuntu Configuration

Install programs

    sudo add-apt-repository ppa:webupd8team/sublime-text-2
    sudo add-apt-repository ppa:tualatrix/ppa
    sudo apt-get update
    sudo apt-get install ubuntu-tweak
    sudo apt-get install sublime-text
    sudo apt-get install spyder
    sudo apt-get install arduino arduino-core
@davidbradway
davidbradway / udoo_ubuntu.md
Last active August 29, 2015 14:10
UDOO Udoobuntu

Setup for UDOO Ubuntu

sudo apt-get update && sudo apt-get upgrade
sudo apt-get install python-numpy python-scipy python-matplotlib ipython ipython-notebook python-pandas python-sympy python-nose
sudo apt-get install git
sudo dpkg-reconfigure tzdata
sudo add-apt-repository ppa:tualatrix/ppa
sudo apt-get update
sudo apt-get install ubuntu-tweak
sudo apt-get install spyder
@davidbradway
davidbradway / stop_motion.md
Created January 25, 2015 23:47
Stop Motion Video in Ubuntu using Webcam

#Stop Motion

Did this using the Acer laptop webcam using Ubuntu

Install stuff we need

sudo apt-get install cheese streamer avconc

make a directory for the files

@davidbradway
davidbradway / k_space lecture.md
Last active August 29, 2015 14:14
Lecture from K-Space Speckle Class

K-Space Lecture

2015/02/05

Ultrasound and laser light

  • Both are broadband coherent radiation sources
  • The more narrowband a laser, the more its image is like a speckle ultrasound image

Speckle Statistics

  • First-order Statistics
  • Mean speckle brightness and distribution
@davidbradway
davidbradway / LabLunch20150206.md
Last active August 29, 2015 14:14
Notes from Trahey Lab Lunch

Lab Lunch Notes

Announcements

  • Grants
    • Micro-E Not funded
    • Impact on Hiring - not recruiting new grad students
    • Write SSA grant
  • Facilities changes
    • BME Staff will move from Annex and Hudson to CIEMAS
  • New Faculty and students will be moved to Annex
@davidbradway
davidbradway / .block
Last active August 11, 2016 18:29 — forked from armollica/.block
HTML Annotation
height: 960
@davidbradway
davidbradway / README.md
Created August 11, 2016 18:42 — forked from jasondavies/README.md
World Map

Based on Mike Bostock’s [World Map][0], modified to automatically colour countries such that no adjacent countries share the same colour.

This is done by extracting the topology via [TopoJSON][1] and greedily picking colours until the constraint is fulfilled.

See also: [Graph coloring][2] on Wikipedia.

Update: Greedily colouring is now performed in a single line, thanks to Mike Bostock!

@davidbradway
davidbradway / countries.json
Last active August 15, 2016 15:16
learning topojson
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
#
ssh-keygen -t rsa -C "dpb6@duke.edu"
eval "$(ssh-agent -s)"
ssh-add ~/.ssh/id_rsa
git config --global user.email "dpb6@duke.edu"
git config --global user.name "David Bradway"