Welcome to Hackster!
Hackster is a community dedicated to learning hardware, from beginner to pro. Join us, it's free!
ihacklab
Published © GPL3+

ELFS: Engineered Life Forms Systems

This project uncovers how life and everything else emerges based on the principles of Generated Emergence - the Single Theory of Everything.

AdvancedShowcase (no instructions)178
ELFS: Engineered Life Forms Systems

Things used in this project

Hardware components

9V battery (generic)
9V battery (generic)
×1
Arduino UNO
Arduino UNO
×1
Ultrasonic Sensor - HC-SR04 (Generic)
Ultrasonic Sensor - HC-SR04 (Generic)
×1
SG90 Micro-servo motor
SG90 Micro-servo motor
×1
Slide Switch
Slide Switch
×1
5 mm LED: Red
5 mm LED: Red
×1

Story

Read more

Schematics

An Aneural System

This is a simple aneural system that represents a brain without the brain.

Code

A sample Aneural System Codex

Arduino
This code showcases how to store information in a digital and analog environment.
 /*
  This project turns On and Off an LED.
 */

// Setup pin 4 
void setup() 
{
  pinMode(4, OUTPUT);
}

// Turn on all LEDs once
void loop() 
{
  digitalWrite(4, HIGH);          // switch on pin 4 
  Delay
  digitalWrite(4, LOW);          // switch on pin 4   

}




// This project is part of the ihacklab Manual
// Copies are welcome to be shared or distributed publicly 
// as long proper citations are observed. 
// Please cite as follows: 
// Biotronics: The Silver Species, Joey Lawsin, 1988, USA.

Credits

ihacklab
12 projects • 22 followers
Contact

Comments

Please log in or sign up to comment.