-
Notifications
You must be signed in to change notification settings - Fork 365
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bad Elf ADS-B KickStarter Campaign #121
Comments
Two years ago I talked with Canyon Pekham - former engineering lead at I do like the look of the prototype - it would be great if we could get On Mon, Nov 16, 2015 at 10:10 AM, Rick Gutlon notifications@github.com
Steven Sokol mobile: +1 816-806-8844 |
If you assume somewhere in the range of $100K for all of the R&D then the $500K is probably their "slightly better than" break even for a manufacturing run of 2000 units. I would also assume that manufacturing 2000 units is close to their projected sales figures before they start to see price erosion from competition. |
I wouldn't mind having all the "parts' on a daughterboard (shield) but I On 11/16/2015 11:02 AM, bradanlane wrote:
|
Looks to me like they want to pre-sell a certain number of units before committing to building them. They want to get a commitment from the market before ordering parts and starting up the production line. They give pre-orders a discount, and save themselves the margin they'd have to give to dealers. Their pricing is what they'd want from the market to make it worthwhile to manufacture, support and distribute the product. The price doesn't look bad for a production product. |
I thinks a good deal of the heat is specific to the Stratux architecture. On Mon, Nov 16, 2015 at 11:14 AM, skypuppy notifications@github.com wrote:
Steven Sokol mobile: +1 816-806-8844 |
The FAQ section (towards the bottom of the KickStarter page) is really interesting.
|
Maybe this should be a new number but it is really an add-on to the On 11/16/2015 11:22 AM, Steven Sokol wrote:
|
A shield isn't actually all that difficult to design. As far as heat is concerned, if you provide adequate ventilation holes it'll be fine. I have a shield designed with an on-board Li-Ion battery charger/controller, USB hub and header pins for RY835AI GPS module. It still uses the current SDR dongles connected to the USB Hub since I don't have experience designing SDR's. I'd be happy to share if anyone wants to work on it. |
jtremolo could you provide a picture of your setup? |
Certainly, these were the 2 configurations I was considering. The purple board in the middle is the shield. I never had a prototype made due to issues getting the GPS module, so I stalled dev on it. Total cost estimate was ~$25 for the board, components and batteries, then add 2SDRs + GPS + RPi starter kit and it's setup. Batteries capacity was about 12000 mAh. |
FWIW - I contacted the Reyax folks and have a quote from them for the I've also had a brief conversation with the NooElec folks - they're willing On Mon, Nov 16, 2015 at 1:58 PM, jtremolo notifications@github.com wrote:
Steven Sokol mobile: +1 816-806-8844 |
A mode C transponder only transmits its altitude, not it's position. Someone would have to design an antennae/receiver that allowed us to resolve the direction of reception and then somehow derive (or approximate) the distance. Zaon had a product that did this https://en.wikipedia.org/wiki/Portable_collision_avoidance_system but they are now out of business [http://upload.wikimedia.org/wikipedia/commons/thumb/5/5e/PCAS_Xrx.jpg/220px-PCAS_Xrx.jpg]https://en.wikipedia.org/wiki/Portable_collision_avoidance_system Portable collision avoidance system - Wikipedia, the free ... From: skypuppy notifications@github.com Maybe this should be a new number but it is really an add-on to the On 11/16/2015 11:22 AM, Steven Sokol wrote:
Reply to this email directly or view it on GitHubhttps://github.com//issues/121#issuecomment-157135037. |
On 11/16/2015 09:22 AM, Steven Sokol wrote:
Hi, I've been lurking (aka sitting on my hands) while I've been playing Does any of the current code (libraries or stratux) use the GPU? If not, Anyone here have knowledge of any announced/hinted new RPi2 computer -Greg good@nccn.net |
I've been buying the SDRs for under $7 each. I doubt there is much lower price possible unless the order is very large. It's possible to build a base Stratux for about $40 with a 3D printed case, one SDR and integrated battery. I like this configuration. I consider the next step up to be a USB GPS (rather than the second SDR). This setup is right within a dollar either side of $50. |
@bradanlane - where are you getting SDRs for $7? Are they the newer R820T2 Curious: what's the advantage of the USB GPS? Need to place the Stratux On Mon, Nov 16, 2015 at 4:22 PM, bradanlane notifications@github.com
Steven Sokol mobile: +1 816-806-8844 |
Greg, I've not see any news on the compute module in some time. I'm not really I've also wondered if the GPU could be used to offload much of the SDR Anyone out there both an SDR and a GPU guru? Cheers, -S On Mon, Nov 16, 2015 at 4:22 PM, ggoodknight notifications@github.com
Steven Sokol mobile: +1 816-806-8844 |
Yes, the SDRs are the newer R820T2 devices. Strangely enough I'm getting them thru eBay as a Canadian transaction from a supplier in China. Go figure. |
@ssokol, one of these days I want to build Stratux with profiling turn on. I can't see why the Stratux code is using close to 100% of a core while the 1090 code only uses about 20%. The reason I am so confused is that when I'm at my desk, my Stratux received 0 UAT messages and yet the gen_gdl90 process is 98-108% CPU all of the time. |
This is great news - didn't think we'd see something like this come so soon. Wonder if anyone is interested now in working on a daughterboard? Well, things are only going to get cheaper quickly. I'm not sure $299 or even $250 is going to cut it. |
The network code uses most of the CPU right now. That can be tweaked and it operates on a different thread from other vital functions like UAT capturing and parsing. |
By "network code" am I correct in that you are describing the communications between Stratux and the aviation app (eg ForeFlight)? |
Thanks. That is what I was trying to refer to. AKA the communications of all the new data to the connected device(s) running the aviation app(s). |
Wonder how much cpu is eaten by the polling? On 11/16/2015 07:22 PM, bradanlane wrote:
|
I'd be happy to share the schematics and board design for the board I was working on if anyone is interested in improving it. It is designed in EAGLE (free for non commercial use) |
@jtremolo - yes please, how far did you get? |
@cyoung It is essentially finished. The battery charge/management IC is all configured, it has 4 battery level LEDs connected to a push button, push the button the LEDs light showing battery % remaining. The RY835AI solders directly to the board via header pins and is wired to RPi2 header pins on the board. I also added a soft power-up/shutdown push-button. It would require minor source updates that are described in the webpage link in the schematic. Essentially, push the button it starts up and latches the power on like it does now, push the button again and Stratux can gracefully shutdown. Hopefully that would prevent SD card corruption. The only thing missing is a power-in port for charging, I wasn't sure if it should be a USB mini, barrel-jack type, etc. but any 5V power in connector can be added to the board easily with 2 wires. I never made it because I tried to order parts 3 times and the post office lost all 3 orders. I got refunds, but it wasted 2.5 months and I gave-up. I may have to try again soon. Sorry for the long post, if you have more questions let me know. Here are the files including board preview images: |
I made a few minor updates to the board. It now has a mini USB-B connector for charging. The updated files are located at the dropbox link I already posted. |
That's really cool - you gotta build a couple! Would be a great option to On Wed, Nov 18, 2015 at 12:17 PM, jtremolo notifications@github.com wrote:
|
@jtremolo awesome, the custom board stuff sounds interesting. What would you be using for the battery power source? This would basically put us on par with the Bad Elf / Stratus, it seems like. Speaking of Bad Elf, their funding trend doesn't seem too hot, which is sadly what I expected with a 500k goal for a specialty aviation device. |
I love this project :) @jtremolo any plans on getting these designs to a producer for a small run of the boards? |
@egid I am planning on using these: Wired in parallel would yield a 3.7v x 12000mAh Li-Ion pack. These are raw, unprotected batteries so they are cheaper. We can use these because, the battery management circuit on the board handles the discharge protection and charge balancing. @lynndixon I'm working on ordering a couple prototype boards and we will see were it goes. I will be assembling the first boards myself since I have the equipment already... I'm currently working with cyoung on a possible v2 of the board. |
That sounds pretty cool. I'd be interested in buying an early-run board and helping out with testing, when you're looking for extra coverage. |
No problem! I'm doing a final check over the design and I'll be ordering some boards. The board service I use requires prototype orders in multiples of 3. So, I'll have 2 spares if initial testing works as expected. Do you want a blank board or an assembled board? |
I'd probably be safest with an assembled board. I've got a soldering iron, and I can use it, but slapping wires on the RY835 was the first time I've soldered in probably 15 years and that was stressful enough :D |
Sign me up for an assembled board as well! On Sat, Nov 21, 2015 at 2:11 PM, Eric Gideon notifications@github.com
|
@jtremolo I'd be happy with either an assemlbed or non-assembled board :-) I am pretty decent with a soldering iron so I am comfortable doing it. |
So what have we learned here? |
My reaction has been that any new player either needs to bring substantially more capability to the pilot or be at an even lower price point. There is also the question of just how big is the target base? Unlike smartphones, pilots do not see huge advantage to upgrade so the market is shrinking. I've been flying the same ADSB receiver for almost 4 years and see no motivator to upgrade. |
So "universal compatibility" wasn't really that big of a selling point? |
Not really. Once you've bought into an app and have become comfortable with I also think the price point for the Bad Elf unit was at an unattractive A VC friend of mine is always saying: 10x better or 10x cheaper if you want Also, consider that this is an aviation-specific tool. Aviation has two On Sun, Jan 10, 2016 at 5:44 PM, cyoung notifications@github.com wrote:
Steven Sokol mobile: +1 816-806-8844 |
Well, aren't iPad/tablets and portable receivers supposed to be affordable alternatives to certified receivers/displays? If we were to follow that logic, then the people actually using Stratus are the "can't afford"s also. I highly doubt that anyone that would get value out of FIS-B (fair amount of XC flying) couldn't afford $900 for a receiver. Ability to pay and willingness to pay are two different things. Even so, in the bigger picture I think this has more to do with zero-risk bias than it does willingness to pay. |
The irony is that the sweet spot is "ADSB weather receiver". Everything else is extra. I've had this conversation with several pilots. The incumbents have chosen to follow the smartphone industry by releasing subsequent iterations with more capability at almost the same price-point. Thereby not eroding the threshold to entry. Rather than push down the price, they are pushing up the feature-set. A commercially available "ADSB weather receiver" for under $99 is nearly the "10x statement". What's more, it's already achievable - even using the COTS model adopted by Stratux. |
http://www.qsl.net/dl4mea/fpgaadsb Hmm, it looks like the campaign was claiming that FPGA solutions are actually more power hungry than their proposed solution. The DIY FPGA projects above don't go into that side of it much. All but the last guy is using an Altera Cyclone development board. I wonder what the proposed solution is such that it is so much more efficient than most FPGA solutions? |
When it comes to "power hungry" it's always hard to believe the vendors' claims. They typically use the "up to X hours". I would not expect to get the full 8 hours, especially after a year or so of cycles. Here is one reference point: The Garmin GDL 39 is a dual frequency receiver with GPS. It's battery is 7.4V @ 2100mah. That is 15,540 watts. They claim "up to 5 hours". Thus they are claiming a power consumption rate as low as 3,108 watts/hour. Truthfully, I found about 4 hours to be a close approximation. That places power consumption at 3,885 watts/hour. My Stratux is pretty close in configuration and uses 1.02A at 5V when operating fully. That is a consumption rate of 5,100 watts/hour. My single SDR+GPS uses 0.75A at 5V. That is a consumption rate of 3,750 watts/hour. |
So a dual band stratux consumes 31% more power than the GDL39. Not such a large difference as I'd expect - especially with those SDRs. |
Makes me wonder why they think this kind of compute horsepower is On 01/11/2016 09:18 AM, cyoung wrote:
|
If it was practical to move to low-power bluetooth instead of wi-fi, we On 01/11/2016 10:06 AM, cyoung wrote:
|
Looks like they cancelled it. In the meantime, we have actual support on all the apps that they've mentioned that they would have had support on (FlyQ, iFly, iFlightPlanner) - minus iFly which is not released. It is being worked on now and looks like will be out soon. Plus a few more apps. http://i.imgur.com/qGRZhBK.png So for everyone that tests the betas, contributes code, reports issues, or helps influence the decision of EFBs to support stratux - we are achieving the campaign's goal "of bringing an affordable, universal ADS-B receiver to market". |
Cyoung said: "So for everyone that tests the betas, contributes code, reports issues, or helps influence the decision of EFBs to support stratux - we are achieving the campaign's goal "of bringing an affordable, universal ADS-B receiver to market"." 👍 You and others have done a fantastic job with this project. I've learned a ton along the way about not only the implementation but about ADS-B itself. A true wealth of knowledge here. Your contributions are noticed and appreciated. Thank you. |
Holy crap! Skypuppy On 01/26/2016 11:31 AM, cyoung wrote:
|
Just for reference wanted to pass this along ... interesting market positioning / price points. Notice they are looking for $500K otherwise project will not be funded.
The first affordable ADS-B weather and traffic receiver with universal app compatibility for pilots.
https://www.kickstarter.com/projects/bad-elf/bad-elf-ads-b-affordable-weather-and-traffic-recei
The text was updated successfully, but these errors were encountered: