This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| beam_robotics [2009-01-12 10:25] – davegriffiths | beam_robotics [2025-11-25 11:16] (current) – [Suspended Bicore] nik | ||
|---|---|---|---|
| Line 15: | Line 15: | ||
| The control mechanism of a BEAM robot is a set of analogue circuits which are broadly biologically inspired, and can be connected together to provide fixed control signals (for tasks such as moving a multi-legged walker) or have sensors integrated into them to provide a link to the outside world. There is a distinctive language developed for the construction of these circuits, which I'll attempt to explain a bit of below. | The control mechanism of a BEAM robot is a set of analogue circuits which are broadly biologically inspired, and can be connected together to provide fixed control signals (for tasks such as moving a multi-legged walker) or have sensors integrated into them to provide a link to the outside world. There is a distinctive language developed for the construction of these circuits, which I'll attempt to explain a bit of below. | ||
| - | ==Nv Neuron== | + | ====Nv Neuron==== |
| {{http:// | {{http:// | ||
| Line 29: | Line 29: | ||
| Schematic of the 7404 | Schematic of the 7404 | ||
| - | ==Nv Neuron Array/ | + | ====Nv Neuron Array/ |
| Nv neurons can be stacked together in arrays, where signals will be propagated slowly along them. | Nv neurons can be stacked together in arrays, where signals will be propagated slowly along them. | ||
| Line 43: | Line 43: | ||
| These bicores are the workhorses of BEAM robot brains, and are used to provide oscillating signals which can be controlled from other Nv neurons, or directly from sensor input. | These bicores are the workhorses of BEAM robot brains, and are used to provide oscillating signals which can be controlled from other Nv neurons, or directly from sensor input. | ||
| - | ==Suspended Bicore== | + | ====Suspended Bicore==== |
| With some modifications, | With some modifications, | ||
| - | {{http:// | + | {{: |
| - | {{http:// | + | {{: |
| By playing with the values of the components, different oscillation patterns can be made. | By playing with the values of the components, different oscillation patterns can be made. | ||
| Line 59: | Line 59: | ||
| ====FLED Solar Engine==== | ====FLED Solar Engine==== | ||
| - | {{http:// | + | |
| + | {{: | ||
| The LED is a flashing type, and is used for detecting when the voltage across the capacitor reaches around 2v - then it turns on and trips the transistor into dumping all the power to the motor. The bigger the capacitor, the more charge it will store. This method is known as a FLED Solar engine. | The LED is a flashing type, and is used for detecting when the voltage across the capacitor reaches around 2v - then it turns on and trips the transistor into dumping all the power to the motor. The bigger the capacitor, the more charge it will store. This method is known as a FLED Solar engine. | ||
| < | < | ||
| + | |||
| + | Movement for free! (Well, using a desk lamp on a dull winters day like today...) | ||
| ====1381 Solar Engine==== | ====1381 Solar Engine==== | ||
| Line 71: | Line 74: | ||
| ====Timed Solar Engine==== | ====Timed Solar Engine==== | ||
| - | Another method is to just have a timer waiting a set time for the capacitor to charge. This can be useful if that fits the application better, but it's less efficient than the methods above, as you need some power to run the timer. I tried this with a 555 IC, but the power coming from the solar cell was insufficient to run the timing chip. | + | Another method is to just have a timer waiting a set time for the capacitor to charge. This can be useful if that fits the application better, but it's less efficient than the methods above, as you need some power to run the timer. I tried this with a 555 IC, but the power coming from the solar cell was insufficient to run the timing chip. It might be possible with a 7555 - the low power cmos version of the 555 timer. |
| ===BEAM types=== | ===BEAM types=== | ||