Blog Posts

Administrative Addresses [Updated:12Mar20]

This page is a play-by-play of any events, projects, or posts I’m working on. While the Site Updates page displays individual projects, this page gives a detailed narrative of whatever I’m working on. Know that I’ll be updating the title with the updated day I made a post. Stay tuned & don’t forget to check out my social media links!

Black Falcon Administrative Address

Date Of Post: March 12, 2020

 

Big big updates for the new year! I’m starting on a lot of projects for this year & will delve deep into using the HC-12 as the primary communication medium for most of my projects. We also have beginner programming kits for sale & will have a video demonstration posted shortly complete with a tutorial video. Stay tuned for the next Administrative Address as well as updates on projects!

Continue reading “Administrative Addresses [Updated:12Mar20]”

Arduino Controlled Airplane [28Apr20]

Associated Videos:

DIY Arduino Controlled Airplane pt. 1

Project AURA Part 2: Airplane Directional & Speed Control with Hc-12

 

Project AURA stands for the A(utomated) U(nmanned) R(econnaissance) A(irplane), & will be manipulated by the arduino microcontroller without my control. Extensive testing will be required as this will be the replacement for Project ROWAN since there are a lot of timing & construction demands ROWAN requires that I’m not able to give. Though ROWAN is shelved it does not mean that it will be gone permanently, just for the time being. AURA by comparison requires a lot less time & effort being that all I must do is set up the code & conduct testing. Be that as it may, check in weekly for updates on this article since I’ll update the date next to the title as new information is provided.

Continue reading “Arduino Controlled Airplane [28Apr20]”

Plane Tracking w/ ADS-B and RTL SDR

Whether you’re developing another leg of your OSINT package or new to the world of software defined radio, plane tracking is a cool demonstration of basic signals intelligence without breaking the bank.

Hard/Software

Needed hardware are an ADS B antenna, a band pass filter+ LNA, an RTL SDR, SMA male to SMA male adapter.

Needed software are Windows 11 computer, dump1090, Virtual Radar Server (VRS), Notepad++ & SDR++.

The ADS-B Antenna will receive the GPS coordinates and plane identification data, the bandpass filter will reject all out of band signals and amplify the in band signal, then the RTL SDR/ Windows 11 computer connection ports the data to dump1090– which formats the data into human readable text and the Virtual Radar Server overlays the data with silhouettes, plane data, and map overlay.

When connecting the SMA side of the ADS-B antenna to the band pass filter, pay attention so that you’re connecting it to the 1090MHz port and NOT the 978MHz portion as seen below. Also ensure that you connect the antenna to the INPUT side of the filter amplifier, not the output.

Continue reading “Plane Tracking w/ ADS-B and RTL SDR”

Antennas, Filters, Amplifiers

Within the RF realm, filters are used to reject undesired signals when monitoring the spectrum environment. Maybe you’re in an urban area and your neighborhood is right next to an FM tower, or you happen to live next to an Army Signal Corps antenna nerd who does home experiments where he stomps over other signals with his home made radio that runs off a generator, significantly raising the local noise floor. Weird coincidence, right? But you need to do something about it, ergo– use a filter!

But What Kind?

Depends on your use case as there are several types of filters. You have High Pass, Low Pass, Band Pass, and Notch Filters. Low pass filters allow low frequency signals to pass- hence the name- and rejects/ eliminates/ attenuates (all words are the same in execution) higher frequency signals. High pass filters work inversely, allowing high frequencies to pass and rejecting low frequencies. Band pass and notch filters have an inverse relationship as well in that band pass filters allows a specific frequency range and rejects all signals out of the frequency range while a notch filter does the opposite and only eliminates a specific range, allowing all else to pass. The filter you use depends on what you’re trying to do. Going back to the Army guy example, if he’s stomping all over a specific and small signal band it may be better have a notch filter; whereas if there was a larger interference source OR you were analyzing a specific band for regional plane tracking for example, a band pass filter may be better. The TLDR is if its a specific signal you’re looking for or looking to exclude use a notch or band pass filter, if its a wider range of frequencies consider a low or high pass filter.

Continue reading “Antennas, Filters, Amplifiers”

Using Software Defined Radios (SDRs)

Listening to communications, downloading weather data from satellites, capturing data from airplanes, SDRs are powerful SIGINT (SIG)nals INT(elligence) devices that are surprisingly cheap and useful. For a great introduction and facts on budget SDRs look at this article. We’re going straight into it.

Basic Tools/ Materials

SDR- For this article I’m using the RTL SDR, which can be found on Amazon, AliExpress, or Ebay. Get the V3 version as the newest V4 doesn’t have 100% compatibility at this time.

Antenna- Any antenna within the signal range of 500 kHz – 1766 MHz will work fine. To see how it works its great if you have a toy, radio antenna, anything that works within the SDR & experimental object you’re using’s frequency range. Ensure the antenna connection type is SMA male. The RTL SDR has an SMA female connector type. For more information concerning antennas, refer to my article 

Continue reading “Using Software Defined Radios (SDRs)”

[Update: 1Apr24] 3D Printing 101/102

3D printing is a not-so-new technology that has applications for day to day hobbies, industry, and surprisingly aerospace. I’m not going to try and sell 3D printing to you as that’s why there are other websites that do that. Let’s get into the meat and potatoes.

3D Printing 101

Getting Into 3D Printing

Very easy, occasionally mind melting when you feel that nothing is going your way, but as long as your a tinkerer and know how to use Google you'll be all good. I will be updating this article as time permits so it serves as a one stop shop for all your needs. Saves time and frustration as I've learned first hand since some videos and tutorials leave out key data points that would otherwise save you from tearing out your hair. Below is a list of upgrades that will enhance your 3D printing experience. Do you need to drop $700 now? No. But keep the chart in mind when you decide to do incremental upgrades, because as you gain more experience and start tinkering, you'll inevitably want to make some changes to your printer. And I know first hand.

Continue reading "[Update: 1Apr24] 3D Printing 101/102"

Signal Relay System

Inspired by my previous article of having an automated home defense system, I thought of going larger than just having a communication system based on protecting a house and communicating the goings on. What if instead I had a wireless comms system that didn’t require a contract, had a decent range, and could be used to route signals to different people depending on their location and relation to the sender/ receiver and to the network? The point is not to compete with previously established networks as this is not a commercial product, but more of an experiment to test my ingenuity & ability to create a comms network from scratch & no formal background. So let’s begin!

Continue reading “Signal Relay System”