GiamMa-based researchers's instructables
Tell us about yourself!
Achievements
- GiamMa-based researchers commented on GiamMa-based researchers's instructable SMART INSTALL Dumpvdl2 Receiver ON WINDOWS WORKSTATION AND VMWARE WITH RTL SDRView Instructable »
All the details are given in the article.Personally I had installed the software in several folders and had not observed anomalies. The result shown in the video, if I remember correctly, was achieved by installing the software in a folder on the desktop.To run the software you must read and understand the following:"Default receive mode, attempt to decode all known devices, open terminal insert:./dumpvdl2 --rtlsdr 0Simplest case on RTLSDR dongle - uses RTL device with index 0, sets the tuner gain to 40 dB and tuning correction to 42 ppm, listens to the default VDL2 frequency of 136.975 MHz, outputs to standard output:./dumpvdl2 --rtlsdr 0 --gain 40 --correction 42More option:./dumpvdl2 --helpLink code: https://github.com/szpajder/dumpvdl2"Thank you
- GiamMa-based researchers commented on GiamMa-based researchers's instructable SMART MAKE MASK FULL FACE BIOHAZARD HomeMade DIYView Instructable »
an interesting similar implementation https://it.businessinsider.com/isinnova-maschere-snorkeling-terapia-intensiva/
- GiamMa-based researchers's instructable SMART MAKE MASK FULL FACE BIOHAZARD HomeMade DIY's weekly stats:
- GiamMa-based researchers commented on essteeyou's instructable How to Make a Syphon Without Getting Anything in Your MouthView Instructable »
I had created one the same about ten years ago and I still use it !!!! I was about to write the same things you wrote but luckily I found your article ... Excellent project! Here is mine using the rubber aquarium tubes!
- GiamMa-based researchers commented on GiamMa-based researchers's instructable SMART MAKE HATC - Homemade Air Traffic Control With 4x RTL-SDR (50$)
Do you want to transmit or receive? I don't understand what you need ... why do you indicate the ads-b acronyms with IMSi and IMEI? these two transmissions are not related ... besides, which imei of what?
if you want to create an IMSI-Catcher Stingray use the code of this :https://www.instructables.com/SMART-INSTALL-IMS...orhttps://giammaiot.blogspot.com/2017/09/v-behavioru...
View Instructable »if you want to create an ATC use the code of this article which I believe is compatible with the configuration of my hardware:https://www.rtl-sdr.com/using-a-kerberossdr-to-mon...
- GiamMa-based researchers's instructable SMART INSTALL Dumpvdl2 Receiver ON WINDOWS WORKSTATION AND VMWARE WITH RTL SDR's weekly stats:
- GiamMa-based researchers's instructable SMART MAKE HATC - Homemade Air Traffic Control With 4x RTL-SDR (50$)'s weekly stats:
- GiamMa-based researchers commented on GiamMa-based researchers's instructable HOMEMADE - DIY - LOW COST RADIO BEACONView Instructable »
Necessary material:- MP3 (you can buy any mp3)- FM Transmitter Audio (you can buy any fm mp3 transmitter)- DIY simple radio AM audio transmitter (you have to build this electronic circuit)
- GiamMa-based researchers's instructable SMART INSTALL Rtl_433 Receiver ON WINDOWS WORKSTATION AND VMWARE WITH RTL SDR's weekly stats:
- GiamMa-based researchers's instructable HOMEMADE - DIY - LOW COST RADIO BEACON's weekly stats:
- GiamMa-based researchers commented on GiamMa-based researchers's instructable HOMEMADE - DIY - LOW COST RADIO BEACONView Instructable »
These are my test trials:https://www.youtube.com/edit?o=U&video_id=sbRX0PZQ...https://www.youtube.com/edit?o=U&video_id=XZINkRZ7...
the new software version requires a few more steps:Install necessary dependencies (unless you have them already). Example forDebian / Raspbian:sudo apt install build-essential cmake git libglib2.0-dev pkg-configInstall libacars library - either:download a stable release package from hereor clone the source repository with:cdgit clone https://github.com/szpajder/libacarscd libacarsCompile and install the library:mkdir buildcd buildcmake ../makesudo make installsudo ldconfig