Communicating at a distance, from Greek "tele" for distance!
A very cool thing about telecommunication is, besides how incredibly fast it advanced (in this sense it is no cooler than integrated circuit development), how much physics and information theory is involved in it. Applications of telecommunication implementation spill over to other fields, e.g. some proposed quantum computing approaches are remarkably related to telecommunication technology, e.g. microwaves and silicon photonics.
This understanding made Ciro Santilli wish he had opted for telecommunication engineering when he was back in school in Brazil. For some incomprehensible reason, telecommunications was the least competitive specialization in the electric engineering department at the time, behind even power electronics. This goes to show both how completely unrelated to reality university is, and how completely outdated Brazil is/was. Sad stuff.
Video 1. Testing and Circuit for a Condenser microphone by RSD Academy (2018) Source.
Not very numerical, but shows a simple working breadboard circuit and an oscilloscope. He whistles with his mouth to get a pretty pure frequency.
That type of microphone requires a bias voltage. The circuit is in Ciro's ASCII art circuit diagram notation:
DC_9---R_10k--+--MICROPHONE--+--G
              |              |
              +-------V------+
Video 2. Soundwaves on an oscilloscope by Animated Science (2015) Source. Dude speaking to microphone. Some analysis of how different sounds look like. No circuit diagram.
One encoding to rule them all, and in the darkness bind them.
Very interesting story! A predecessor to microwave transmission for trading.
Video 1. How The First Ever Telecoms Scam Worked by Tom Scott (2018) Source. Amazing how they used control signals to hide the information from officials on either side.
We are at a point in history where the electrical telegraph is well established.
But people don't want to press letters one by one on a switch. They want to talk!
The first phones appear to have used telegraph lines directly.
Also wired phones don't require modulation, which likely made their development much easier than wireless voice transmission. You just send the signal as a voltage differential directly obtained from the air pressure: how the telephone works.
Video 1. Phone Intercom by Make (2014) Source. This video illustrates will the incredible simplicity of the connection of a telephone system. Compare that to the relative complexity of wireless communication, which requires modulation.
Video 2. Making a Microphone Work with an Oscilloscope by Environmental Radiation LLC (2012) Source. Not the most detailed setup, but good.
This section is about telecommunication systems that are based on top of telephone lines.
Telephone lines were ubiquitous from early on, and many technologies used them to send data, including much after regular phone calls became obsolete with VoIP.
These market forces tended to eventually crush non-telephone-based systems such as telex. Maybe in that case it was just that the name sounded like a thing of the 50's. But still. Dead.
Video 1. Long Distance by AT&T (1941) Source. youtu.be/aRvFA1uqzVQ?t=219 is perhaps the best moment, which attempts to correlate the exploration of the United States with the founding of the U.S. states.
Not a telephone-based system, needing its own network, and was killed particularly by fax which is. Telex evolved from the Telegraph, which is a binary system at the physical layer.
Video 1. Siemens T1000 Fernschreiber by dragonforces (2015) Source.
Uses telephone lines, and therefore were still usable much much after the Internet made them obsolete, which is quite funny.
Video 1. Teletype ASR 33 Part 10: ASR 33 demo by CuriousMarc (2020) Source.
Video 2. Fax Machine by Museum of Obsolte Objects (2011) Source.
Heinrich Hertz's main initial experiment used a spark-gap transmitter. It is not something that transmits recorded sounds like voice: it only transmits noisy beeps. And as such was used for
Video 1. Hertz Experiment on Electromagnetic Waves by Ludic Science (2015) Source. Simplified recreation with cheap modern equipment. Uses as transmitter power source both:
and the signal is observed on the receiver with a neon lamp
Video 2. Hertz and Radio waves Explained by PhysicsHigh (2016) Source. Simple schematics showing the basics of the experiments. No choice of components rationale.
Modulation basically means encoding data on a carrier wave.
Image that we are at a point in history where spark-gap transmitters can send Morse code.
But now people want to send voice. How to do it?
It would not be practical without modulation: Why can't you send voice without modulation?
Figure 1. AM vs FM. Source.
Basically, the antenna has to be very, very large, more comparable to wavelength. E.g. even for the higher pitches, we fall in very low frequency, so have a look at the size of some of the submarine VLF antennas! They are like football pitch sized.
Early transmitters such as the spark-gap transmitter could only send noises to send Morse code.
To send voice and music, amplitude modulation had to be developed. And a key ingredient of this is the carrier wave.
The problem is, the carrier wave needs to have somewhat high frequencies, in the hundreds of kHz TODO why. But as you might imagine, that is hard to achieve by mechanical means such as a hand cranck like Hippolyte Pixiis alternator!
Interestingly, some of the first carrier wave generators were actually mechanical, e.g. the Alexanderson alternator.
But clearly such mechanical machines were not very scalable, and soon more electronic devices were introduced, notably the vacuum tube.
Video 1. Radio Wave Properties: Electric and Magnetic Dipole Antennae by Harvard Natural Sciences Lecture Demonstrations (2020) Source. The dude lights bulbs on an antenna made of a single piece of copper, powered with EM radiation. Amazing.
Figure 1. Dipole antenna receiver animation. Source.
Figure 2. Dipole antenna transmitter animation. Source.
As well put by Wikipedia, a radio raceiver has to perform three functions on the signal from the antenna:
  • filtering, so you can tune the the station you care about. This filters based on the frequency of the carrier wave you want. I.e. you use a bandpass filter.
  • amplification: otherwise you won't be able to hear anything if the emitter is too far away
  • demodulation: this means decoding the signal based on whatever way it was encoded, notably e.g. AM/FM
The first type of device that allowed sending Morse code without wires, as opposed to the wired electrical telegraph that previously existed.
Naval communications was one of the first major applications, as you can't have wires on boats!
Wireless voice transmission came about with modulation.
Video 1. Spark-gap transmitter at the at the The Museum of Radio and Technology Jeri Ellsworth (2017) Source.
Video 2. Marconi Spark Gap Transmitter Demonstration by Canada Science and Technology Museum (2012) Source.
Founder: Peter Armstrong
The general idea is publishing entire books with usual copyright, but with gradual updates.
ruboss.com/ documents their stack, a somewhat similar choice to OurBigBook.com as of 2021, notably Next.js. But backend in Ruby on Rails. They actually managed Apollo/GraphQL, which Ciro Santilli would have liked, but din't have the patience for.
The founder/CEO Peter Armstrong www.linkedin.com/in/peterburtonarmstrong/ He looks like a nice guy.
In leanpub you write your book in a markdown variant they call Markua, marketed as "markdown for books".
TODO is there a reference implementation that runs locally for HTML output? Or the only reference implementation is closed under leanpub?