A beacon is such a radio transmitter that transmits signals in regular intervals to perform various radio measurements. The transmisison usually carries morse code, but as you’ll see in this instructable, it can include a live image taken by a small camera. Since the device will transmit using a simple radio, no wired or cellular coverage is needed, thus it can be a real off-the-grid appliance. To make it even less reliant on centralized infrastructure, we’ll use solar panels we got from Brown Dog Gadgets to power it with the sun — taking photos wouldn’t make sense in the dark anyway. Of course if you don’t have such a panel, you can skip it and use a battery, but then you’ll have to recharge it regularly.
We’ll base our solution on a Raspberry Pi, any version and model will work, so if you don’t have one already, it’s OK to buy the cheapest one. If you prefer or already have other boards, you can adapt the steps, just make sure it has audio output and one GPIO port.
You’ll also need a radio and a transparent box (more about them later) and the following electrical components:
electrical wires
1k resistor
an NPN transistor (e.g. BC337 or 2N2222)
a small relay (5 volts)
pin header connectors for the Raspberry Pi (2.54 mm / 100 mil spacing,
these can be salvaged from old PC IDE cables)
If you’d also like to build the (optional) USB Y cable, you’ll need two USB to micro USB cables and optionally a big capacitor (at least 5 volts).
For assembling the parts, you’ll need to do soldering, so make sure you have everything for that including a soldering iron and some skill.
In the following steps, we’ll cover how transmitting images over radio can work, how you’ll connect the Pi to the radio, setting up the software on the Pi and finally putting it in a neat weatherproof box along with the solar panels.
Each Friday is PiDay here at Adafruit! Be sure to check out our posts, tutorials and new Raspberry Pi related products. Adafruit has the largest and best selection of Raspberry Pi accessories and all the code & tutorials to get you up and running in no time!
Adafruit publishes a wide range of writing and video content, including interviews and reporting on the maker market and the wider technology world. Our standards page is intended as a guide to best practices that Adafruit uses, as well as an outline of the ethical standards Adafruit aspires to. While Adafruit is not an independent journalistic institution, Adafruit strives to be a fair, informative, and positive voice within the community – check it out here: adafruit.com/editorialstandards
Stop breadboarding and soldering – start making immediately! Adafruit’s Circuit Playground is jam-packed with LEDs, sensors, buttons, alligator clip pads and more. Build projects with Circuit Playground in a few minutes with the drag-and-drop MakeCode programming site, learn computer science using the CS Discoveries class on code.org, jump into CircuitPython to learn Python and hardware together, TinyGO, or even use the Arduino IDE. Circuit Playground Express is the newest and best Circuit Playground board, with support for CircuitPython, MakeCode, and Arduino. It has a powerful processor, 10 NeoPixels, mini speaker, InfraRed receive and transmit, two buttons, a switch, 14 alligator clip pads, and lots of sensors: capacitive touch, IR proximity, temperature, light, motion and sound. A whole wide world of electronics and coding is waiting for you, and it fits in the palm of your hand.
Have an amazing project to share? The Electronics Show and Tell is every Wednesday at 7pm ET! To join, head over to YouTube and check out the show’s live chat – we’ll post the link there.
Python for Microcontrollers — Python on Microcontrollers Newsletter: 100 CircuitPython Community Libraries, a New Arduino UNO and much more! #CircuitPython #Python #micropython @ThePSF @Raspberry_Pi