Networking & IoT
WiFi, Bluetooth, MQTT, LoRa and ESP-NOW. Getting a reading off the board and somewhere you can actually see it.
26. IR Communication
Learn infrared communication (one board receives, one sends); outcome: sender sends IR codes on a timer, receiver prints received codes on serial; you can also point a normal remote at the receiver and see the key codes.
41. Project: IR Remote LED
Project: control LED with IR remote; outcome: one button turns the LED on, another turns it off; serial prints each button's command and the action.

Infrared Photodiode
The receiving half of a break-beam pair, without the 38 kHz demodulator a remote needs — so it reports light level rather than messages.

Infrared Transmitter
A bare infrared LED for line-of-sight signalling and the sending half of a break-beam pair — no carrier, no protocol, just light you cannot see.

IR Receiver
A Vishay TSOP18138 38 kHz infrared receiver on a TinkerBlock board: SIGNAL idles HIGH and goes LOW while a remote sends, and the IRremote library turns those lows into an address and a command.

IR Sender
An Everlight IR908-7C 940 nm infrared LED, switched by a transistor, on a TinkerBlock board. SIGNAL HIGH lights it; your microcontroller makes the 38 kHz carrier, and one 150 Ω resistor decides how far it reaches.
Connect to Wi-Fi
Join a network, survive a reboot, and stop hard-coding your password into a file you will later push to GitHub.