Jump to content

KD6W

Active Members
  • Posts

    66
  • Joined

  • Last visited

  • Days Won

    2

Everything posted by KD6W

  1. Are you near anybody with a frequency counter? What is the impedance of the probe? What type of coupling does the probe have? How fast is the sweep on your scope, 10nSec? Does the oscillator look like this? - https://www.digikey.com/product-detail/en/txc-corporation/9C-28.800MBBK-T/887-2449-2-ND/4475367 --- 28.8 MHz??? To read the exact frequency, find a 10 pF (smaller is better) capacitor and "hook" one end of the capacitor with your o-scope probe. Set the channel and trigger to AC coupled. Now look at the PC board and next the crystal "Y1" find capacitors "C3" and "C2" near the edge of the board. Each capacitor has one pin tied to ground (the one towards the middle). Move the capacitor on the scope probe to touch the one end of the C3 but don't touch the metal on the crystal can. Start by touching C3 the side away from capacitor C2 and adjust the trigger till you get a lock and measure the distance between peaks. Now try to back the probe away so the capacitor probe doesn't touch the pin but can still couple and try to read the peaks again. The act of touching the crystal pin will actually shift the frequency a little bit. I speculate the peaks will be slightly less than 35 nSec apart. Good luck, Joel - KD6W
  2. How much is a YSO? $130. Ok, so what is your time worth? Me, I'm fricken priceless so $130 is a few less starbucks so BFD dude. Buy the thing already and get on with the hacking and help the rest of us Linux noob/dweebs! If you are developing a link system, remember, it takes two to tango... Got a license? 300-348 MHz (talk to the door/gate openers and make friends with the military!), 391-464 MHz, (talk to weather balloons, weather stations or piss off some hams in this band) and 782-928 (jam your friends cell phone or eaves drop on your favorite baby monitor in this band) Cool tool... I wish I had LYNUCKS skills so I knew what 2 do wif it... 73
  3. @quicksilver123, for just goofing around on a bench, which antenna you pick doesn't really matter, a paper clip would suffice. For making something that looks a little more polished, in a 3D printed case with nice connectors, either one antenna will do the job. The ghetto antenna relates to the goofy connector and I agree, it's not as slick as the other one but it still works. 50 ohms is relative to the frequency of interest but at those low power levels, again, a paper clip would work all day and you can't blow a YSO up, albeit short of a direct short at the connector but then what's the point? The speed of light is your friend so make your own antenna (468/Freq in MHz = length of dipole in ft). You, wire, a connector and some soldering skills and bingo. Impress your friends and make new ones. The big question is what are you trying to achieve, short term, long term, etc? Stay frosty. 73
  4. Provided below is a link to the amateur radio "band plan" which provides more details by breaking down the amateur allocations into their sub bands to organize who is transmitting what signals where... http://www.arrl.org/band-plan 73
  5. You must have heard the saying, "you get what you pay for", haven't you? How about, buyer beware? How much do you like YOUR money? I don't know anybody who doesn't like it when you give YOUR money to THEM. What you hope to get in return is up to YOU to decide if it was what you wanted and does what you need. Most here are not interested in a copy which may be cheaper but rather choose to respect Michael's work. If you can't afford the one you want today, then save your money, otherwise you get to take the risk. Let us know how that works out for you. Good luck. - 73
  6. Dude, i know! I am so into asian prons, they are sooo tasty!
  7. GNU SDR expert I am not, I know enough to get into trouble. But as the name of two objects implies, 1. The rational resampler is just that, the "Low Pass" filter also has a decimation process as a function to create a filter to make a cut off hence, a low pass filter. 2. AM demod can be swamped with alias energy coming from above the desired tuning range so a low pass in front of the highest tuneable range (pass-band) is applied to knock down unwanted signals from above the area of interest. Signal energy from below doesn't matter since it won't introduce an alias and a low pass filter is much easier to design and have sharper slopes than a pass-band filter. 3. Just like you i have those SAME questions and wait for soul to appear on this planet to write the book and teach the courses on GNU radio! HNY - 73
  8. Electronic Engineering Degree - I get it. Starting with top level product requirements - what is the start frequency? what is stop frequency? what is the max sample size (in MHz)? OR what is the total data throughput? What is the front end sensitivity requirement? What is the noise floor requirement? What is the near field carrier rejection requirement? More refinements - what bit accuracy is required? {8, 10, 12, 16, etc.} (may be limited by the throughput rate) what peripheral interfaces are allowed/needed? What are the environmental requirements? What are the power requirements? IF the design includes the ability to transmit there are a whole bunch of different requirements. 73
  9. Which frequency are you looking to measure? The lower the cheaper...
  10. Way over priced for what it can do. Hack a Baofeng to do this... they cost 35 dollars and come with a nice lithium battery.
  11. I can think of another option but not with an analog GSM radio. Use a single HackRF1 and set it to time division multiplex once a carrier is detected (46 mS receive or transmit and 4 mS idle) on a single frequency to sync with another HackRF1 on the opposite cycle. It's like having two, two stroke engines exactly operating exactly 180 degrees out of phase. The antenna ports (RX/TX) can either have their own antenna but will have better performance with a circulator in between them to feed a single antenna. DMR radios do a form of this today, albiet on two different frequencies to offer two voice paths. But a simplex DMR repeater sits in the receive mode and will sync with the first carrier to come up when an operator accesses it. The repeater starts cycling and listens for DMR packets on the receive cycle. Once a payload is recovered it is then fed to the input buffer of the transmitter output cycle and wraps the output in the repeater output protocol to announce the output to the other receivers, all on the same frequency.
  12. Path prediction is based on the sum of all gains and losses in dB. This assumes you have access or measurements of all the gains and losses of the system. First add up the gain of the transmitter output and receiving amplification and then subtract out all the attenuation and losses in the desired path. The trick in calculating is not mess up the terms when converting dBmW to dBi where mW is based on the milliwatt and the I is based on the gain of an isotropic antenna when compared with a dipole at the resonant frequency. Having said all that, I use tool based on a web site called "radiomobile" where you plug in all those variables mentioned above and the output is a map with the predicted results. And then there is nothing better than to develop your own empirical results, hams do this everyday. KD6W
  13. Get Pentoo to boot up in your PC and attach the hackRF to a USB and build up the flow graph to make a "narrow" band FM demodulator using the FM demod tutorial. Set the frequency to your favorite dispatch freq and use a squelch object to mute the static. The audio output block sink shows up in the audio mixer and then pipe the PC audio to your streaming server.
  14. You should be able to run python on any host including raspian and link the modules to the sinks and sources in the hardware, (no modules to support the pineapple as far as I know), then use the generate button to generate the "file.py" code and execute. The trick will be to get the hackrf to mount onto the USB port on the raspberryPi. If the raspberry can boot into Pentoo then are we done yet?
  15. Guess what dude, YOU are in luck... http://hackrfblue.com/
  16. OK then. You want a true divide expression, fair nuff. The GRC has that exact function in the math operators. Since you are looking for even integers in your example, then you don't need the rational re-sampler.
  17. Try sending a screen shot of the flow diagram and if possible a picture of your spectrum plot.
  18. Sorry I'm a little late to the party. Depending on where you live, what you are looking for can be found at electronic flea markets for a reasonable prices (10-20$) and operate from DC-18 GHz and has SMA ports. The devices sell for way more money new and look like this... http://www.dowkey.com/product/0/rf_switches_relays_401_latching_401_3208.php I use these same devices to switch frequencies higher and with more power than your WiFi will ever produce. These devices come in many flavors of number of ports, switching voltage and switching characteristics and so beggars can't be choosers at flea market prices.
  19. WFM = Wideband Frequency Modulation - An greater % of carrier is modulated to a much higher deviation to provide high fidelity. NFM = Narrow Frequency Modulation - A small % of the carrier is deviated and so can be spaced closer to other carriers but with very reduced fidelity AM = Amplitude Modulation - The information is carried in the sidebands on either side of the carrier by injecting the sound energy onto the carrier L/USB or SSB = Lower/Upper Side band or Single Side Band - Similar to AM but without a carrier and all sound energy is imposed on ONE side band DSB = Dual or Double Side Band - Like AM (USB+LSB) but with no carrier CW = Continuous Wave - Used for sending Morse Code, the process simply turns the carrier on and off (pure carrier) RAW is the raw data stream meaning the I and Q data samples but untreated where as all the other "modes" imply some processing The frequencies listed above are general guide lines but there are no set rules for which modes are carried on which frequencies. As a rule of thumb, the lower you go in frequency the more narrow the mode of operation but this is not set in stone any where. Hope this helps - KD6W
  20. I can't say with any authority why you have an image of the FM station in the air band and doesn't make sense since you have another receiver (with nearly as wide band input as the hackrf. What are you using for an antenna?
  21. Hey, that's not funny, that's scary! I feel cheated (sniffle).
  22. The big difference between the RTL an the Fun-Cube is the price but the performance on the Fun-Cube is way better since it has a better front end and individual SAW filters per band segment which helps the front end mask nearby energy from unwanted bands. The Fun-Cube does not process any where near as wide of bandwidth as the RTL so as a bonus, the FCD+ operates on a wide range of computers including my old Dell laptop which greatly improves the appeal across more users. That said, the RTL is super ubiquitous and DIRT cheap and with the addition of some filters and preamps would operate just as well in weak signal ops but is good enough stock for many of the local and aircraft signals. I haven't experimented too much with the RTL but I certainly appreciate what it does for the community and frankly speaking, why I started watching HAK5 Darren and Shannon and monitor this forum. I also have to admit I also now know how to spell "pentest".
  23. On the multiport LNBs with built in switches, any RF port can switch to any feed horn if you know the DiSEqC code and any port will power the whole device. If this is the feed horn I think it is, it is designed to pick off 101, 110 and 119 degrees and drive 4 rooms/STB's and each box can tune across to any LNB port to tune any of the carriers. Besides the dish and LNB all you need is a power injector connected to any one of the 4 ports, the output of the power injector is then wired to the input of the SDR. With the dish pointed at a known good satellite, if you tune "RAW" with Correct IQ and Swap I&Q and dial up to 950MHz to 2100MHz you will see a collection of broadband bumps of energy, ("barts head") all stacked up in a row across the "L-Band". Those are the transponders on the satellite you are pointed at. And yes, we are all getting a sun tan from all those satellites. There won't be much interesting stuff up there other than the engineering channels and some of the test channels which are "not announced". Besides, it's all just linear television and it's all DVB scrambled running at fire-hose data rates. Call me jaded but those aren't much of a challenge or that interesting. KD6W
  24. I have a full wave 80 meter loop antenna (500+ feet of wire) at 50 feet and I just worked a guy this evening in Flagstaff, Arizona from my house in Menlo Park, CA. using 50 watts (LSB) on 40 meters (7.268MHz to be specific) no sweat. I regularly work anywhere in the US, Italy, Germany, Israel, Egypt, South Africa, Cuba, Brazil, Ecuador, Australia, New Zealand, Mongolia, Kamchatka, Japan. I can receive and transmit pretty much DC to daylight but my favorite is tracking and working the satellites. I listen to Pandora most times (just a few too many people with shit for brains on the air, I choose to avoid) but listen around and tune into stations that are working special event call signs just for fun. Right now I'm monitoring some weird looking data/burst signals spanning from 250kHz to 300kHz using the FunCube Dongle Pro+ and SDR# comparing those signals with the HamitUp and all using a 6' piece of wire draped over a curtain rod as the antenna.
×
×
  • Create New...