Want to read Slashdot from your mobile device? Point it at m.slashdot.org and keep reading!

 



Forgot your password?
typodupeerror

Comment Re:Merge with PSDR (Score 1) 135

The PSDR is a cool kit; I'm glad it had the Cinderella Story and met the funding goal in the last few hours.

I've been working on the Whitebox project since before the PSDR; None of the kickstarter SDRs existed when I started my project... The reason why I'm taking longer to launch is that our design is going to be legal to transmit with amplification; and have a fully fleshed out receive chain. This is a tall order to achieve, but we're getting close.

Testa KD2BMH

Comment Re:"Proprietary So I Get Paid", from Bruce Perens? (Score 1) 135

I'm not releasing this design under a 100% Open Hardware license (No gerbers, No project files). There will be a very detailed service manual with schematics and description of how the device works, like a Heathkit manual. To advance the hobby, I want to explain to everyone how a device like this works, and what Sound Engineering means in practice when building a transceiver. Giving someone Gerbers doesn't teach them these things.

No components in the design are under an NDA, and the board has LOTS of test points, so it should be very possible for the homebrew ham to modify the board to their heart's content.

All of the source code (FPGA, ARM uClinux, smartphone Android) is already up on github with an Open Source license. One part, the cellular-lockout gateway will not be Open Source. This is so that way we can actually sell the device as Amateur/Commercial equipment, not just test equipment.

I originally wanted 100% Open Hardware, but the business model doesn't work well with the FCC. It's taken me time to accept that. I chose to work with Bruce because he's an expert on how to get commercial entities to work with Open Source. If there's a chance that we could actually move to more Openness in type safe transceivers, this is a good next step to make.

Testa KD2BMH

Comment Re:GNUradio? (Score 1) 135

The receiver has a block on certain cellular frequencies in the 800MHz band. This is the only restriction. The radio can tune to any frequency between 50MHz-1000MHz, otherwise.

To get optimal performance, you do want to have an appropriate bandpass filter in the filter bank (you can set 4 bandpass filters). They can be swapped by you to get good performance on whatever band you care about.

Testa KD2BMH

Comment Re:50 Mhz lower limit? Ouch. (Score 1) 135

I have the utmost respect for the Sport of Ham radio on HF; but I built this device with a different intention in mind vs competing for DXpedition mind-share. VHF/UHF radios are the workhorse of modern communication, and my goal is to experiment with what you can do there. The possibilities are very different between 6m, 2m, 70cm, and 23cm (for instance). Transverters with a HF SDR are a viable option, but not for your pocket, yet.

To answer your question about connectivity, the device has 10/100 Ethernet with the Linux networking stack built in. It also has USB-OTG, and I already know WiFi and USB Sound Cards work with no additional work.

73,
Testa KD2BMH

Comment Re:Not a fan of procedural languages syntax for HD (Score 2) 51

I would say that the main advantage of using Python is in the verification process - writing test fixtures and analyzing the results of simulations is much easier to do with the Python toolkit. Design of real world Digital Signal Processing for the FPGA feels much more natural.

In the end, All simulations end up running in a real Verilog simulator, after conversion. I use Icarus Verilog and it integrates seamlessly at this point. You can tie in your own Verilog modules too.

Chris KD2BMH

Submission + - Learn Gate-Array Programming in Python and Software-Defined Radio 1

Bruce Perens writes: Chris Testa KB2BMH taught a class on gate-array programming the SmartFusion chip, a Linux system and programmable gate-array on a single chip, using MyHDL, the Python Hardware Design Language to implement a software-defined radio transceiver. Watch all 4 sessions: 1, 2, 3, 4. And get the slides and code. Chris's Whitebox hardware design implementing an FCC-legal 50-1000 MHz software-defined transceiver in Open Hardware and Open Source, will be available in a few months. Here's an Overview of Whitebox and HT of the Future. Slashdot readers funded this video and videos of the entire TAPR conference. Thanks!

Comment Re:Can't wait! (Score 1) 50

Chris Testa KD2BMH here...

This is one of the most interesting and challenging questions to answer. Here's a blurb excerpt from Eric Blossom, an early innovator in software radio as to why this stuff is so valuable:

"Software radio is a revolution in radio design due to its ability to create radios that change on the fly, creating new choices for users Perhaps most exciting of all is the potential to build decentralized communication systems. A centralized system limits the rate of innovation. We could take some lessons from the Internet and push the smarts out to the edges. These user-owned devices would generate the network. They’d create a mesh among themselves, negotiate for backhaul and be free to evolve new solutions, features and applications." - Eric Blossom, Exploring GNU Radio

What's exciting is now a radio, which has the "brains" to be a major part of Internet infrastructure (think Veriozon's cell towers everywhere) will fit in your pocket. This should enable a change in the landscape of the Internet itself, and I hope it frees our comms from bondage to wire's and large multi-national corporations.

This was my original inspiration, at least.

Comment Re:Why just 2m and 70cm? (Score 2) 50

Chris Testa KD2BMH here. marid, your suspicion is correct, the CMX991 transceiver I'm using has a low-end cutoff of 100MHz.

The HF converter w/ a NE-602 mixer in the latest QST looks like an attractive solution to support the missing lower frequencies receive, I'm guessing 2 would allow me to build a full duplex transceiver.

I'm using a 40MHz ADC & DAC, so at least some of the HF bands should be possible using direct conversion.

Either way, HF wasn't part of my initial plan, I'm focusing on exactly what I can fit inside easily, and then more features can be added later. Launch & iterate... the kitchen sink will come in one of those iterations :)

Slashdot Top Deals

As of next Tuesday, C will be flushed in favor of COBOL. Please update your programs.

Working...