Search found 290 matches

by hlreed
Fri Feb 22, 2002 2:03 pm
Forum: Robotics
Topic: Robots are not computers
Replies: 0
Views: 4259

Robots are not computers

All the computer science in the world will not help you build a robot. Computers can be used to build robots, but the robot is not a computer. What is needed is to copy nature. Robot should be built with neurons, like we are. But, you say, "There is no way to build neurons." That was true ...
by hlreed
Mon Feb 18, 2002 1:47 pm
Forum: Robotics
Topic: Robot design tree
Replies: 0
Views: 4342

Robot design tree

A robot system is a set of actions and objects. robot = {actions, objects} Design starts with deciding what the objects are. object = {volts XOR digital XOR numeric} The object used determines the action possibilities so object must be decided first. If object = volts you are analog and have no numb...
by hlreed
Mon Feb 18, 2002 9:27 am
Forum: Robotics
Topic: Robot math 101
Replies: 0
Views: 4505

Robot math 101

To describe or design robots, you need a language. Mathematics is a language. You know some of it and the rest of it I am beginning to know. The words you need are: sets, variables, number symbols, number base, digits, system, function, arithmetic, algebra. The new math words you will need are: sens...
by hlreed
Mon Feb 18, 2002 9:17 am
Forum: General Discussion
Topic: H-bridges and other modules
Replies: 1
Views: 2015

Re: H-bridges and other modules

I have some numeric H bridge nodes. They are about 1/2 x 3 3/4 inches. They accept an integer input and produce a pulse proportional to the integer size. The node (MONode) is a PIC running a transister H bridge. Give me your email and I will send you a schematic. I have a whole system of these nodes...
by hlreed
Fri Feb 15, 2002 11:46 am
Forum: Robotics
Topic: stamp robots...
Replies: 2
Views: 4093

Re: stamp robots...

Here is Edmund Scientifics.
http://www.scientificsonline.com
by hlreed
Fri Feb 15, 2002 11:38 am
Forum: Robotics
Topic: stamp robots...
Replies: 2
Views: 4093

Re: stamp robots...

Jameco and edmund scientifics have some small kits and motors and such.<p>http://www.scientificsonline.comhttp://jameco.com<p>[ February 15, 2002: Message edited by: Harold ]</p>
by hlreed
Thu Feb 14, 2002 8:35 am
Forum: Robotics
Topic: Computing brain size and complexity
Replies: 15
Views: 12538

Re: Computing brain size and complexity

Thanks. The least possible brain function is simple negation. Neurons are a mathematical function although neither neurologists or mathematicions know that. My assumption is, since most of nature is, brains are mathematical functions. I have about 16 functions so far. The main thing is, all the func...
by hlreed
Wed Feb 13, 2002 12:01 pm
Forum: Robotics
Topic: Computing brain size and complexity
Replies: 15
Views: 12538

Re: Computing brain size and complexity

Thanks for the comment. I got interested in AI in 1958. I gave up on it in 1990. Since brains are different in size, there must be a least brain. If there is a least brain it must have a function. I have an algebra and a complete system of tools to build brains of any size. I will be glad to send yo...
by hlreed
Mon Feb 11, 2002 12:32 pm
Forum: General Discussion
Topic: electronic govener for gas engine
Replies: 29
Views: 23172

Re: electronic govener for gas engine

You sure you cannot repair the old centrifigal govorner? Nothing on it should break. If the shaft from the engine is broken, it will not turn and will not regulate. Can you look at it?<p>By the way guys, an eight bit subtraction is 256 parallel XOR operations. A = x - y is a universal control system...
by hlreed
Sat Feb 09, 2002 8:38 am
Forum: General Discussion
Topic: electronic govener for gas engine
Replies: 29
Views: 23172

Re: electronic govener for gas engine

Those centrifigal govorners were developed for the first steam engines. Amazing. The speed regulator needs to sense rotary speed, so speed is an output. The throttle regulates speed, so it will be an input for your regulator. The units are different so you need to take that into account. RPM needs t...
by hlreed
Thu Feb 07, 2002 2:06 pm
Forum: Robotics
Topic: Computing brain size and complexity
Replies: 15
Views: 12538

Re: Computing brain size and complexity

Brains, including those needed by robots are far beyond logic. To make a decent brain you cannot use computer design rules. Logic was invented to use on binary data. Boolean logic is below the level of arithmetic, that is more primative. For example a simple 8 bit subtraction is 256 exclusive or ope...
by hlreed
Thu Jan 31, 2002 2:35 pm
Forum: Robotics
Topic: Brains for robots
Replies: 3
Views: 4258

Re: Brains for robots

Hal algebra is a language that maps to HalNodes and cables that designs or describes any robot or machine with sensors and motors. Sensors read nature and write data streams. Motors read data and work on nature. Brains mediate between sensors and motors, reducing the input complexity to match that o...
by hlreed
Fri Jan 25, 2002 2:18 pm
Forum: General Discussion
Topic: Need info on PIC16C73A
Replies: 3
Views: 2878

Re: Need info on PIC16C73A

You might be able to read the code in the chips if they are not protected and you have the system. May be worth more than the chips. I don't even have PIC16C73A in my old microchip data books, but they should have ADC.
by hlreed
Thu Jan 17, 2002 2:03 pm
Forum: Robotics
Topic: A robot is....
Replies: 2
Views: 4711

A robot is....

a machine constructed to read some properties of nature, feed that to a brain or motor which writes some action on nature. The data flow is: Nature -> Sensors -> brain -> Motors -> Nature Note the loop. Sensors read nature and write data. brains mediate between sensors and motors. motor read data an...
by hlreed
Wed Jan 16, 2002 8:45 am
Forum: Robotics
Topic: rvk basic, must have DOS?
Replies: 2
Views: 4167

Re: rvk basic, must have DOS?

How would you like to have a tool that does not produce a computer program but a robot program. This tool you can write on a napkin.
http://www.halbrain.com<p>Harold