Skip to content

Instantly share code, notes, and snippets.

Keybase proof

I hereby claim:

  • I am summermk on github.
  • I am realmira (https://keybase.io/realmira) on keybase.
  • I have a public key ASAt8Yc2k3IL99RzHh99UhMiLT-askaeBxp_TZBI5JDzJwo

To claim this, I am signing this object:

@summermk
summermk / esp8266-module-setup.md
Last active May 17, 2016 10:30
ESP8266 module setup guide

ESP8266 Module

This guide is not a complete set of instructions. Rather it points to other links and guides that are already out there and works well. It's mainly for my own reference in the future but it might be useful to others too.

Connecting it

I'm using the ESP8266 module with header pins already attached and basic components that came with SparkFun Inventor's Kit + FTDI breakout board with lots of clips.

@summermk
summermk / arduino-setup-windows.md
Last active November 18, 2023 15:35
Instructions on how to setup Arduino for Windows computer. Applicable for classroom situation where the permission is limited.

How To Setup Arduino on Windows

This guide was written while I was preparing for Arduino tutorial for a group of students. The first part of the guide should work for any general Arduino installation on computers without admin access. These have been tried on Windows 7, 8 and 10. The later part of the guide covers how to add Sparkfun Inventor's Kit code libraries as an example. You can add other libraries by replacing the SIK code library to your own.

###Contents

@summermk
summermk / usingbasebox.sh
Created April 29, 2016 00:21
Vagrant setup on OS X 10.11 using existing base box
# Setting up Vagrant on Mac OS X 10.11
# Using a base box for CentOS 6.7
#
# List of Vagrant base boxes available from http://www.vagrantbox.es/
# Using CentOS 6.7 x64 (Minimal, Puppet 4.2.3, Guest Additions 4.3.30)
$ vagrant box add centos-6 https://github.com/CommanderK5/packer-centos-template/releases/download/0.6.7/vagrant-centos-6.7.box
$ vagrant init centos-6
$ vagrant up
# VirtualBox Version 5.0.20 r106931 is installed on my machine.
@summermk
summermk / gist:66e77b1df1112bf1ea04a99fb53e2287
Created April 28, 2016 23:37 — forked from fernandoaleman/gist:5083680
How to update VirtualBox Guest Additions with vagrant
# Start the old vagrant
$ vagrant init centos-6.3
$ vagrant up
# You should see a message like:
# [default] The guest additions on this VM do not match the install version of
# VirtualBox! This may cause things such as forwarded ports, shared
# folders, and more to not work properly. If any of those things fail on
# this machine, please update the guest additions and repackage the
# box.