Skip to content

Instantly share code, notes, and snippets.

View brocksprogramming's full-sized avatar

Brock brocksprogramming

  • Eugene, OR
View GitHub Profile
@brocksprogramming
brocksprogramming / AnalogReadSerialGreen.ino
Last active July 3, 2021 16:58
Analog read from serial green
//This software was made in hopes of pioneering machine learning gloves. The main application is for typing on any hard surface without a keyboard.
// Copyright (C) 2020 Brock Sterling Lynch
// This program is free software: you can redistribute it and/or modify
// it under the terms of the GNU General Public License as published by
// the Free Software Foundation, either version 3 of the License, or
// (at your option) any later version.
@brocksprogramming
brocksprogramming / ArduinoSerialReadRed.ino
Last active July 3, 2021 17:00
Arduino serial script to be sent over to pythonserialmlgloves
// This software was made in hopes of pioneering machine learning gloves. The main application is for typing on any hard surface without a keyboard.
// Copyright (C) 2020 Brock Sterling Lynch
/*
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
@brocksprogramming
brocksprogramming / pythonserialmlgloves1.1.py
Last active August 24, 2020 04:12
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.
'''
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.
Copyright (C) 2020 Brock Sterling Lynch
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
@brocksprogramming
brocksprogramming / mlgloves1-1.py
Last active August 24, 2020 04:16
MLGlovesMLModel1.1.py
'''
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.
Copyright (C) 2020 Brock Sterling Lynch
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.