Giter Site home page Giter Site logo

Forrest Lee Erickson 👋

CAUTION Amused Scientist (I am not mad yet. Thou I am angry about the world not living up to the potential science can offer.)

B.S. Physics, U of MN
Hobbies in no particular order:

  • Amateur Astronomy
  • ESP32
  • Arduino and Artuino UNO
  • KiCad
  • FreeCAD
  • RPi
  • Linux
  • Amateur Radio (KE4AXQ)
  • Wood & metal working
  • Private Pilot
  • SCUBA
  • Archeology
  • Paleontology
  • Freethought (fighting supernatural nonsense where ever found.)

Recently (2022) I have been volunteering with Public Invention on the GPAD project. See:https://github.com/PubInv/general-alarm-device

Other:
Facebook: https://www.facebook.com/forrest.erickson.5
Youtube: https://www.youtube.com/@forresterickson6225

Super Power

Novel and diverse spelling

Something for many programs

// Program information
#define COMPANY_NAME "Amused Scientist"
#define PROG_NAME "Explosive_Space_Modulator"
#define VERSION "; Rev: 0.99" //
#define DEVICE_UNDER_TEST "Hardware: Illudium Q-36" //A model number
#define LICENSE "GNU Affero General Public License, version 3 "
#define WARRANTY "Designed to kill you and render the earth uninhabitable, but not guaranteed to do so."

void printProgramInfo() {
Serial.print(COMPANY_NAME);
Serial.print(PROG_NAME);
Serial.println(VERSION);
Serial.println(DEVICE_UNDER_TEST);
Serial.println(LICENSE);
Serial.println(WARRANTY);
Serial.print("Compiled at: ");
Serial.println(F(__DATE__ " " __TIME__) ); //compile date that is used for a unique identifier
}//end printProgramInfo()

Forrest Lee Erickson's Projects

adcfreerunningmode icon adcfreerunningmode

A Combination of FreeRunning ADC from a blog, and Writing to Array Inspired by Girino But Simpler.

aprilsky2024 icon aprilsky2024

A power point presentation on the night sky of April 2024

buzzerhorn icon buzzerhorn

A BuzzerHorn to Fit a Piezo Transducter, 12.2mm x 6.5mm

bwe icon bwe

Best Widget Ever, a product development template.

currentmonitor icon currentmonitor

Connect in line with power supply to load and measure voltage drop across a selectable resistance.

esp32mac icon esp32mac

Reads the ESP32 chip ID and puts it into the form of a MAC address

esp32mdns_mac icon esp32mdns_mac

Reads the ESP32 chip ID and puts it into the form of a MAC address. Composes a unique mDNS domain name composed of the PRODUCT_NAME and the MAC Reports unique mDNS domain name on serial port Serves a web page with the mDNS and suggests making a QT code of same. Winks LED

fanrpm icon fanrpm

A Controller for a Four Wire Brushless DC Fan

fsm_clock icon fsm_clock

A clock with the face of the FSM bringing life to humanity.

general-alarm-device icon general-alarm-device

A general purpose alarm device (with software) as a module for medical devices (and others), Lee's Fork

girino-fork icon girino-fork

A fork of Girino fixing the error "Girino.h:84:18: error: 'HardwareSerial::HardwareSerial' is not a type"

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.