Skip to content
View brocksprogramming's full-sized avatar
  • Eugene, OR
Block or Report

Block or report brocksprogramming

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Pinned Loading

  1. Analog read from serial green Analog read from serial green
    1
    //This software was made in hopes of pioneering machine learning gloves. The main application is for typing on any hard surface without a keyboard.
    2
    
    
    3
    
    
    4
    //    Copyright (C) 2020  Brock Sterling Lynch
    5
    
    
  2. Get serial data from analog sensors ... Get serial data from analog sensors on Arduino Lilypad. Create serial com ports and siphen data through RegExp in Python. Emptying the serial data buffers is pivotal to this working. Also, be careful where you open the serial connection.
    1
    '''
    2
    This software was made in hopes of pioneering machine learning gloves. The way the program is setup, the main application is for typing on any hard surface without a keyboard.
    3
    4
        Copyright (C) 2020  Brock Sterling Lynch
    5
  3. Arduino serial script to be sent ove... Arduino serial script to be sent over to pythonserialmlgloves
    1
    // This software was made in hopes of pioneering machine learning gloves. The main application is for typing on any hard surface without a keyboard.
    2
    // Copyright (C) 2020  Brock Sterling Lynch
    3
        /*
    4
        This program is free software: you can redistribute it and/or modify
    5
        it under the terms of the GNU General Public License as published by
  4. MLGlovesMLModel1.1.py MLGlovesMLModel1.1.py
    1
    '''
    2
    This software was made in hopes of pioneering machine learning gloves. The way the program is setup, the main application is for typing on any hard surface without a keyboard.
    3
    4
        Copyright (C) 2020  Brock Sterling Lynch
    5