Will Sinatra's Pinout Pebble App adapted to the larger screen size of the Pebble Time 2 https://krei.lambdacreate.com/Pebble/Pinout
Find a file
2026-06-24 15:03:09 -07:00
.img update readme, add icons (thank you again mio!) 2025-03-08 18:33:46 +00:00
resources begin porting to PT2 2026-06-24 14:31:52 -07:00
scripts there is no sdk 4, just 3, add a temporary icon for testing 2025-03-08 18:18:40 +00:00
src/c begin porting to PT2 2026-06-24 14:31:52 -07:00
.gitignore update gitignore 2026-06-24 15:03:09 -07:00
.lock-waf_linux2_build Rework application to be menu based, add assets from mio!! 2025-03-08 05:55:35 +00:00
package.json begin porting to PT2 2026-06-24 14:31:52 -07:00
README.md add banner to readme! 2025-03-09 03:06:12 +00:00
wscript Quick and dirty Pebble app to display RJ45 T-568B pinouts (and the time) 2022-06-02 14:43:41 -04:00

What?

Banner

A Pebble smartwatch app that displays various cable pinout diagrams. Perfect for those times you find yourself 30ft up a ladder tipping cables!

Application Menu RJ45A Pinout RJ45B Pinout RJ45A Crossover Pinout RJ45B Crossover Pinout

Unfortunately this is only designed to work on the basalt platform as it relies heavily on colored assets. While it does run on Aplite and up, it's not exactly functional in black & white.

Why this specifically?

Really I just don't want to think about what the various cable pinouts are for the various times I find myself doing these sorts of things. Of all the things I could keep active in my head, this just isn't one of them. Fortunately, I've had my pebble by my side for around 10 years now and at this point I think it's safe to say, this is the best and safest reference for this sort of information!

Currently the app only supports RJ45 pinouts, this was a deliberate scoping decision so that the appl could be completed during the 2025 Rebble Hackathon. I'll probably add more cable types later though!

Attributions

All graphical resources were designed and contributed by Mio. This app wouldn't look half as good, or be nearly as functional without their help, and it is sincerely appreciated!!

Building the app

This assumes you have a working pebble sdk, the old 2.7 one available in the rebble hackathon VM. There is nothing new or interesting here, yet! Hopefully new dev tools will mean new instructions!

Build:

pebble build

Test:

pebble install --emulator basalt

Install:

pebble install --phone $ip.addr.of.phone

License

MIT License

Copyright (c) [2025] [Will Sinatra]

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.