christopherpeplin.com christopherpeplin.com

christopherpeplin.com

Christopher Peplin

99;ontact@rhubarbtech.com. FCC Call Sign: KB3TLD. Software Engineer at Uber ATC. Research Scientist at Ford Motor Company (see the OpenXC Platform. Studied at Carnegie Mellon University. And the University of Michigan. Python API for Bluetooth Low Energy. OpenXC Vehicle Interface Firmware. OpenXC-compatible CAN and OBD-II firmware for PIC32 and LPC1768. Android library and app for accessing vehicle data from an OpenXC vehicle interface. JavaScript visualization of OpenXC vehicle data traces. July 26, 2013.

http://www.christopherpeplin.com/

WEBSITE DETAILS
SEO
PAGES
SIMILAR SITES

TRAFFIC RANK FOR CHRISTOPHERPEPLIN.COM

TODAY'S RATING

>1,000,000

TRAFFIC RANK - AVERAGE PER MONTH

BEST MONTH

November

AVERAGE PER DAY Of THE WEEK

HIGHEST TRAFFIC ON

Saturday

TRAFFIC BY CITY

CUSTOMER REVIEWS

Average Rating: 4.3 out of 5 with 6 reviews
5 star
2
4 star
4
3 star
0
2 star
0
1 star
0

Hey there! Start your review of christopherpeplin.com

AVERAGE USER RATING

Write a Review

WEBSITE PREVIEW

Desktop Preview Tablet Preview Mobile Preview

LOAD TIME

0.3 seconds

CONTACTS AT CHRISTOPHERPEPLIN.COM

Contact Privacy Inc. Customer 0125611011

Contact Privacy Inc. Customer 0125611011

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ch●●●●●●●●●●●●●●●●●●●@contactprivacy.com

View this contact

Contact Privacy Inc. Customer 0125611011

Contact Privacy Inc. Customer 0125611011

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ch●●●●●●●●●●●●●●●●●●●@contactprivacy.com

View this contact

Contact Privacy Inc. Customer 0125611011

Contact Privacy Inc. Customer 0125611011

96 M●●●● Ave

To●●to , ON, M6K 3M1

CA

1.41●●●●5457
ch●●●●●●●●●●●●●●●●●●●@contactprivacy.com

View this contact

Login

TO VIEW CONTACTS

Remove Contacts

FOR PRIVACY ISSUES

DOMAIN REGISTRATION INFORMATION

REGISTERED
2005 July 03
UPDATED
2014 July 02
EXPIRATION
EXPIRED REGISTER THIS DOMAIN

BUY YOUR DOMAIN

Network Solutions®

DOMAIN AGE

  • 18

    YEARS

  • 10

    MONTHS

  • 9

    DAYS

NAME SERVERS

1
ns1.hover.com
2
ns2.hover.com

REGISTRAR

TUCOWS DOMAINS INC.

TUCOWS DOMAINS INC.

WHOIS : whois.tucows.com

REFERRED : http://domainhelp.opensrs.net

CONTENT

SCORE

6.2

PAGE TITLE
Christopher Peplin | christopherpeplin.com Reviews
<META>
DESCRIPTION
99;ontact@rhubarbtech.com. FCC Call Sign: KB3TLD. Software Engineer at Uber ATC. Research Scientist at Ford Motor Company (see the OpenXC Platform. Studied at Carnegie Mellon University. And the University of Michigan. Python API for Bluetooth Low Energy. OpenXC Vehicle Interface Firmware. OpenXC-compatible CAN and OBD-II firmware for PIC32 and LPC1768. Android library and app for accessing vehicle data from an OpenXC vehicle interface. JavaScript visualization of OpenXC vehicle data traces. July 26, 2013.
<META>
KEYWORDS
1 christopher peplin
2 identity
3 peplin
4 openpgp key d963bfaf
5 résumé
6 code more
7 the openxc platform
8 pygatt
9 openxc android library
10 vehicle data visualization
CONTENT
Page content here
KEYWORDS ON
PAGE
christopher peplin,identity,peplin,openpgp key d963bfaf,résumé,code more,the openxc platform,pygatt,openxc android library,vehicle data visualization,posts more,maximum bluesmirf,photography more,posts
SERVER
GitHub.com
CONTENT-TYPE
utf-8
GOOGLE PREVIEW

Christopher Peplin | christopherpeplin.com Reviews

https://christopherpeplin.com

99;ontact@rhubarbtech.com. FCC Call Sign: KB3TLD. Software Engineer at Uber ATC. Research Scientist at Ford Motor Company (see the OpenXC Platform. Studied at Carnegie Mellon University. And the University of Michigan. Python API for Bluetooth Low Energy. OpenXC Vehicle Interface Firmware. OpenXC-compatible CAN and OBD-II firmware for PIC32 and LPC1768. Android library and app for accessing vehicle data from an OpenXC vehicle interface. JavaScript visualization of OpenXC vehicle data traces. July 26, 2013.

INTERNAL PAGES

christopherpeplin.com christopherpeplin.com
1

chipKIT Compatible Arduino-based Makefile

http://christopherpeplin.com/2011/12/chipkit-arduino-makefile

ChipKIT Compatible Arduino-based Makefile. December 9, 2011. Is a great platform for rapid prototyping hardware devices. If you need to squeeze a bit more performance out of your project, I’ve recently found the Digilent chipKIT. A great drop-in replacement board. The chipKIT is based on the PIC32 microcontroller (as opposed to the Ardunio’s Atmel ATmega chips), and thus uses a different toolchain for compiling. The folks at Digilent have kindly released a new version of the Arduino IDE renamed MPIDE.

2

Filesystem Music Collection Sync to Rdio

http://christopherpeplin.com/2011/08/rdio-filesystem-collection-sync

Filesystem Music Collection Sync to Rdio. August 23, 2011. Is pretty neat, but I’ve been missing out on some of the fun because I can’t sync my music collection to my Rdio account. I don’t use iTunes or Windows Media Player, so the Rdio Desktop. Music Collector doesn’t do me much good. Thankfully, there’s a great Rdio API. The tool is available on GitHub at rdiosync. I hope it’s helpful for someone else, too.

3

Configuring Bluetooth modules with AT-commander

http://christopherpeplin.com/2013/07/09/at-commander

Configuring Bluetooth modules with AT-commander. July 9, 2013. As a part of the OpenXC platform. I have released the AT-commander. C library to help programatically configure Bluetooth devices like the Roving Networks RN-42. The RN-42 based BlueSmirf from SparkFun is a great development board for prototyping Bluetooth applications, and it’s fairly easy to configure. It uses an AT command set (here’s the entire command set for the RN-42. After which point you can use the various AT commands. Is a C librar...

4

Maximum BlueSMirF.

http://christopherpeplin.com/2013/07/26/uart-hardware-flow-control

July 26, 2013. If you are using a Roving Networks RN-42. And need to get anywhere the maximum throughput ( 23KB/s), you must use hardware flow control on the UART interface. Until I started working at Ford on the OpenXC Platform. Most embedded concepts were new to me. I had used the Arduino. Quite bit, but didn’t go much beyond the capabilities of the Arduino libraries. When I started work to evolve the first OpenXC prototypes into a more robust firmware for the chipKIT ( VI firmware. Exceptit really doe...

5

Maximizing USB Bulk Transfer Throughput

http://christopherpeplin.com/2012/02/bulk-usb-throughput

Maximizing USB Bulk Transfer Throughput. February 6, 2012. Ever get so stuck on a problem that web searches only lead back to your own forum post with the original question? This post is hopefully an end to that for some people. A few months ago, I ran into a performance problem with USB bulk transfers on the chipKIT, an Arduino-compatible PIC32 microcontroller. I posed this question to the chipKIT and Microchip communities:. At Ford, we created a device for the OpenXC. While(true) { while(usb.Handle...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL PAGES IN THIS WEBSITE

6

LINKS TO THIS WEBSITE

github.com github.com

peplin (Christopher Peplin) · GitHub

https://github.com/peplin

Ann Arbor, MI. X67;ithub@rhubarbtech.com. Jan 17, 2010. Javascript GPX file viewer using Google Maps, updated for API v3. Python wrapper for gatttool from BlueZ to access Bluetooth LE Devices. A P2P content distribution network for live video. DEPRECATED FORK: Arduino Makefile with chipKIT support. User notification management for the Django web framework. 374 contributions in the last year. Summary of pull requests, issues opened, and commits. Learn how we count contributions. To refresh your session.

tombuntu.com tombuntu.com

Powerful Remote Incremental Backup with rdiff-backup | Tombuntu

http://tombuntu.com/index.php/2009/08/22/powerful-remote-incremental-backup-with-rdiff-backup

News, Tips, and How-Tos for Ubuntu Linux. Powerful Remote Incremental Backup with rdiff-backup. Published in August 22nd, 2009. Posted by Tom Dryer. The last few days I have been testing backup software to automatically backup my desktop Ubuntu system. I’ve only just got it set up, but rdiff-backup. Is exactly what I was looking for and seems to be working very well. If you’re looking for an simpler graphical backup tool, check out A Guide to System Backup and Restore in Ubuntu. When operating over the n...

UPGRADE TO PREMIUM TO VIEW 1 MORE

TOTAL LINKS TO THIS WEBSITE

3

SOCIAL ENGAGEMENT



OTHER SITES

christopherpenrod.com christopherpenrod.com

christopherpenrod.com - Registered at Namecheap.com

Welcome to namecheap.com. This domain was recently registered at namecheap.com. The domain owner may currently be creating a great site for this domain. Please check back later! Products and Services from Namecheap. Purchase domain names from just $3.98 per year. You can also transfer domain from another registrar to us for the same competitive price. WhoisGuard Privacy Protection Service. Low Cost 256bit SSL Certificates.

christopherpenrodllc.biz christopherpenrodllc.biz

christopherpenrodllc.biz - Registered at Namecheap.com

Welcome to namecheap.com. This domain was recently registered at namecheap.com. The domain owner may currently be creating a great site for this domain. Please check back later! Products and Services from Namecheap. Purchase domain names from just $3.98 per year. You can also transfer domain from another registrar to us for the same competitive price. WhoisGuard Privacy Protection Service. Low Cost 256bit SSL Certificates.

christopherpenrodllc.com christopherpenrodllc.com

christopherpenrodllc.com - Registered at Namecheap.com

Welcome to namecheap.com. This domain was recently registered at namecheap.com. The domain owner may currently be creating a great site for this domain. Please check back later! Products and Services from Namecheap. Purchase domain names from just $3.98 per year. You can also transfer domain from another registrar to us for the same competitive price. WhoisGuard Privacy Protection Service. Low Cost 256bit SSL Certificates.

christopherpepe.com christopherpepe.com

Christopher Pepe Photography

christopherpepin.com christopherpepin.com

Molecular Epi

Reviews and comments about the field. Infectious Epi is a blog about epidemiology, infectious diseases, genomics, and causality. Browse the Archive ».

christopherpeplin.com christopherpeplin.com

Christopher Peplin

99;ontact@rhubarbtech.com. FCC Call Sign: KB3TLD. Software Engineer at Uber ATC. Research Scientist at Ford Motor Company (see the OpenXC Platform. Studied at Carnegie Mellon University. And the University of Michigan. Python API for Bluetooth Low Energy. OpenXC Vehicle Interface Firmware. OpenXC-compatible CAN and OBD-II firmware for PIC32 and LPC1768. Android library and app for accessing vehicle data from an OpenXC vehicle interface. JavaScript visualization of OpenXC vehicle data traces. July 26, 2013.

christopherperdue.com christopherperdue.com

Christopher Perdue

This is the website of Christopher Perdue. I am a teacher.

christopherpereira.com christopherpereira.com

Chris Pereira

Please upgrade your Flash Player. You can download the latest Flash player from get.adobe.com/flashplayer. You may bypass the detection. Or you can view the HTML version of this site.

christopherperezconsulting.com christopherperezconsulting.com

Welcome christopherperezconsulting.com

christopherperkins.com christopherperkins.com

Jenks Productions, Inc. Producing the finest bridal shows, wedding shows, home shows, pet shows, baby and family shows, consumer shows

Of Home Shows, Bridal Shows, and Pet Shows. LOOK FOR DISCOUNTS AND FREE OFFERS ON EVERY SHOW! Check out our complete show schedule HERE.

christopherperleberg.com christopherperleberg.com

Web hosting provider - Bluehost.com - domain hosting - PHP Hosting - cheap web hosting - Frontpage Hosting E-Commerce Web Hosting Bluehost

Web Hosting - courtesy of www.bluehost.com.