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 / choco.md
Last active October 27, 2021 06:15
Windows Computer setup

Manual Installs:

  • Chocolatey, then used script below for a mass install
  • Duke VPN (Cisco AnyConnect) -- login to portal.duke.edu
  • GoPro
  • SDFormatter 5.0
  • Keybase (not working?)
  • Windows Linux Subsystem, then Ubuntu, then ZSH, then oh-my-zsh
  • Bitcoin Core (ran through whole Blockchain, then enabled pruning)
  • Postman
@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 / rpi.md
Last active June 19, 2021 11:30
Raspberry Pi setup commands
startx
ifconfig
sudo nano /etc/network/interfaces 
sudo ifconfig
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install git

# Setup some Python stuff
@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 / markdown.md
Created January 25, 2015 23:52
Markdown Syntax Example from Mou

Mou

Mou icon

Overview

Mou, the missing Markdown editor for web developers.

Syntax

@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 / LeapMotionPushoverShare.py
Created October 30, 2015 01:42
Python program to detect Leap Motion 'Screen Tap' events and pass them as messages via the Pushover web service.
#! python
################################################################################
# Copyright (C) 2012-2013 Leap Motion, Inc. All rights reserved. #
# Leap Motion proprietary and confidential. Not for distribution. #
# Use subject to the terms of the Leap Motion SDK Agreement available at #
# https://developer.leapmotion.com/sdk_agreement, or another agreement #
# between Leap Motion and you, your company or other organization. #
################################################################################