Skip to content
View ForrestErickson's full-sized avatar

Block or report ForrestErickson

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
ForrestErickson/README.md

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()

Pinned Loading

  1. Processing-ClientWithReconnect Processing-ClientWithReconnect Public

    A Processing network program, A Socket Client which connects and reconnects to a Server started after the Client.

    Processing

  2. Processing-ServerComeAndGoes Processing-ServerComeAndGoes Public

    A Processing network program, A Socket Server which can be disconnected or stopped with some keyboard keys.

    Processing

  3. WinkNoBlock WinkNoBlock Public

    A variation on the Blink example which does not use delay, does not block. Written for ESP32 Dev Kit.

    C++ 1

  4. OctoUNO_Product OctoUNO_Product Public

    A curve tracer based on Arduino UNO and display on PC with a Processing program DISPLAY

  5. MerakDubhe MerakDubhe Public

    A failed bench grinder becomes an equatorial mount ("turning sow's ear" into a mount)

    C++ 1

  6. Telescope_CellPhoneAdapter Telescope_CellPhoneAdapter Public

    Hold a cell phone on to a 32mm Orion Q70 eye piece

    G-code 1