Hackaday.io Hackaday.io
Projects
Recently Updated Most Likes Newest Project Lists
Discover Contests Courses Stack
More
Courses Tutorials Events Hackerspaces Profiles Hackaday.com Tindie Marketplace
Sign up Log in
Close
0%
0%

jlbrian7

Electronics/Mechanical Technician

Houston, TX
Following Follow me
Send a private message
Similar accounts worth following
1.2k Followers
99 Following
49 Projects
303 Likes
  • Projects 49
    • View All
  • Contributions 14
    • View All
  • Pages 16
    • View All
  • Following 7327
    • View All
  • Bits 154
jlbrian7
Send a private message

Who I Am

I have experience as a commercial diver and an ROV technician among other random things. My areas of interest are home automation, general tinkering, and finding fun projects for my kids.

Why I'm on Hackaday.io

I am using Projects because it allows me to share what I am working on with the people that are most likely to be interested.

Beaglebone black arduino ir python temperature radio motor control home automation thermostat energy ROV humidity xbmc hydrometer power consumption ground fault op amp Freepbx Upcycle Stellaris launchpad 9 dof sensor stick
  • GitHub
  • https://www.youtube.com/watch?v=fWdrvWMR8SQ
  • http://hackaday.com/2014/05/16/a-wifi-home-power-m

This user joined on 05/11/2014.

ASIC Design Hack Chat

My Projects

  • The 2015 Hackaday Prize
  • Official Hackaday Prize Entry
19k
4.4k
23
86
Non-intrusive feedback loop for electrical systems.
Project Owner Contributor

Power Monitor

jlbrian7jlbrian7

400
17
18
33
Adding a skull to every project on hackaday.
Project Owner Contributor

Skully

jlbrian7jlbrian7

1.4k
1.4k
2
19
This is an upcycled AM Tube Radio
Project Owner Contributor

Radio

jlbrian7jlbrian7

4.6k
70
18
19
This board is to drive a 12v 5A motor using a microcontroller.
Project Owner Contributor

12v Motor Driver

jlbrian7jlbrian7

608
19
1
16
WTF are you asking?
Project Owner Contributor

so you want to be a hacker?

jlbrian7jlbrian7

7.4k
21
5
13
Building and breaking the Android AOSP on the BBB. Android is a trademark of Google Inc.
Project Owner Contributor

Breaking Androidâ„¢

jlbrian7jlbrian7

View all 49 projects

Projects I Contribute To

24.2k
397
104
276
lol travelling salesman problem
Project Owner Contributor

Travelling Hacker Box

BenchoffBenchoff

4.5k
379
47
81
Official hackaday.io API project
Project Owner Contributor

Hackaday API

Ivan LazarevicIvan Lazarevic

2.8k
104
10
66
Hackaday.io power user hideout
Project Owner Contributor

alt.hackaday.io

HackadayHackaday

5.3k
57
42
55
A comprehensive list of @Benchoffness
Project Owner Contributor

Benchoffisms

BleckyBlecky

7.2k
63
15
52
TODO: recreate using 555
Project Owner Contributor

Hackaday.bash.org

ArsenijsArsenijs

  • The 2017 Hackaday Prize
5.4k
2k
8
48
An Arduino clone based on a TI's Tiva TM4C123G (An 80Mhz ARM M4F with USB OTG)
Project Owner Contributor

Roadrunner (the Arduino-Tiva)

JacobJacob

View all 14 projects

My Pages

  • Practicality of Wireless Communication Underwater

    05/15/2020 at 02:49 • 0 comments

    433Mhz radios communicate better than expected in fresh water, and can even break the surface barrier.  Still have to test the results with 915Mhz, and 2.4Ghz, and test everything in salt water.

  • Serial Over USB on BBB

    05/15/2020 at 02:06 • 0 comments

    http://m-embedded.blogspot.com/2015/03/embedded-serial-over-usb-on-beaglebone.html  (this is old, but simpler now)

    sudo modprobe g_serial
    
    stty -F /dev/ttyGS0 raw
    stty -F /dev/ttyGS0 -echo
    
    cat /dev/ttyGS0

    Then connect to available com port:

    Not perfect, but it will do.

    BBB:

    import serial
    comm = serial.Serial("/dev/ttyGS0", 9600)
    while True:
        data = comm.read_until(b'\r\n')
        print(data)
        comm.write(data)
    

    PC:

    import serial
    comm = serial.Serial("COM21", 9600)
    while True:
        comm.write(b"This is a test.\r\n")
        data = comm.read_until(b'\r\n')
        print(data)

  • tensorflow - cudnn

    03/04/2020 at 17:25 • 0 comments

    Jetpack 42 - CuDNN 7.5.0

    Jetpack 43 - CuDNN 7.6.3

    https://developer.download.nvidia.com/compute/redist/jp/

View all 16 pages

Things I've Built

XBMC Remote

IR remote support for XBMC.

Power Monitor

Non-intrusive feedback loop for home automation system.

Projects I Like & Follow

28.3k
77
5
44
Our streets are becoming litter with high technology joy. These forgotten scooter must be reverse engineer and given the love they deserve.
Project Owner Contributor

ES-200 Electric Scooter Unlocker

Mr. SpriggsMr. Spriggs

10.1k
262
4
55
This radio receiver is capable of receiving all MW and SW bandwidth, and can also operate as an SDR receiver, so with the help of PC and app
Project Owner Contributor

DIY SW , MW , SDR Radio with ESP32 and Si5351

mircemkmircemk

  • Hackaday Prize 2020
7.5k
37
6
46
the perfect gift to your family and friends and all you need is a 3D-printer (and some wire ;-)
Project Owner Contributor

3D-printable Davinci catapult gift card

Brian BrockenBrian Brocken

5.6k
46
0
40
True Open Source Time-Of-Flight Lidar
Project Owner Contributor

OpenTOFLidar

iliasamiliasam

  • Hackaday Prize 2020
4.4k
55
0
49
Modular ROV for underwater exploration, discovery and monitoring
Project Owner Contributor

Aruna - ROV

Noeël MoeskopsNoeël Moeskops

4k
70
11
77
In this project I use adressable RGB leds to make a linear clock. The clock will be connected to Google Calendar to show my appointments.
Project Owner Contributor

Linear Calendar Clock

MaakbaasMaakbaas

2.3k
14
8
18
Supports NTSC/PAL color composite video output, Bluetooth Classic or IR keyboards and joysticks
Project Owner Contributor

ESP_8_BIT: Atari 8 bit, NES and SMS on an ESP32

rossumurrossumur

2k
354
2
29
3D printed clock face and pointer for any clockwork
Project Owner Contributor

Spiral Clock

Thomas HeiserThomas Heiser

1.9k
44
6
41
Clone of T-rex game from Chrome browser rewritten for Arduino
Project Owner Contributor

T-Rex-duino

AlexanderAlexander

1.8k
29
1
21
Writing my own Gcode generator for pen plotter
Project Owner Contributor

Gcode Playground

Mike SzczysMike Szczys

1.6k
1.2k
8
29
A clock with 5 hands to show Time and Date
Project Owner Contributor

CalendarClock

Michael MöllerMichael Möller

1.5k
529
0
14
In this project I reverse engineer the interface between my car stereo and CD changer with the goal to replace it by my own Bluetooth PCB
Project Owner Contributor

Bluetooth CD Changer Emulator

MaakbaasMaakbaas

893
17
2
17
Atreus, just flat.
Project Owner Contributor

Flatreus Keyboard

deʃhipudeʃhipu

856
12
0
16
An ergonomic low-profile 65% keyboard.
Project Owner Contributor

Turbot Keyboard

deʃhipudeʃhipu

490
6
0
5
A full reverse engineering and rebuild of a Mitsubishi Movemaster robotic arm
Project Owner Contributor

Reviving and Reverse Engineering an Old Robot Arm

Taylor SchweizerTaylor Schweizer

351
347
0
3
Developing a cheap DIY alternative to expensive machined ballscrew actuators (with a little less precision). For humanoid robots.
Project Owner Contributor

3D Printed Ballscrew Linear Actuator

AnthroboticsAnthrobotics

275
4
1
5
A light up music experience made of new components housed in trash
Project Owner Contributor

Party Toaster 2.0

EricEric

50
2
0
1
Abersailbot from Aberystwyth University launched the XPB challenge (eXperimental Polystyrene Boat competition)
Project Owner Contributor

RC laser looking autonomous sailbot

AberSailbotAberSailbot

View all

Share this profile

Share

Bits

Log In/Sign up to comment

Become a Hackaday.io Member

Create an account to leave a comment. Already have an account? Log In.

Sign up with Github
Sign up with Twitter
OR
Daren Schwenke wrote 05/19/2019 at 01:28 • point

Thank you for the Like of the #FilaMecanum project!  We are almost to actually getting to see if this is going to work as intended..  :)

  Are you sure? yes | no

Daren Schwenke wrote 03/25/2019 at 16:31 • point

Thank you for the Like of my #Parametric Box Generator project!

  Are you sure? yes | no

Brian Cornell wrote 11/20/2018 at 18:49 • point

Thanks for liking Data Logger!  https://hackaday.io/project/161797-data-logger

  Are you sure? yes | no

Vittorio Loschiavo wrote 04/05/2018 at 04:34 • point

Thanks for your like to my project.

https://hackaday.io/project/86940-snowplow-robot

  Are you sure? yes | no

esot.eric wrote 02/09/2018 at 00:24 • point

Hey, jlb! thanks for liking my single-comparator flip-flop shenanigans

  Are you sure? yes | no

David H Haffner Sr wrote 01/26/2018 at 07:10 • point

Thank you for the like :)

  Are you sure? yes | no

Andrea De Napoli wrote 08/05/2017 at 23:43 • point

Hey there, thanks for liking my #Shift register  project 

  Are you sure? yes | no

Radu Motisan wrote 08/03/2017 at 17:38 • point

Thanks!

  Are you sure? yes | no

kp wrote 07/17/2017 at 20:25 • point

Thank you for liking my project.

  Are you sure? yes | no

Dennis wrote 07/14/2017 at 00:14 • point

Thanks for liking my project InspectorBot !

  Are you sure? yes | no

Craig Hissett wrote 06/20/2017 at 10:17 • point

Thanks for the like on #Aquariumatic!

  Are you sure? yes | no

Bharbour wrote 06/19/2017 at 01:33 • point

Thanks for liking my Garden Fountain Project

  Are you sure? yes | no

Wassim wrote 05/06/2017 at 08:57 • point

Thank you for the "like" of #Home Smart Mesh, I like your idea of "likes" for all, that enhances the social communication. If you have any questions, ideas or recommendations, your comments on the project's page are also welcome.

  Are you sure? yes | no

Dylan Brophy wrote 04/28/2017 at 04:36 • point

Thanks Jlbrian for skulling my #Open Source Graphics Card!

  Are you sure? yes | no

Anool Mahidharia wrote 04/28/2017 at 03:59 • point

Thanks for skulling our #ULTiM8x8 project !

  Are you sure? yes | no

Morning.Star wrote 04/23/2017 at 08:48 • point

Hi JLBrian, Thanks for the skull on #Bendertech

  Are you sure? yes | no

Jon Thomasson wrote 04/21/2017 at 01:45 • point

Thanks for the skull!

  Are you sure? yes | no

danjovic wrote 04/06/2017 at 01:45 • point

Thanks again, this time for liking the #Ugly USB !

  Are you sure? yes | no

Afdhal Atiff Tan wrote 04/05/2017 at 17:00 • point

Hey, thank you for liking my battery balancer project :)

  Are you sure? yes | no

Dennis wrote 03/28/2017 at 02:18 • point

Thanks for liking my project Anna2 aka A2 the agbot!

  Are you sure? yes | no

Next

Send a private message to jlbrian7

Become cool instantly

Create your Hackaday.io profile like jlbrian7 and many others

Going up?

About Us Contact Hackaday.io Give Feedback Terms of Use Privacy Policy Hackaday API

© 2021 Hackaday

Report user as inappropriate

You are about to report the user "jlbrian7", please tell us the reason.