Hi everyone,
I got bored, so i designed this XD:
Im designing a device that is a payload on a rocket. The rocket goes as high and far as it can, releases the payload and then the payload hits the ground. Then the little BEAM bot inside goes for a wonder for the rest of its life. But the cool part is that it transmits data about its surroundings using a very crude system of 555's, counters, binary and radio.
The sensors consist of an LDR and Thermistor. They connect to their own 555 astable timer circuit. Depending on the resistances of these it changes the frequency of the 555's. They connect to a binary counter so it crudely converts them to four bit numbers. The main clock will stop the counters from counting and then enables another counter. This then goes through a system which converts the parallel 8 bit data into single pulses.
Two radio signals are sent, a start clock and the data.
So i get this:
Now, the data gets split up into two four bit numbers, 1011 and 0101
This is the data recorded by the counters and i can tell from the pulses what the temp and light intensity is like....
So looking at those two numbers i can say that it is Bright and quite hot!
What do you think?
Also the simulation works!

Uploaded with ImageShack.us

Uploaded with ImageShack.us
FOrgot to change that it needs to send 9 pulses so the last pulse resets the shift registers on the reciver.
I got bored, so i designed this XD:
Im designing a device that is a payload on a rocket. The rocket goes as high and far as it can, releases the payload and then the payload hits the ground. Then the little BEAM bot inside goes for a wonder for the rest of its life. But the cool part is that it transmits data about its surroundings using a very crude system of 555's, counters, binary and radio.
The sensors consist of an LDR and Thermistor. They connect to their own 555 astable timer circuit. Depending on the resistances of these it changes the frequency of the 555's. They connect to a binary counter so it crudely converts them to four bit numbers. The main clock will stop the counters from counting and then enables another counter. This then goes through a system which converts the parallel 8 bit data into single pulses.
Two radio signals are sent, a start clock and the data.
So i get this:
Rich (BB code):
Start clock: 10000000
Data : 10110101
This is the data recorded by the counters and i can tell from the pulses what the temp and light intensity is like....
So looking at those two numbers i can say that it is Bright and quite hot!
What do you think?
Also the simulation works!

Uploaded with ImageShack.us

Uploaded with ImageShack.us
FOrgot to change that it needs to send 9 pulses so the last pulse resets the shift registers on the reciver.
Last edited: