- Dołączono
- 6 Lip 2021
That project sounds sick. Do you have any of the source code available for the modem side of this? It reminds me a lot of the "New Packet Radio Modem" project by F4HDK.I've just got to the point in the Archive of the 15/08/25 stream, so I now know this exists and wanted some feedback for a radio protocol to replace mobile networks I've been working on in my free time as a hobby.
So far i'm using a 900mhz (33cm) signal to avoid the need for a license in the US, since that falls into the ISM band. it takes advantage of QAM-64 with a 5mhz bandwidth with 25 subcarriers, with a theoretical, optimal 30mbps (3.75 MB/S).
I'm currently using a 3d printed Sierpinski triangle with copper wire embedded into it to have a minimal footprint for using the 33cm band, and to allow for using other bands with reduced efficiency. using the allotted 4 watts in the ISM band you can achieve a theorical and optimal 80mi (130km) of range, in practice it's closer to 60mi with optimal conditions and minimal attenuating materials, though I'm in the mountains so it's not the best testing area.
I'm also taking advantage of mesh networking and am trying to figuring out how to implement Improved layer 2 protocol to give better network traffic, this is where I stuggle the most, math is one of my strongest suits, good at designing and implmenting the hardware ( as I want to make the cheapest possible hardware for this project, so anyone can use it ) the software is the real hard part for me.
I'm also looking into ways to get encryption without calling it encryption since the FCC Title 47 § 97.113(a)(4) prohibits the use of it, and since I want widespread use I need to find a workaround or some some rule that makes it exempt from the FCC regulations.
For my Testing using a RTL-SDR, and a Raspberry PI 5 I've shoved into a 3d printed frame with some web-book parts I ripped out of my childhood acer aspire one. It's primary usecase is data transfer, my big goal is to host a game of Halo Combat Evolved ( the 2001 release, not MCC ) or over the network as a good test, If you got some suggestions let me know, yes there are better ways to do this, but I want to learn more about building radio protocols and telecommunication engineering, and purposely making this obtusely challengeing as I can because it's fun for me.
I've never heard of a Sierpinksi antenna being used on the TX end before outside of >5GHz inline PCB antennas. That is definitely an interesting approach, if it works though.
There are so many things in modern telecom processing that haven't been brought to the Ham world yet that could be very lucrative for people with a DSP background. Unfortunately, all that stuff eclipses me.