Quantcast
Channel: Brad Poulton » Brad’s Stuff
Browsing all 10 articles
Browse latest View live

Python 3.2 Tkinter GUI Beginners Example Code

UPDATED (2/2/2013) This example is now working. I had to add a sequence to the bind statements. Have you ever wanted to add a simple GUI to an excellent python script without installing any additional...

View Article



Image may be NSFW.
Clik here to view.

How To Assemble and Code the SparkFun Robotic Claw with Pan and Tilt for...

For Christmas 2012 I got the SparkFun Robotic Arm. I was unable to find any beginners guides that encompassed the full assembly and code. Here is my attempt. As a warning, I have no background...

View Article

Example Code SparkFun Robotic Arm

Here is some more example code for a 3 servo arm. I call this the robot demo. It simply moves the robot around slowly. /* Robot demo */ #include // servo library Servo servo1; //base-pan Servo servo2;...

View Article

More Example Code SparkFun Robotic Arm

I have continued to tweak the code for the robot demo. I call this code Robot Instructions. It allows me to call two different functions. The first function moves the arm very quickly and the second...

View Article

Even More Example Code SparkFun Robotic Arm

This code allows you to control the arm with serial commands.  The keys 1-6 are used to control the servos. /* Robot console This code will control the arm via serial commands */ #include Servo.h Servo...

View Article


Image may be NSFW.
Clik here to view.

SparkFun Robotic Arm Clock with Ethernet Shield

After I learned how to code the Arduino and work with the SparkFun claw, I wanted to build something that could be useful, stay out of the way, and always be running. I settled on a clock. To...

View Article

Image may be NSFW.
Clik here to view.

pfSense, Squid, and Splunk free

pfSense and Squid I am continuously impressed with the amount and quality of free software that is available on the internet. pfSense is an open source firewall based on FreeBSD with a web based...

View Article

Splunk free Configuration

Splunk Free This is the second post in how to setup pfSense, Squid, and Splunk. Here is a link to the first post, pfSense, Squid, and Splunk free Sometime around 2013 Splunk switched to a paid and free...

View Article


Image may be NSFW.
Clik here to view.

Rogue System Detection with Splunk

This Splunk search allows you to be alerted when a new IP is seen by Bro. The requirements for this alert to work are the bro_known_hosts log and a CSV with all allowed IP addresses. Setup the CSV as...

View Article


Python 2.7 Tkinter GUI Example Code

Some example code for future reference. # This accepts preformatted text from textedit and formats it from bs4 import BeautifulSoup import collections import Tkinter as tk import sys class...

View Article
Browsing all 10 articles
Browse latest View live




Latest Images